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