Changeset 2269 for trunk/MagicSoft
- Timestamp:
- 07/08/03 10:55:20 (21 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2268 r2269 1 1 -*-*- END OF LINE -*-*- 2 3 2003/07/08: Abelardo Moralejo 4 5 * mmc/MMcEvt.hxx 6 - Uncommented the getter function for fCoreX and fCoreY (is there 7 any reason why they were commented out?). Added Getter functions 8 for the parameters of the longitudinal fit to the particle 9 distribution of the shower. 2 10 3 11 2003/07/06: Abelardo Moralejo -
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
r1983 r2269 96 96 97 97 /* Float_t GetCoreD() { return fCoreD; } //Get Core d pos */ 98 /* Float_t GetCoreX() { return fCoreX; } //Get Core x pos */ 99 /* Float_t GetCoreY() { return fCoreY; } //Get Core y pos */ 98 Float_t GetCoreX() { return fCoreX; } //Get Core x pos 99 Float_t GetCoreY() { return fCoreY; } //Get Core y pos 100 100 Float_t GetImpact() const { return fImpact;} //Get impact parameter 101 101 … … 110 110 Float_t GetTelescopeTheta() const { return fTelescopeTheta; } 111 111 Float_t GetOtherCphFraction() const { return fOtherCphFraction; } 112 113 Float_t GetLongiNmax() const { return fLongiNmax; } 114 Float_t GetLongia() const { return fLongia; } 115 Float_t GetLongib() const { return fLongib; } 116 Float_t GetLongic() const { return fLongic; } 117 Float_t GetLongiChi2() const { return fLongiChi2; } 118 Float_t GetLongit0() const { return fLongit0; } 119 Float_t GetLongitmax() const { return fLongitmax; } 112 120 113 121 void SetPartId(Short_t PartId)
Note:
See TracChangeset
for help on using the changeset viewer.