Changeset 2782 for trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc
- Timestamp:
- 01/13/04 14:45:58 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc
r2487 r2782 95 95 Int_t MMcPedestalCopy::PreProcess(MParList *pList) 96 96 { 97 // FIXME: This should be done for MC files only... 98 return pList->FindCreateObj(AddSerialNumber("MPedestalCam")) ? kTRUE : kFALSE; 97 // 98 // If it is no MC file skip this function... 99 // 100 if (! CheckRunType(pList)) 101 return kTRUE; 102 103 return pList->FindCreateObj(AddSerialNumber("MPedestalCam")) ? kTRUE : kFALSE; 99 104 } 100 105 … … 147 152 148 153 pix.Set(pedest, sigma); 154 149 155 } 150 156
Note:
See TracChangeset
for help on using the changeset viewer.