Changeset 1222 for trunk/MagicSoft/Mars/manalysis/MHillasExt.h
- Timestamp:
- 02/21/02 14:46:59 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHillasExt.h
r1203 r1222 24 24 void Reset(); 25 25 26 Float_t GetConc() const { return fConc; } 27 Float_t GetConc1() const { return fConc1; } 28 Float_t GetAsym() const { return fAsym; } 29 Float_t GetM3Long() const { return fM3Long; } 30 Float_t GetM3Trans() const { return fM3Trans; } 31 26 32 Bool_t Calc(const MGeomCam &geom, const MCerPhotEvt &pix); 27 33 … … 29 35 30 36 void AsciiRead(ifstream &fin); 31 void AsciiWrite(ofstream &fout) const;37 //void AsciiWrite(ofstream &fout) const; 32 38 33 39 ClassDef(MHillasExt, 1) // Storage Container for extended Hillas Parameter
Note:
See TracChangeset
for help on using the changeset viewer.