Changeset 6281 for trunk/MagicSoft/Mars/mjobs/MJPedestal.h
- Timestamp:
- 02/07/05 15:18:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r6191 r6281 2 2 #define MARS_MJPedestal 3 3 4 #ifndef MARS_MJob5 #include "MJob.h"6 #endif7 4 #ifndef MARS_MJCalib 8 5 #include "MJCalib.h" … … 23 20 class MEvtLoop; 24 21 25 class MJPedestal : public MJ ob, public MJCalib22 class MJPedestal : public MJCalib 26 23 { 27 24 private: … … 79 76 80 77 Bool_t CheckEnvLocal(); 78 void ReadReferenceFile(); 81 79 82 80 const char* GetOutputFileName() const; … … 110 108 void SetExtractionWithExtractor() { fExtractionType=kWithExtractor; /*fPedestalCamOut.SetName("MPedestalExtractor");*/ } 111 109 112 void SetReferenceFile( const TString ref=fgReferenceFile ) { fReferenceFile = ref; }110 void SetReferenceFile( const TString ref=fgReferenceFile) { fReferenceFile = ref; } // Only usefull to overwrite CheckEnvLocal-default 113 111 114 112 MExtractor *GetExtractor() const { return fExtractor; }
Note:
See TracChangeset
for help on using the changeset viewer.