source: trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h@ 3647

Last change on this file since 3647 was 3647, checked in by gaug, 21 years ago
*** empty log message ***
File size: 608 bytes
Line 
1#ifndef MARS_MCalibrationQECam
2#define MARS_MCalibrationQECam
3
4#ifndef MARS_MCalibrationCam
5#include "MCalibrationCam.h"
6#endif
7
8class MCalibrationQECam : public MCalibrationCam
9{
10private:
11
12public:
13
14 MCalibrationQECam(const char *name=NULL, const char *title=NULL);
15 ~MCalibrationQECam() {}
16
17 // Prints
18 void Print(Option_t *o="") const;
19
20 // Others
21 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
22 void DrawPixelContent(Int_t num) const;
23
24 ClassDef(MCalibrationQECam, 1) // Container Quantum Efficieny Calibration Results Camera
25};
26
27#endif
28
29
30
31
32
Note: See TracBrowser for help on using the repository browser.