Skip to content
Snippets Groups Projects
  1. Dec 12, 2017
  2. Dec 11, 2017
  3. Dec 09, 2017
  4. Dec 08, 2017
  5. Dec 06, 2017
  6. Dec 05, 2017
  7. Dec 04, 2017
    • Mark Jones's avatar
      Modify THcHodoscope · 7fb70fe2
      Mark Jones authored
      Add ability to cut on number of PE in Cherenkov when dumping events
        for TOF calibration
      
      Add parameter fTOFCalib_cer_lo
      
      Add ability to cut on track beta when dumping events
        for TOF calibration
      
      Add parameter fTOFCalib_beta_lo and fTOFCalib_beta_hi
      
      Parameters are optional. Default set to kBig or -kBig
      
      THere was already a possible cut on Shower energy/momentum
      7fb70fe2
  8. Dec 02, 2017
  9. Nov 30, 2017
  10. Nov 28, 2017
    • Mark Jones's avatar
      Modified THcHodoscope.cxx · 50dd10d9
      Mark Jones authored
      Moved writing of the TOF calibration dump file to FineProcess
      Added cut on shower energy/momenutum
      Add parameters fTOFCalib_shtrk_lo and fTOFCalib_shtrk_hi .
      
      Add parameter fNumPlanesBetaCalc which allows one to set how many
      planes to use in beta calculations. Useful for SHMS.
      fNumPlanesBetaCalc defaults to 4 if not set.
      50dd10d9
  11. Nov 22, 2017
  12. Nov 21, 2017
  13. Nov 17, 2017
  14. Nov 14, 2017
    • Mark Jones's avatar
      Fix logical flaw in THcScintillator::ProcessHits in finding good adc hit in... · e08f4f58
      Mark Jones authored
      Fix logical flaw in THcScintillator::ProcessHits in finding good adc hit in multiple hits in one channel
      
      When looping over hits to find the best ADC hit, the code was looping over
      frNegAdcPulseInt->GetEntries() or frPosAdcPulseInt->GetEntries()
      which are the raw arrays that are filled for all raw hits in the plane
      The code was not  using the proper indexes to access the right hits.
      
      The logic is simpler if one loops over rawNegAdcHit.GetNPulses()
      or rawPosAdcHit.GetNPulses() which are the the raw hit object for the
      paritcular hit. NPulses is the number of ADC pulses that were found for that
      adc channel.
      The first adc pulse for the channel which is within the adc time window
      then has its information saved for late insertion into the "good"
      vectors for the hit if either the hit passes 'good" tdc and adc for the POS
      or NEG side of the PMT.
      e08f4f58
  15. Nov 07, 2017
  16. Nov 06, 2017
  17. Nov 03, 2017
    • Mark Jones's avatar
      Modify THcHodoEff.cxx · cbc17043
      Mark Jones authored
      Fix mistake in THcHodoEff::End
      cbc17043
    • Mark Jones's avatar
      Modify THcHodoEff.cxx · 3849b22b
      Mark Jones authored
      Add back parameter hodo_gold_hits which is the number of "should" hits
        for each paddle. Needed to calculate efficiency per paddle in
        end run template
      3849b22b
Loading