Changeset 9340 for trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
- Timestamp:
- 02/15/09 15:41:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHNewImagePar.h
r9153 r9340 9 9 #endif 10 10 11 class MGeomCam; 11 12 class MHillas; 12 13 … … 14 15 { 15 16 private: 17 MGeomCam *fGeom; //! Conversion from mm to deg 18 16 19 TH1F fHistLeakage1; // 17 20 TH1F fHistLeakage2; // … … 27 30 TH1F fHistConcCOG; // [ratio] concentration of the three pixels next to COG 28 31 TH1F fHistConcCore; // [ratio] concentration of signals inside or touching the ellipse 29 30 Float_t fMm2Deg;31 Bool_t fUseMmScale;32 32 33 33 public: … … 58 58 TH1F &GetHistConcCore() { return fHistConcCore; } 59 59 60 void SetMmScale(Bool_t mmscale=kTRUE);61 virtual void SetMm2Deg(Float_t mmdeg);62 63 60 void Draw(Option_t *opt=""); 64 61 void Paint(Option_t *opt="");
Note:
See TracChangeset
for help on using the changeset viewer.