Line | |
---|
1 | #ifndef MARS_MCalibrationQECam
|
---|
2 | #define MARS_MCalibrationQECam
|
---|
3 |
|
---|
4 | #ifndef MARS_MCalibrationCam
|
---|
5 | #include "MCalibrationCam.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCalibrationQECam : public MCalibrationCam
|
---|
9 | {
|
---|
10 | private:
|
---|
11 |
|
---|
12 | public:
|
---|
13 |
|
---|
14 | MCalibrationQECam(const char *name=NULL, const char *title=NULL);
|
---|
15 | ~MCalibrationQECam() {}
|
---|
16 |
|
---|
17 | // Prints
|
---|
18 | void Print(Option_t *o="") const;
|
---|
19 |
|
---|
20 | // Others
|
---|
21 | Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
|
---|
22 | void DrawPixelContent(Int_t num) const;
|
---|
23 |
|
---|
24 | ClassDef(MCalibrationQECam, 1) // Container for Quantum Efficieny Calibration Results Camera
|
---|
25 | };
|
---|
26 |
|
---|
27 | #endif
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 |
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.