Changeset 9854 for trunk/Mars/mimage/MHHillasExt.h
- Timestamp:
- 08/13/10 11:31:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mimage/MHHillasExt.h
r9343 r9854 20 20 MHillasExt *fHillasExt; //! Pointer to the MHillasExt container 21 21 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 26 31 27 32 TString fHilName; … … 44 49 void Draw(Option_t *opt=NULL); 45 50 46 ClassDef(MHHillasExt, 3) // Container which holds histograms for the extended hillas parameters51 ClassDef(MHHillasExt, 4) // Container which holds histograms for the extended hillas parameters 47 52 }; 48 53
Note:
See TracChangeset
for help on using the changeset viewer.