Changeset 2206 for trunk/MagicSoft/Mars/manalysis/MPedestalCalc.cc
- Timestamp:
- 06/23/03 11:01:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedestalCalc.cc
r1629 r2206 72 72 } 73 73 74 Bool_t MPedestalCalc::PreProcess(MParList *pList)74 Int_t MPedestalCalc::PreProcess(MParList *pList) 75 75 { 76 76 if (fHists) … … 123 123 // Then the current event is filled into the histograms. 124 124 // 125 Bool_t MPedestalCalc::Process()125 Int_t MPedestalCalc::Process() 126 126 { 127 127 //
Note:
See TracChangeset
for help on using the changeset viewer.