Skip to content
Snippets Groups Projects
  1. Dec 15, 2018
    • Whitney Armstrong's avatar
      Starting adding logging with spdlog · ec942943
      Whitney Armstrong authored
      - Mixins defined in Logger.h
      - Mixin used in base classes (THcDC is currently a good example)
      
      Added a few more spdlog loggers
      
      Added logging to many.
      
      - Added logging to hodoscope, aerogel hitlist and detectormap
      - Working on scandalizer features.
      
      Added logging.
      
      Added more logging.
      
      added more logging.
      
      More logging.
      ec942943
  2. Dec 11, 2018
  3. Aug 15, 2018
    • hallc-online's avatar
      Modify THcExtTarCor to calculate xsieve, ysieve for spectrometer · aa5b54cf
      hallc-online authored
      1) THcExtTarCor.h
         a) add variables fxsieve and fysieve
         b) Added clear method so that fxsieve and fysieve could be set to kBig at start of each event.
      
      2) THcExtTarCor.cxx
         a) Add variables extcor.xsieve and extcor.ysieve to tree
         b) Added clear method.
         c) Added calculation of xsieve and ysieve for golden track. The
            calculation depends on spectrometer. SHMS includes delta dependence
            when calculating ysieve.
      aa5b54cf
  4. Aug 08, 2018
    • Stephen A. Wood's avatar
      Updates to doxygen documentation · 76706b74
      Stephen A. Wood authored
        Add doxygen groups "Apparatuses" and "Decoders"
        Make sure every class is in a group
        Make sure most classes have a \brief description
        Improve comments for some classes including THcHallCSpectrometer
           and hodoscope classes
        Change some Doxyfile defaults.  Include sources files.
      76706b74
  5. Mar 14, 2018
  6. Mar 06, 2018
  7. Feb 11, 2018
    • hallc-online's avatar
      Update THcHallCSpectrometer and THcExtTarCor · f34d57d9
      hallc-online authored
      THcHallCSpectrometer
        1) Add variables fMispointing_x and fMispointing_y
          which are filled by parameters hmispointing_x, hmispointing_y
            in PARAM/HMS/GEN/hmsflags.param and pmispointing_x, pmispointing_y
            in PARAM/SHMS/GEN/shmsflags.param .
         The offsets are used in THcExtTarCor and THaReactionPoint
        2) Modify argument to method CalculateTargetQuantities to be xtar
           instead of gbeam_y .
      
      THcExtTarCor
         1) add call to get spectrometer pointing offsets
         2) The mispointing_x is added to xtar
         3) Set xtar to start as -beam_y = - vertex(1)+mispointing_x for first call to CalculateTargetQuantities
            After first call the xtar is recalculated using the returned xptar
            and a second call is done to get the target xptar,ytar,yptar and delta.
          4) Fill golden track with final xtar
      f34d57d9
  8. Feb 04, 2018
    • hallc-online's avatar
      Modify THcExtTarCor.cxx · 0ba61e7f
      hallc-online authored
      Added call trkifo->Set since it is used in THcPrimaryKine and THcSecondaryKine
      
      Fill golden track with target quantities after correction for
        vertical target position.
      0ba61e7f
  9. Jan 12, 2018
  10. Dec 08, 2017
    • hallc-online's avatar
      Add THcExtTarCor · 5ff34d74
      hallc-online authored
      Add code for doing the vertical target position
         correction to the optics.
      5ff34d74
Loading