| Line |  | 
|---|
| 1 | #ifndef MARS_MHCalibrationTestPix | 
|---|
| 2 | #define MARS_MHCalibrationTestPix | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MHCalibrationPix | 
|---|
| 5 | #include "MHCalibrationPix.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MHCalibrationTestPix : public MHCalibrationPix | 
|---|
| 9 | { | 
|---|
| 10 |  | 
|---|
| 11 | private: | 
|---|
| 12 |  | 
|---|
| 13 | static const Int_t   fgChargeNbins;        // Default for fNBins          (now set to: 2000  ) | 
|---|
| 14 | static const Axis_t  fgChargeFirst;        // Default for fFirst          (now set to: -0.5  ) | 
|---|
| 15 | static const Axis_t  fgChargeLast;         // Default for fLast           (now set to: 1999.5) | 
|---|
| 16 |  | 
|---|
| 17 | public: | 
|---|
| 18 |  | 
|---|
| 19 | MHCalibrationTestPix(const char *name=NULL, const char *title=NULL); | 
|---|
| 20 | ~MHCalibrationTestPix() {} | 
|---|
| 21 |  | 
|---|
| 22 | const Float_t  GetIntegral()          const; | 
|---|
| 23 |  | 
|---|
| 24 | ClassDef(MHCalibrationTestPix, 1)     // Base Histogram class for Test Pixel Calibration | 
|---|
| 25 | }; | 
|---|
| 26 |  | 
|---|
| 27 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.