Line | |
---|
1 | #ifndef MARS_MCalibrationBlindCam
|
---|
2 | #define MARS_MCalibrationBlindCam
|
---|
3 |
|
---|
4 | #ifndef MARS_MCalibrationCam
|
---|
5 | #include "MCalibrationCam.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCalibrationBlindCam : public MCalibrationCam
|
---|
9 | {
|
---|
10 | private:
|
---|
11 |
|
---|
12 | void Add(const UInt_t a, const UInt_t b);
|
---|
13 |
|
---|
14 | public:
|
---|
15 | MCalibrationBlindCam(Int_t nblind=1,const char *name=NULL, const char *title=NULL);
|
---|
16 |
|
---|
17 | // Inits
|
---|
18 | void Init ( const MGeomCam &geom ) {}
|
---|
19 |
|
---|
20 | // Getter
|
---|
21 | Bool_t IsFluxInsidePlexiglassAvailable () const;
|
---|
22 |
|
---|
23 | Float_t GetFluxInsidePlexiglass () const;
|
---|
24 | Float_t GetFluxInsidePlexiglassVar () const;
|
---|
25 | Float_t GetFluxInsidePlexiglassRelVar() const;
|
---|
26 |
|
---|
27 | // Setter
|
---|
28 | void SetPulserColor( const MCalibrationCam::PulserColor_t col );
|
---|
29 |
|
---|
30 | ClassDef(MCalibrationBlindCam, 2) // Container Blind Pixels Calibration Results Camera
|
---|
31 | };
|
---|
32 |
|
---|
33 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.