Ignore:
Timestamp:
11/07/03 18:50:44 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.