Changeset 2870


Ignore:
Timestamp:
01/21/04 15:00:48 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2869 r2870  
    2727 2004/01/21: Raquel de los Reyes
    2828
    29    * mreport/MReportCC.h, mreport/MReportTrigger.h and
    30      mcamera/MCameraCalibration.h
     29   * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
     30     and mcamera/MCameraCalibration.h
    3131     - Added the "Get" functions (e.g GetStatus() for fStatus) to access
    3232       the private data members of the class.
  • 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.