Changeset 3004 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/02/04 15:31:26 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MMcCalibrationCalc.cc
r2940 r3004 99 99 Int_t MMcCalibrationCalc::PreProcess(MParList *pList) 100 100 { 101 //102 // If it is no MC file display error and exit103 //104 if (!CheckRunType(pList))105 {106 *fLog << err << dbginf << "This is no MC file... aborting." << endl;107 return kFALSE;108 }109 101 110 102 fCalCam = (MCalibrationCam*) pList->FindObject(AddSerialNumber("MCalibrationCam")); … … 148 140 Bool_t MMcCalibrationCalc::ReInit(MParList *pList) 149 141 { 142 // 143 // If it is no MC file display error and exit 144 // 145 if (!CheckRunType(pList)) 146 { 147 *fLog << err << dbginf << "This is no MC file... aborting." << endl; 148 return kFALSE; 149 } 150 150 151 // 151 152 // Now check the existence of all necessary containers.
Note:
See TracChangeset
for help on using the changeset viewer.