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 | private:
|
---|
11 |
|
---|
12 | void Add(const UInt_t a, const UInt_t b);
|
---|
13 | void AddArea(const UInt_t a, const UInt_t b);
|
---|
14 | void AddSector(const UInt_t a, const UInt_t b);
|
---|
15 |
|
---|
16 | public:
|
---|
17 |
|
---|
18 | MCalibrationRelTimeCam(const char *name=NULL, const char *title=NULL);
|
---|
19 |
|
---|
20 | // Prints
|
---|
21 | void Print(Option_t *o="") const;
|
---|
22 |
|
---|
23 | // Others
|
---|
24 | Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
|
---|
25 |
|
---|
26 | ClassDef(MCalibrationRelTimeCam, 2) // Container Rel. Arrival Time Calibration Results Camera
|
---|
27 | };
|
---|
28 |
|
---|
29 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.