Ignore:
Timestamp:
11/07/03 18:50:44 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc

    r2470 r2487  
    9191// --------------------------------------------------------------------------
    9292//
     93// Make sure, that there is an MPedestalCam Object in the Parameter List.
     94//
     95Int_t MMcPedestalCopy::PreProcess(MParList *pList)
     96{
     97    // FIXME: This should be done for MC files only...
     98    return pList->FindCreateObj(AddSerialNumber("MPedestalCam")) ? kTRUE : kFALSE;
     99}
     100
     101// --------------------------------------------------------------------------
     102//
    93103// Check for the runtype.
    94104// Search for MPedestalCam and MMcFadcHeader.
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.h

    r2454 r2487  
    1010private:
    1111    Bool_t CheckRunType(MParList *pList) const;
     12    Int_t  PreProcess(MParList *pList);
    1213    Bool_t ReInit(MParList *pList);
    1314
Note: See TracChangeset for help on using the changeset viewer.