Ignore:
Timestamp:
07/17/08 15:58:20 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraDC.h

    r7489 r9005  
    1515class MCameraDC : public MParContainer, public MCamEvent
    1616{
     17    friend class MReportCamera;
     18    friend class MReportCurrents;
    1719private:
    18     TArrayF fArray; // [nA] Unsigned Int!
     20    Byte_t  fStatus; // CaCo monitored status of the High Voltage [0-9], Cam.HV.PS_state
     21
     22    TArrayF fArray;  // [nA] Unsigned Int!
     23
     24    Int_t Interprete(TString &str, Int_t len=0);
    1925
    2026public:
    2127    MCameraDC(Int_t size=577, const char *name=NULL, const char *title=NULL);
     28
     29    Byte_t GetStatus() const { return  fStatus; }
    2230
    2331    void SetCurrent(Int_t i, Float_t val) { fArray[i] = (Int_t)val; }
     
    4351    }
    4452
    45     ClassDef(MCameraDC, 1) // Storage Container for the Currents (PRELIMINARY)
     53    ClassDef(MCameraDC, 2) // Storage Container for the Currents (PRELIMINARY)
    4654};
    4755
Note: See TracChangeset for help on using the changeset viewer.