Ignore:
Timestamp:
08/08/02 14:01:38 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHHillasExt.h

    r1465 r1490  
    55#include <TH1.h>
    66#endif
    7 #ifndef MARS_MHHillas
    8 #include "MHHillas.h"
     7#ifndef MARS_MH
     8#include "MH.h"
    99#endif
    1010
    11 class MHillasSrc;
     11class MHillasExt;
    1212
    13 class MHHillasExt : public MHHillas
     13class MHHillasExt : public MH
    1414{
    1515private:
    16     MHillasSrc *fHillasSrc; //! Pointer to an MHillasSrc to be able to add sign to Asym, M3Long and M3Trans
     16    MHillasExt *fHillasExt; //! Pointer to the MHillasExt container
    1717
    1818    TH1F fHConc;    // [ratio] concentration ratio: sum of the two highest pixels / fSize
     
    2222    TH1F fHM3Trans; // [mm]    3rd moment (e-weighted) along minor axis
    2323
     24    Float_t fMm2Deg;
     25    Bool_t  fUseMmScale;
     26
    2427public:
    2528    MHHillasExt(const char *name=NULL, const char *title=NULL);
     
    2730
    2831    void SetMmScale(Bool_t mmscale=kTRUE);
     32    virtual void SetMm2Deg(Float_t mmdeg);
    2933
    3034    Bool_t SetupFill(const MParList *pList);
     
    3438    TObject *DrawClone(Option_t *opt=NULL) const;
    3539
    36     ClassDef(MHHillasExt, 1) // Container which holds histograms for length and width
     40    ClassDef(MHHillasExt, 1) // Container which holds histograms for the extended hillas parameters
    3741};
    3842
Note: See TracChangeset for help on using the changeset viewer.