| Line |  | 
|---|
| 1 | #ifndef MARS_MCalibrationHiLoCam | 
|---|
| 2 | #define MARS_MCalibrationHiLoCam | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MCalibrationCam | 
|---|
| 5 | #include "MCalibrationCam.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MCalibrationHiLoCam : public MCalibrationCam | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 |  | 
|---|
| 12 | void Add(const UInt_t a, const UInt_t b); | 
|---|
| 13 | void AddArea(const UInt_t a, const UInt_t b); | 
|---|
| 14 | void AddSector(const UInt_t a, const UInt_t b); | 
|---|
| 15 |  | 
|---|
| 16 | public: | 
|---|
| 17 |  | 
|---|
| 18 | MCalibrationHiLoCam(const char *name=NULL, const char *title=NULL); | 
|---|
| 19 |  | 
|---|
| 20 | // Prints | 
|---|
| 21 | void Print(Option_t *o="") const; //*MENU* | 
|---|
| 22 |  | 
|---|
| 23 | // Others | 
|---|
| 24 | Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; | 
|---|
| 25 |  | 
|---|
| 26 | ClassDef(MCalibrationHiLoCam, 1)      // Container Rel. Arrival Time Calibration Results Camera | 
|---|
| 27 | }; | 
|---|
| 28 |  | 
|---|
| 29 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.