Line | |
---|
1 | #ifndef MARS_MCalibrationIntensityTestCam
|
---|
2 | #define MARS_MCalibrationIntensityTestCam
|
---|
3 |
|
---|
4 | #ifndef MARS_MCalibrationIntensityCam
|
---|
5 | #include "MCalibrationIntensityCam.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCalibrationIntensityTestCam : public MCalibrationIntensityCam
|
---|
9 | {
|
---|
10 | private:
|
---|
11 |
|
---|
12 | void Add(const UInt_t from, const UInt_t to);
|
---|
13 |
|
---|
14 | public:
|
---|
15 |
|
---|
16 | MCalibrationIntensityTestCam(const char *name=NULL, const char *title=NULL);
|
---|
17 |
|
---|
18 | ClassDef(MCalibrationIntensityTestCam, 1) // Container Intensity Rel.Times Calibration Results Camera
|
---|
19 | };
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.