Ignore:
Timestamp:
01/14/02 17:34:02 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1131 r1172  
    2626//                                                                         //
    2727//  MMcPedestalCopy                                                        //
     28//                                                                         //
    2829//  This task looks for the ìnformation about FADC pedestals in            //
    2930//  MMcFadcHeader and translates it to the pedestal values in              //
     
    6465}
    6566
     67// --------------------------------------------------------------------------
     68//
     69// Check for the run type. Return kTRUE if it is a MC run or if there
     70// is no MC run header (old camera files) kFALSE in case of a different
     71// run type
     72//
    6673Bool_t MMcPedestalCopy::CheckRunType(MParList *pList) const
    6774{
     
    7683}
    7784
     85// --------------------------------------------------------------------------
     86//
     87// Check runtype and search for MPedestalCam and MMcFadcHeader.
     88// If the runtype check fails the task is removed from the task list.
     89//
    7890Bool_t MMcPedestalCopy::PreProcess(MParList *pList)
    7991{
     
    99111}
    100112
     113// --------------------------------------------------------------------------
     114//
     115// Check for the runtype. (not yet: If the check fails the eventloop is
     116// stopped.)
     117// Initialize the size of MPedestalCam to the number of pixels from
     118// MMcFadcHeader.
     119//
    101120Bool_t MMcPedestalCopy::ReInit(MParList *pList)
    102121{
Note: See TracChangeset for help on using the changeset viewer.