Changeset 6360 for trunk


Ignore:
Timestamp:
02/10/05 18:12:43 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc

    r6231 r6360  
    157157    }
    158158 
     159  if (!header->IsMonteCarloRun())
     160    return kTRUE;
     161
    159162  if (header->GetRunNumber() > gkFirstRunWithFinalBits)
    160163    return kTRUE;
     
    179182
    180183  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     }
    189184
    190185  if (num<gkIFAEBoxInaugurationRun)
Note: See TracChangeset for help on using the changeset viewer.