Line | |
---|
1 | #ifndef MARS_MCalibrationRelTimeCam
|
---|
2 | #define MARS_MCalibrationRelTimeCam
|
---|
3 |
|
---|
4 | #ifndef MARS_MCalibrationCam
|
---|
5 | #include "MCalibrationCam.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCalibrationRelTimeCam : public MCalibrationCam
|
---|
9 | {
|
---|
10 | public:
|
---|
11 |
|
---|
12 | MCalibrationRelTimeCam(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 | void DrawPixelContent(Int_t num) const;
|
---|
20 |
|
---|
21 | ClassDef(MCalibrationRelTimeCam, 1) // Container Rel. Arrival Time Calibration Results Camera
|
---|
22 | };
|
---|
23 |
|
---|
24 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.