| Line |  | 
|---|
| 1 | #ifndef MARS_MCalibrationQECamMagic | 
|---|
| 2 | #define MARS_MCalibrationQECamMagic | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MCalibrationQECam | 
|---|
| 5 | #include "MCalibrationQECam.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MCalibrationQECamMagic : public MCalibrationQECam | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 |  | 
|---|
| 12 | void CreateCorningReds(); | 
|---|
| 13 | void CreateCorningBlues(); | 
|---|
| 14 |  | 
|---|
| 15 | public: | 
|---|
| 16 |  | 
|---|
| 17 | MCalibrationQECamMagic(const char *name=NULL, const char *title=NULL); | 
|---|
| 18 |  | 
|---|
| 19 | ClassDef(MCalibrationQECamMagic, 1) // Container Quantum Efficieny for MAGIC | 
|---|
| 20 | }; | 
|---|
| 21 |  | 
|---|
| 22 | #endif | 
|---|
| 23 |  | 
|---|
| 24 |  | 
|---|
| 25 |  | 
|---|
| 26 |  | 
|---|
| 27 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.