Skip to content
Snippets Groups Projects
  1. Dec 02, 2017
    • Mark Jones's avatar
      Fix bug in THcCherenkov::ReadDatabase · 0734d328
      Mark Jones authored
      Moved filling of  fNRegions from parameter to before the fRegionValue array
      is defined. The code had been using default fNRegions=4 regardless
      of vaule  of  h_num_regions in parameter file.
      0734d328
  2. Nov 30, 2017
    • Mark Jones's avatar
      Additional changes for adc reftime · de787b3e
      Mark Jones authored
      Modified so that the fGoodPosAdcPulseTime, fGoodNegAdcPulseTime
        or fGoodAdcPulseTime is set to kBig
      
      Modified THcShowerRawHit::SetReference to takeADC signals
      
      Modified THcTrigRawHit::SetReference to take ADC signals
      
      Modified THcShowerArray::ProcessHits so that fAdcTdcOffset add to frAdcPulseTime
      
      Modified THcShowerArray::ReadDatabase so that defaults for fAdcThreshold etc
        are before gHcParms->LoadParmValues
      de787b3e
    • Stephen A. Wood's avatar
  3. Nov 21, 2017
  4. Oct 31, 2017
  5. Oct 27, 2017
    • Eric Pooser's avatar
      Work for fadc unit conversion · 2249979b
      Eric Pooser authored
      Include methods for FADC conversions and apply to non-raw data objects in THcRawAdcHit
      
      Add raw pulse time data object to Cherenkov detector classes
      
      Add raw pulse time data object to shower detector classes
      
      Add raw pulse time data object to hodoscope detector class
      2249979b
  6. Aug 01, 2017
  7. Jul 28, 2017
  8. Jul 21, 2017
  9. Jul 13, 2017
  10. Apr 03, 2017
  11. Mar 31, 2017
    • Eric Pooser's avatar
      Complete rewrite of Aerogel and Cerenkov detector classes · e0d9b2a9
      Eric Pooser authored
      New parameters are added.  hallc_replay of 3/31/2017 or later is needed.
      
      As of now, the size of the TClonesArray objects are hard-coded in the
      respective header files. This is not okay in the long run. Ideally,
      the size of the TClonesArrays should be defined by the parameter which
      dictates how many readout detectors exist for the respective
      detector. I tried doing this in the Init method however, podd
      complained regarding the size of the TClonesArrays in the DEF-file
      histograms. I was unsuccessful in my first attempt. This should be
      addressed in the future even though things work for now.
      e0d9b2a9
  12. Mar 08, 2017
    • hallc-online's avatar
      Modified THcCherenkov.cxx and THcCherenkov.h · 30c8c0ea
      hallc-online authored
      Add array fADC_hit that is a flag if there is a hit in the ADC
      fADC_hit is set in Decode method
      The FADC has a threshold on accepting ADC hit
      Modified CoarseProcess method to eliminate old FASTBUS bias in the analysis
      30c8c0ea
  13. Jan 30, 2017
    • Jure Bericic's avatar
      Replaced `gHcParms->Find()` calls with `gHcParms->LoadParmValues()`. · ca2e9562
      Jure Bericic authored
      The calls to `Find()` need to be wrapped in checks if returned pointer is null.
      Otherwise a further call to get value produces SegFault. The `LoadParmValues()`
      does not suffer from this, since it throws error if non-optional parameter is
      not found. The error message also tells which parameter is missing.
      
      I still left three calls to `Find()` in `THcAnalyzer.cxx`. They are wrapped in
      checks and some other things...
      ca2e9562
  14. Jan 28, 2017
  15. Jan 27, 2017
  16. Jan 19, 2017
  17. Jan 13, 2017
  18. Jan 12, 2017
  19. Dec 15, 2016
  20. Dec 05, 2016
  21. Nov 23, 2016
  22. Nov 15, 2016
  23. Sep 28, 2016
  24. May 18, 2016
  25. May 22, 2015
  26. Mar 10, 2015
  27. Feb 23, 2015
    • Stephen A. Wood's avatar
      Variable name cleaup · f8d6a9b4
      Stephen A. Wood authored
        Don't start variables that are not member variables with f
        Declare temporary variables as locally as possible
        Remove some unused member variables from THcHodoscope.h
      f8d6a9b4
  28. Feb 04, 2015
  29. Jan 20, 2015
  30. Jan 16, 2015
  31. Jan 14, 2015
  32. Jan 08, 2015
  33. Sep 04, 2014
  34. Jan 30, 2014
    • Zafar's avatar
      ThcCherenkov class. · 83a1ab25
      Zafar authored
      Class for an Cherenkov detector consisting of two PMT's.
      Fourth pull request. January 30 2014.
      No need to cahnge the Map file.
      New parameter hcer_tot_pmts = 2 is added to the hcana.param file
      This code is for the coarse process of THcCherenkov class.
      Names of all the variables are in lower case.
      
      Variable Name   Description
      phototubes      Nuber of Cherenkov photo tubes
      adc             Raw ADC values
      adc_p           Pedestal Subtracted ADC values
      npe             Number of Photo electrons
      npesum          Sum of Number of Photo electrons
      ncherhit        Number of Hits(Cherenkov)
      83a1ab25
    • Zafar's avatar
      Updated Cherenkov detector code · 9ec9143f
      Zafar authored
      We have added a new parameter hcer_tot_pmts = 2 in hcana.param file.
      It is equal to total number of PMTs in Cherenkov detector. With this
      update, the THcCherenkov coarse process is complete. We have Raw adc,
      pedestal subtracted adc, number of photo electrons and hits histograms
      in the output root file for gas Cherenkov detector.
      9ec9143f
  35. Jan 17, 2014
Loading