Changeset 2004 for trunk/MagicSoft/Mars/mimage/MHillasSrc.h
- Timestamp:
- 04/24/03 13:10:43 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillasSrc.h
r1940 r2004 16 16 Float_t fAlpha; // [deg] angle of major axis with vector to src 17 17 Float_t fDist; // [mm] distance between src and center of ellipse 18 Float_t fHeadTail; // [mm]19 18 Float_t fCosDeltaAlpha; // [1] cosine of angle between d and a 20 19 … … 35 34 Float_t GetAlpha() const { return fAlpha; } 36 35 Float_t GetDist() const { return fDist; } 37 Float_t GetHeadTail() const { return fHeadTail; }38 36 Float_t GetCosDeltaAlpha() const { return fCosDeltaAlpha; } 39 37 … … 47 45 //virtual void AsciiWrite(ofstream &fout) const; 48 46 49 ClassDef(MHillasSrc, 3) // Container to hold source position dependant parameters47 ClassDef(MHillasSrc, 4) // Container to hold source position dependant parameters 50 48 }; 51 49
Note:
See TracChangeset
for help on using the changeset viewer.