#ifndef MARS_MCameraPowerSupply #define MARS_MCameraPowerSupply #ifndef MARS_MParContainer #include "MParContainer.h" #endif class MCameraPowerSupply : public MParContainer { friend class MReportCamera; private: Float_t fVoltagePos5V; // [V] voltage_pos5 Float_t fVoltagePos12V; // [V] voltage_pos12 Float_t fVoltageNeg12V; // [V] voltage_neg12 Float_t fCurrentPos5V; // [A] current_pos5 Float_t fCurrentPos12V; // [A] current_pos12 Float_t fCurrentNeg12V; // [A] current_neg12 public: ClassDef(MCameraPowerSupply, 0) }; #endif