Changeset 6216 for trunk/MagicSoft/Mars/mjobs/MJCalibTest.h
- Timestamp:
- 02/02/05 20:00:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibTest.h
r6200 r6216 13 13 #ifndef MARS_MHCalibrationTestTimeCam 14 14 #include "MHCalibrationTestTimeCam.h" 15 #endif16 #ifndef MARS_MPedPhotCam17 #include "MPedPhotCam.h"18 15 #endif 19 16 #ifndef MARS_MBadPixelsCam … … 40 37 MCalibrationTestCam fTestCam; 41 38 MHCalibrationTestTimeCam fTestTimeCam; 42 MPedPhotCam fPedPhotCam;43 39 44 40 enum Display_t // Possible Display types … … 61 57 MExtractor* &ext1, MExtractor* &ext2, TString &geom) const; 62 58 59 const char* GetOutputFileName() const; 60 63 61 public: 64 62 … … 66 64 67 65 const char* GetOutputFile() const; 68 const char* GetInputFile() const;69 66 70 67 MCalibrationTestCam &GetTestCam() { return fTestCam; } 71 68 MHCalibrationTestTimeCam &GetTestTimeCam() { return fTestTimeCam; } 72 MPedPhotCam &GetPedPhotCam() { return fPedPhotCam; }73 69 const MBadPixelsCam &GetBadPixels() const { return fBadPixels; } 74 70
Note:
See TracChangeset
for help on using the changeset viewer.