Changeset 6963 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 04/20/05 11:59:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCamera.h
r4575 r6963 12 12 class MCameraAUX; 13 13 class MCameraCalibration; 14 class MCameraActiveLoad; 15 class MCameraCentralPix; 14 16 15 17 class MReportCamera : public MReport 16 18 { 17 19 private: 20 21 static const Int_t gkActiveLoadControlVersNum; //! 22 18 23 Byte_t fStatus; // CaCo monitored status of the sentinel (0-9), Sentinel_state 19 24 Byte_t fStatusDC; // CaCo monitored status of the DC currents (0-9), Cam.DC_state … … 24 29 MCameraHV *fHV; //! 25 30 MCameraLV *fLV; //! 31 MCameraActiveLoad *fActiveLoad; //! 26 32 MCameraCalibration *fCalibration; //! 33 MCameraCentralPix *fCentralPix; //! 27 34 28 35 Bool_t SetupReading(MParList &plist); 29 36 Bool_t CheckTag(TString &str, const char *tag) const; 30 37 31 Bool_t InterpreteCamera(TString &str );38 Bool_t InterpreteCamera(TString &str, Int_t ver); 32 39 Bool_t InterpreteDC(TString &str); 33 40 Bool_t InterpreteHV(TString &str); … … 39 46 Bool_t InterpreteCAL(TString &str); 40 47 Bool_t InterpreteHOT(TString &str); 48 Bool_t InterpreteActiveLoad(TString &str); 49 Bool_t InterpreteCentralPix(TString &str); 41 50 42 51 Int_t InterpreteBody(TString &str, Int_t ver);
Note:
See TracChangeset
for help on using the changeset viewer.