Changeset 3793
- Timestamp:
- 04/22/04 11:15:23 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3791 r3793 23 23 - introduced flat-fielding of charges for the muon calibration, 24 24 accessible with SetCalibrationMode(kFlatCharge) 25 26 * manalysis/MPedCalcPedRun.cc 27 - added a SetReadyToSave() at the end of PostProcess 25 28 26 29 -
trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
r3775 r3793 249 249 250 250 const Float_t msum = (Float_t)sum; 251 251 252 252 // 253 253 // These three lines have been uncommented by Markus Gaug … … 382 382 383 383 fPedestals->SetTotalEntries(fNumSamplesTot); 384 fPedestals->SetReadyToSave(); 384 385 385 386 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.