- Timestamp:
- 02/10/05 18:12:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r6231 r6360 157 157 } 158 158 159 if (!header->IsMonteCarloRun()) 160 return kTRUE; 161 159 162 if (header->GetRunNumber() > gkFirstRunWithFinalBits) 160 163 return kTRUE; … … 179 182 180 183 const Int_t num = header->GetRunNumber(); 181 182 if (num<gkMCRunLimit)183 {184 *fLog << inf << "Assumed MC run ... using GREEN pulser." << endl;185 fColor = MCalibrationCam::kGREEN;186 fIsValid = kTRUE;187 return kTRUE;188 }189 184 190 185 if (num<gkIFAEBoxInaugurationRun)
Note:
See TracChangeset
for help on using the changeset viewer.