Ignore:
Timestamp:
01/21/04 15:00:48 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2593 r2870  
    3030        fTitle = "Container storing information about the Camera HV";
    3131    }
     32
     33    Byte_t  GetStatus() const { return fStatus; }
     34    Bool_t  GetStatusRamping() const { return fStatusRamping; }
     35    Short_t GetVoltageA() const { return fVoltageA; }
     36    Short_t GetVoltageB() const { return fVoltageB; }
     37    Byte_t GetCurrentA() const { return fCurrentA; }
     38    Byte_t GetCurrentB() const { return fCurrentB; }
     39
    3240    ClassDef(MCameraHV, 1) // Container storing information about the Camera HV
    3341};
Note: See TracChangeset for help on using the changeset viewer.