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