source: trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCam.h@ 5023

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