Changeset 4742 for trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.h
- Timestamp:
- 08/26/04 14:25:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJExtractCalibTest.h
r4658 r4742 2 2 #define MARS_MJExtractCalibTest 3 3 4 #ifndef MARS_MJob 5 #include "MJob.h" 6 #endif 4 7 #ifndef MARS_MCalibrationTestCam 5 8 #include "MCalibrationTestCam.h" … … 23 26 class MExtractor; 24 27 class MExtractTime; 25 class MJExtractCalibTest : public M ParContainer28 class MJExtractCalibTest : public MJob 26 29 { 27 30 private: 28 31 29 TString fOutputPath;30 32 Bool_t fUseCosmicsFilter; 31 33 … … 58 60 Bool_t ProcessFileT(MPedestalCam &pedcam, MCalibrationRelTimeCam &relcam); 59 61 62 Bool_t CheckEnv(); 63 60 64 public: 61 65 MJExtractCalibTest(const char *name=NULL, const char *title=NULL); 62 66 63 67 void SetInput(MRunIter *iter) { fRuns = iter; } 64 void SetOutputPath(const char *path=".");65 68 66 69 const char* GetOutputFile() const;
Note:
See TracChangeset
for help on using the changeset viewer.