Skip to content
Snippets Groups Projects
  • Cdaq Account's avatar
    a3f7bc2c
    Modified THcHodoscope::FineProcess for dumping data for hodo calibrations · a3f7bc2c
    Cdaq Account authored
    Moved the writing out of the "0" to the fDumpOut for hodo calibrations
    to immediatiately after the TOF with track info calculations.
    Before it had been after then lines
    
      if ( !fChern || !fShower ) {
        return 0;
      }
    
    so if Cerenkov and shower were not used in replay the code would not get
    to write out the "0" which is used to denote the end of an event data for
    the calibration script.
    a3f7bc2c
    History
    Modified THcHodoscope::FineProcess for dumping data for hodo calibrations
    Cdaq Account authored
    Moved the writing out of the "0" to the fDumpOut for hodo calibrations
    to immediatiately after the TOF with track info calculations.
    Before it had been after then lines
    
      if ( !fChern || !fShower ) {
        return 0;
      }
    
    so if Cerenkov and shower were not used in replay the code would not get
    to write out the "0" which is used to denote the end of an event data for
    the calibration script.