Ignore:
Timestamp:
08/13/10 11:31:13 (14 years ago)
Author:
tbretz
Message:
Added Histograms for the new variables in MHillasExt to MHHillasExt.
File:
1 edited

Legend:

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

    r9343 r9854  
    2020    MHillasExt *fHillasExt; //! Pointer to the MHillasExt container
    2121
    22     TH1F fHAsym;    // [mm]    fDist minus dist: center of ellipse, highest pixel
    23     TH1F fHM3Long;  // [mm]    3rd moment (e-weighted) along major axis
    24     TH1F fHM3Trans; // [mm]    3rd moment (e-weighted) along minor axis
    25     TH2F fHSlopeL;  //
     22    TH1F fHAsym;            // [mm] fDist minus dist: center of ellipse, highest pixel
     23    TH1F fHM3Long;          // [mm] 3rd moment (e-weighted) along major axis
     24    TH1F fHM3Trans;         // [mm] 3rd moment (e-weighted) along minor axis
     25    TH2F fHSlopeL;          //
     26
     27    TH1F fHTimeSpread;      // [ns] Spread (rms) of arrival time around mean
     28    TH1F fHTimeSpreadW;     // [ns] Weighted spread (rms) of arrival time around weighted mean
     29    TH1F fHSlopeSpread;     // [ns] Spread (rms) of arrival time around slope
     30    TH1F fHSlopeSpreadW;    // [ns] Weighted spread (rms) of arrival time around slope
    2631
    2732    TString fHilName;
     
    4449    void Draw(Option_t *opt=NULL);
    4550
    46     ClassDef(MHHillasExt, 3) // Container which holds histograms for the extended hillas parameters
     51    ClassDef(MHHillasExt, 4) // Container which holds histograms for the extended hillas parameters
    4752};
    4853
Note: See TracChangeset for help on using the changeset viewer.