Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3893)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3894)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/04/29: Abelardo Moralejo
+
+   * mmc/MMcEvt.hxx
+     - Added minor comment (explanation of fPassPhotCone).
+
+   * mmc/MMcRunHeader.[hxx,cxx]
+     - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
+     - Updated class version to 5.
+
  2004/04/29: Nadia Tonello
 
Index: /trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
===================================================================
--- /trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 3893)
+++ /trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 3894)
@@ -64,6 +64,6 @@
   UInt_t fPassPhotAtm;      // [ph] Passed atmosphere
   UInt_t fPassPhotRef;      // [ph] Passed reflector(reflectivity + effective area)
-  UInt_t fPassPhotCone;     // [ph] Passed glas
-  UInt_t fPhotElfromShower; // [phe] Passed qe coming from the shower
+  UInt_t fPassPhotCone;     // [ph]  Within any valid pixel, before plexiglas
+  UInt_t fPhotElfromShower; // [phe] Passed qe, coming from the shower
   UInt_t fPhotElinCamera;   // [phe] usPhotElfromShower + mean of phe
                             // from NSB
Index: /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
===================================================================
--- /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx	(revision 3893)
+++ /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx	(revision 3894)
@@ -115,6 +115,4 @@
     fTelesTheta = 0.0;
     fTelesPhi = 0.0;
-    fSourceOffsetTheta = 0.0; 
-    fSourceOffsetPhi = 0.0;
     fShowerThetaMax = 0.0;
     fShowerThetaMin = 0.0;
@@ -175,6 +173,4 @@
 			const Float_t  telestheta,
 			const Float_t  telesphi,
-			const Float_t  sofftheta,
-			const Float_t  soffphi,
 			const Float_t  shthetamax,
 			const Float_t  shthetamin,
@@ -219,6 +215,4 @@
     fTelesTheta = telestheta;
     fTelesPhi = telesphi;
-    fSourceOffsetTheta = sofftheta; 
-    fSourceOffsetPhi = soffphi;
     fShowerThetaMax = shthetamax;
     fShowerThetaMin = shthetamin;
Index: /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
===================================================================
--- /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 3893)
+++ /trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 3894)
@@ -3,5 +3,8 @@
 ///////////////////////////////////////////////////////////////////////
 //                                                                   //
-// MRunHeader                                                        //
+// MMcRunHeader                                                      //
+//                                                                   //
+// Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi   //
+//            (were no longer used)                                  //
 //                                                                   //
 ///////////////////////////////////////////////////////////////////////
@@ -51,8 +54,4 @@
   Float_t fTelesPhi;    // See class description. > 360 (400) means that telescope is always pointing the shower.
                         // Otherwise it is Phi where Telescope is pointing.
-
-  //  Angular distance from the source position to the camera center
-  Float_t fSourceOffsetTheta; 
-  Float_t fSourceOffsetPhi;
   
   //  Angular range used in the Corsika showers generation (degrees)
@@ -123,6 +122,4 @@
 	    const Float_t  telestheta,
 	    const Float_t  telesphi,
-	    const Float_t  sofftheta,
-	    const Float_t  soffphi,
 	    const Float_t  shthetamax,
 	    const Float_t  shthetamin,
@@ -153,5 +150,5 @@
   Float_t GetImpactMax() const            {return fImpactMax;}
 
-  ClassDef(MMcRunHeader, 4)	// storage container for general run info
+  ClassDef(MMcRunHeader, 5)	// storage container for general run info
 };
 #endif
