Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2268)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2269)
@@ -1,3 +1,11 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/07/08: Abelardo Moralejo
+
+   * mmc/MMcEvt.hxx
+     - Uncommented the getter function for fCoreX and fCoreY (is there
+       any reason why they were commented out?). Added Getter functions
+       for the parameters of the longitudinal fit to the particle 
+       distribution of the shower.
 
  2003/07/06: Abelardo Moralejo
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 2268)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 2269)
@@ -96,6 +96,6 @@
 
 /*    Float_t GetCoreD() { return fCoreD; }          //Get Core d pos */
-/*    Float_t GetCoreX() { return fCoreX; }          //Get Core x pos */
-/*    Float_t GetCoreY() { return fCoreY; }          //Get Core y pos */
+  Float_t GetCoreX() { return fCoreX; }          //Get Core x pos
+  Float_t GetCoreY() { return fCoreY; }          //Get Core y pos
   Float_t GetImpact() const { return fImpact;}         //Get impact parameter 
 
@@ -110,4 +110,12 @@
   Float_t GetTelescopeTheta() const { return fTelescopeTheta; }
   Float_t GetOtherCphFraction() const { return fOtherCphFraction; }
+
+  Float_t GetLongiNmax() const { return fLongiNmax; }
+  Float_t GetLongia()    const { return fLongia; }
+  Float_t GetLongib()    const { return fLongib; }
+  Float_t GetLongic()    const { return fLongic; }
+  Float_t GetLongiChi2() const { return fLongiChi2; }
+  Float_t GetLongit0()   const { return fLongit0; }
+  Float_t GetLongitmax() const { return fLongitmax; }
 
   void SetPartId(Short_t PartId)
