Changeset 5678 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 12/22/04 20:07:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSteer.h
r5480 r5678 17 17 class MCalibrationIntensityRelTimeCam; 18 18 class MBadPixelsIntensityCam; 19 class MBadPixelsCam; 19 20 class MCalibColorSteer : public MTask 20 21 { … … 30 31 MCalibrationIntensityRelTimeCam *fIntensRelTime; //! 31 32 MBadPixelsIntensityCam *fIntensBad; //! 33 MBadPixelsCam *fBad; //! 32 34 33 35 MCalibrationChargeCalc *fChargeCalc; //! … … 41 43 Bool_t ReInitialize(); 42 44 Bool_t Finalize(const char* name); 43 const char*GetNamePattern();45 TString GetNamePattern(); 44 46 45 47 public:
Note:
See TracChangeset
for help on using the changeset viewer.