Changeset 1965 for trunk/MagicSoft/Mars/mimage/MHHillas.h
- Timestamp:
- 04/19/03 18:39:05 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillas.h
r1940 r1965 14 14 private: 15 15 16 TH1F *fLength; //->17 TH1F *fWidth; //->16 TH1F *fLength; //-> Length 17 TH1F *fWidth; //-> Width 18 18 19 TH1F *fDistC; //->20 TH1F *fDelta; //->19 TH1F *fDistC; //-> Distance to Camera Center 20 TH1F *fDelta; //-> Angle between Length axis and x-axis 21 21 22 TH1F *fSize; //->23 TH2F *fCenter; //->22 TH1F *fSize; //-> Sum of used pixels 23 TH2F *fCenter; //-> Center 24 24 25 TH1F *fUsedPix; //-> 26 TH1F *fCorePix; //-> 25 TH1F *fUsedPix; //-> Number of used pixels 26 TH1F *fCorePix; //-> Number of core pixels 27 27 28 28 void SetColors() const; … … 30 30 Float_t fMm2Deg; 31 31 Bool_t fUseMmScale; 32 33 void Paint(Option_t *opt=""); 32 34 33 35 public: … … 55 57 TObject *DrawClone(Option_t *opt=NULL) const; 56 58 59 //Int_t DistancetoPrimitive(Int_t px, Int_t py) { return 0; } 60 57 61 ClassDef(MHHillas, 1) // Container which holds histograms for the source independent image parameters 58 62 };
Note:
See TracChangeset
for help on using the changeset viewer.