| Line |  | 
|---|
| 1 | #ifndef MARS_MHVsSize | 
|---|
| 2 | #define MARS_MHVsSize | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MH | 
|---|
| 5 | #include "MH.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | #ifndef ROOT_TH2 | 
|---|
| 9 | #include <TH2.h> | 
|---|
| 10 | #endif | 
|---|
| 11 |  | 
|---|
| 12 | class MHillas; | 
|---|
| 13 | class MHillasExt; | 
|---|
| 14 | class MNewImagePar; | 
|---|
| 15 |  | 
|---|
| 16 | class MHVsSize : public MH | 
|---|
| 17 | { | 
|---|
| 18 | private: | 
|---|
| 19 | MHillas      *fHillas;      //! | 
|---|
| 20 | MHillasExt   *fHillasExt;   //! | 
|---|
| 21 | MNewImagePar *fNewImagePar; //! | 
|---|
| 22 |  | 
|---|
| 23 | TH2F fLength;  // Length | 
|---|
| 24 | TH2F fWidth;   // Width | 
|---|
| 25 |  | 
|---|
| 26 | TH2F fDist;    // Distance to Camera Center | 
|---|
| 27 | TH2F fConc1;   // Angle between Length axis and x-axis | 
|---|
| 28 |  | 
|---|
| 29 | TH2F fM3Long;  // | 
|---|
| 30 | TH2F fArea;    // | 
|---|
| 31 |  | 
|---|
| 32 | Float_t fMm2Deg; | 
|---|
| 33 | Bool_t  fUseMmScale; | 
|---|
| 34 |  | 
|---|
| 35 | public: | 
|---|
| 36 | MHVsSize(const char *name=NULL, const char *title=NULL); | 
|---|
| 37 |  | 
|---|
| 38 | void SetMmScale(Bool_t mmscale=kTRUE); | 
|---|
| 39 | virtual void SetMm2Deg(Float_t mmdeg); | 
|---|
| 40 |  | 
|---|
| 41 | Bool_t SetupFill(const MParList *pList); | 
|---|
| 42 | Bool_t Fill(const MParContainer *par, const Stat_t w=1); | 
|---|
| 43 |  | 
|---|
| 44 | void Draw(Option_t *opt=NULL); | 
|---|
| 45 |  | 
|---|
| 46 | ClassDef(MHVsSize, 1) // Container which holds histograms for image parameters vs size | 
|---|
| 47 | }; | 
|---|
| 48 |  | 
|---|
| 49 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.