Ignore:
Timestamp:
02/02/04 15:31:26 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2940 r3004  
    9999Int_t MMcCalibrationCalc::PreProcess(MParList *pList)
    100100{
    101   //
    102   // If it is no MC file display error and exit
    103   //
    104   if (!CheckRunType(pList))
    105     {
    106       *fLog << err << dbginf << "This is no MC file... aborting." << endl;
    107       return kFALSE;
    108     }
    109101
    110102  fCalCam = (MCalibrationCam*) pList->FindObject(AddSerialNumber("MCalibrationCam"));
     
    148140Bool_t MMcCalibrationCalc::ReInit(MParList *pList)
    149141{
     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
    150151  //
    151152  // Now check the existence of all necessary containers.
Note: See TracChangeset for help on using the changeset viewer.