source: trunk/MagicSoft/Mars/mhcalib/MHCalibrationTestTimePix.h@ 4936

Last change on this file since 4936 was 4929, checked in by gaug, 21 years ago
*** empty log message ***
File size: 747 bytes
Line 
1#ifndef MARS_MHCalibrationTestTimePix
2#define MARS_MHCalibrationTestTimePix
3
4#ifndef MARS_MHCalibrationPix
5#include "MHCalibrationPix.h"
6#endif
7
8class TH1F;
9class MHCalibrationTestTimePix : public MHCalibrationPix
10{
11
12private:
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
18public:
19
20 MHCalibrationTestTimePix(const char *name=NULL, const char *title=NULL);
21 ~MHCalibrationTestTimePix() {}
22
23 ClassDef(MHCalibrationTestTimePix, 1) // Base Histogram class for TestTime Pixel Calibration
24};
25
26#endif
Note: See TracBrowser for help on using the repository browser.