| Last change
 on this file since 17825 was             14935, checked in by tbretz, 13 years ago | 
        
          | Add changes necessary to remove fits completely from namespace std in MARS. | 
        
          | File size:
            590 bytes | 
      
      
| Line |  | 
|---|
| 1 | #ifndef MARS_MReportHumidity | 
|---|
| 2 | #define MARS_MReportHumidity | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MReport | 
|---|
| 5 | #include "MReport.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MReportHumidity : public MReport | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 | Float_t fTimeStamp;   // [s] FSC uptime | 
|---|
| 12 | Float_t fHumidity[4]; // H[%] Humidity sensors readout | 
|---|
| 13 |  | 
|---|
| 14 | Bool_t SetupReadingFits(fits &fits); | 
|---|
| 15 | Int_t  InterpreteFits(const fits &fits); | 
|---|
| 16 |  | 
|---|
| 17 | public: | 
|---|
| 18 | MReportHumidity(); | 
|---|
| 19 |  | 
|---|
| 20 | Float_t GetTimeStamp() const { return fTimeStamp; } | 
|---|
| 21 | Float_t GetMean() const; | 
|---|
| 22 |  | 
|---|
| 23 | void Print(Option_t *o="") const; | 
|---|
| 24 |  | 
|---|
| 25 | ClassDef(MReportHumidity, 1) // Class for FTM_CONTROL/TRIGGER_RATES | 
|---|
| 26 | }; | 
|---|
| 27 |  | 
|---|
| 28 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.