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