| Line |  | 
|---|
| 1 | #ifndef MARS_MCalibrationPedCam | 
|---|
| 2 | #define MARS_MCalibrationPedCam | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MCalibrationCam | 
|---|
| 5 | #include "MCalibrationCam.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MCalibrationPedCam : public MCalibrationCam | 
|---|
| 9 | { | 
|---|
| 10 | public: | 
|---|
| 11 |  | 
|---|
| 12 | MCalibrationPedCam(const char *name=NULL, const char *title=NULL); | 
|---|
| 13 | ~MCalibrationPedCam() {} | 
|---|
| 14 |  | 
|---|
| 15 | Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; | 
|---|
| 16 |  | 
|---|
| 17 | ClassDef(MCalibrationPedCam, 1)       // Container Pedestal Calibration Results Camera | 
|---|
| 18 | }; | 
|---|
| 19 |  | 
|---|
| 20 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.