Changeset 1490 for trunk/MagicSoft/Mars/mhist/MHHillasExt.h
- Timestamp:
- 08/08/02 14:01:38 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHillasExt.h
r1465 r1490 5 5 #include <TH1.h> 6 6 #endif 7 #ifndef MARS_MH Hillas8 #include "MH Hillas.h"7 #ifndef MARS_MH 8 #include "MH.h" 9 9 #endif 10 10 11 class MHillas Src;11 class MHillasExt; 12 12 13 class MHHillasExt : public MH Hillas13 class MHHillasExt : public MH 14 14 { 15 15 private: 16 MHillas Src *fHillasSrc; //! Pointer to an MHillasSrc to be able to add sign to Asym, M3Long and M3Trans16 MHillasExt *fHillasExt; //! Pointer to the MHillasExt container 17 17 18 18 TH1F fHConc; // [ratio] concentration ratio: sum of the two highest pixels / fSize … … 22 22 TH1F fHM3Trans; // [mm] 3rd moment (e-weighted) along minor axis 23 23 24 Float_t fMm2Deg; 25 Bool_t fUseMmScale; 26 24 27 public: 25 28 MHHillasExt(const char *name=NULL, const char *title=NULL); … … 27 30 28 31 void SetMmScale(Bool_t mmscale=kTRUE); 32 virtual void SetMm2Deg(Float_t mmdeg); 29 33 30 34 Bool_t SetupFill(const MParList *pList); … … 34 38 TObject *DrawClone(Option_t *opt=NULL) const; 35 39 36 ClassDef(MHHillasExt, 1) // Container which holds histograms for length and width40 ClassDef(MHHillasExt, 1) // Container which holds histograms for the extended hillas parameters 37 41 }; 38 42
Note:
See TracChangeset
for help on using the changeset viewer.