Changeset 3666 for trunk/MagicSoft/Mars/mimage/MHillasExt.h
- Timestamp:
- 04/06/04 13:41:56 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillasExt.h
r2624 r3666 20 20 Float_t fM3Trans; // [mm] 3rd moment (e-weighted) along minor axis 21 21 22 Float_t fMaxDist; // Distance between center and most distant used pixel 23 22 24 public: 23 25 MHillasExt(const char *name=NULL, const char *title=NULL); … … 29 31 Float_t GetM3Trans() const { return fM3Trans; } 30 32 33 Float_t GetMaxDist() const { return fMaxDist; } 34 31 35 Int_t Calc(const MGeomCam &geom, const MCerPhotEvt &pix, const MHillas &hil); 32 36 … … 36 40 void Set(const TArrayF &arr); 37 41 38 ClassDef(MHillasExt, 2) // Storage Container for extended Hillas Parameter42 ClassDef(MHillasExt, 3) // Storage Container for extended Hillas Parameter 39 43 }; 40 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.