Ignore:
Timestamp:
04/20/05 11:59:48 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportCamera.h

    r4575 r6963  
    1212class MCameraAUX;
    1313class MCameraCalibration;
     14class MCameraActiveLoad;
     15class MCameraCentralPix;
    1416
    1517class MReportCamera : public MReport
    1618{
    1719private:
     20   
     21    static const Int_t gkActiveLoadControlVersNum; //!
     22
    1823    Byte_t fStatus;   // CaCo monitored status of the sentinel (0-9), Sentinel_state
    1924    Byte_t fStatusDC; // CaCo monitored status of the DC currents (0-9), Cam.DC_state
     
    2429    MCameraHV          *fHV;          //!
    2530    MCameraLV          *fLV;          //!
     31    MCameraActiveLoad  *fActiveLoad;  //!
    2632    MCameraCalibration *fCalibration; //!
     33    MCameraCentralPix  *fCentralPix;  //!
    2734
    2835    Bool_t SetupReading(MParList &plist);
    2936    Bool_t CheckTag(TString &str, const char *tag) const;
    3037
    31     Bool_t InterpreteCamera(TString &str);
     38    Bool_t InterpreteCamera(TString &str, Int_t ver);
    3239    Bool_t InterpreteDC(TString &str);
    3340    Bool_t InterpreteHV(TString &str);
     
    3946    Bool_t InterpreteCAL(TString &str);
    4047    Bool_t InterpreteHOT(TString &str);
     48    Bool_t InterpreteActiveLoad(TString &str);
     49    Bool_t InterpreteCentralPix(TString &str);
    4150
    4251    Int_t  InterpreteBody(TString &str, Int_t ver);
Note: See TracChangeset for help on using the changeset viewer.