| 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 |
|
|---|
| 16 | MCalibrationBlindCam(Int_t nblind=1,const char *name=NULL, const char *title=NULL);
|
|---|
| 17 |
|
|---|
| 18 | void Copy(TObject& object) const;
|
|---|
| 19 |
|
|---|
| 20 | // Inits
|
|---|
| 21 | void Init ( const MGeomCam &geom ) {}
|
|---|
| 22 |
|
|---|
| 23 | Bool_t IsFluxInsidePlexiglassAvailable () const;
|
|---|
| 24 |
|
|---|
| 25 | Float_t GetFluxInsidePlexiglass () const;
|
|---|
| 26 | Float_t GetFluxInsidePlexiglassVar () const;
|
|---|
| 27 | Float_t GetFluxInsidePlexiglassRelVar() const;
|
|---|
| 28 |
|
|---|
| 29 | void SetPulserColor( const MCalibrationCam::PulserColor_t col );
|
|---|
| 30 |
|
|---|
| 31 | ClassDef(MCalibrationBlindCam, 2) // Container Blind Pixels Calibration Results Camera
|
|---|
| 32 | };
|
|---|
| 33 |
|
|---|
| 34 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.