Ignore:
Timestamp:
08/06/07 15:44:16 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6977 r8657  
    22#define MARS_MHHillasExt
    33
    4 #ifndef ROOT_TH1
    5 #include <TH1.h>
     4#ifndef ROOT_TH2
     5#include <TH2.h>
    66#endif
    77#ifndef MARS_MH
     
    99#endif
    1010
     11class MHillas;
    1112class MHillasExt;
    1213
     
    1415{
    1516private:
     17    MHillas    *fHillas;    //! Pointer to the MHillas container
    1618    MHillasExt *fHillasExt; //! Pointer to the MHillasExt container
    1719
     
    1921    TH1F fHM3Long;  // [mm]    3rd moment (e-weighted) along major axis
    2022    TH1F fHM3Trans; // [mm]    3rd moment (e-weighted) along minor axis
    21     TH1F fHMaxDist; // [mm]    Distance between shower center maximum distant pixel
     23    TH2F fHSlopeL;  //
    2224
    2325    Float_t fMm2Deg;
     
    4648    void Draw(Option_t *opt=NULL);
    4749
    48     ClassDef(MHHillasExt, 1) // Container which holds histograms for the extended hillas parameters
     50    ClassDef(MHHillasExt, 2) // Container which holds histograms for the extended hillas parameters
    4951};
    5052
Note: See TracChangeset for help on using the changeset viewer.