Line | |
---|
1 | #ifndef MARS_MCalibrationIntensityRelTimeCam
|
---|
2 | #define MARS_MCalibrationIntensityRelTimeCam
|
---|
3 |
|
---|
4 | #ifndef MARS_MCalibrationIntensityCam
|
---|
5 | #include "MCalibrationIntensityCam.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef MARS_MCalibrationIntensityChargeCam
|
---|
9 | #include "MCalibrationIntensityChargeCam.h"
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | class TGraphErrors;
|
---|
13 | class MCalibrationIntensityRelTimeCam : public MCalibrationIntensityCam
|
---|
14 | {
|
---|
15 | private:
|
---|
16 |
|
---|
17 | void Add(const UInt_t from, const UInt_t to);
|
---|
18 |
|
---|
19 | public:
|
---|
20 |
|
---|
21 | MCalibrationIntensityRelTimeCam(const char *name=NULL, const char *title=NULL);
|
---|
22 |
|
---|
23 | TGraphErrors *GetTimeResVsCharge( const UInt_t pixid, const MCalibrationIntensityChargeCam &chargecam,
|
---|
24 | const MCalibrationCam::PulserColor_t col=MCalibrationCam::kNONE);
|
---|
25 |
|
---|
26 | TGraphErrors *GetTimeResVsChargePerArea( const Int_t aidx, const MCalibrationIntensityChargeCam &chargecam,
|
---|
27 | const MGeomCam &geom,
|
---|
28 | const MCalibrationCam::PulserColor_t col=MCalibrationCam::kNONE);
|
---|
29 |
|
---|
30 | TGraphErrors *GetTimeResVsSqrtPhePerArea( const Int_t aidx, const MCalibrationIntensityChargeCam &chargecam,
|
---|
31 | const MGeomCam &geom,
|
---|
32 | const MCalibrationCam::PulserColor_t col=MCalibrationCam::kNONE);
|
---|
33 |
|
---|
34 | ClassDef(MCalibrationIntensityRelTimeCam, 1) // Container Intensity Rel.Times Calibration Results Camera
|
---|
35 | };
|
---|
36 |
|
---|
37 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.