Ignore:
Timestamp:
02/07/05 15:18:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.h

    r6191 r6281  
    22#define MARS_MJPedestal
    33
    4 #ifndef MARS_MJob
    5 #include "MJob.h"
    6 #endif
    74#ifndef MARS_MJCalib
    85#include "MJCalib.h"
     
    2320class MEvtLoop;
    2421
    25 class MJPedestal : public MJob, public MJCalib
     22class MJPedestal : public MJCalib
    2623{
    2724private:
     
    7976
    8077    Bool_t CheckEnvLocal();
     78    void ReadReferenceFile();
    8179
    8280    const char*  GetOutputFileName() const;
     
    110108    void SetExtractionWithExtractor()     { fExtractionType=kWithExtractor;     /*fPedestalCamOut.SetName("MPedestalExtractor");*/     }
    111109
    112     void SetReferenceFile( const TString ref=fgReferenceFile ) { fReferenceFile = ref; }
     110    void SetReferenceFile( const TString ref=fgReferenceFile) { fReferenceFile = ref; } // Only usefull to overwrite CheckEnvLocal-default
    113111
    114112    MExtractor *GetExtractor() const { return fExtractor; }
Note: See TracChangeset for help on using the changeset viewer.