Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx	(revision 5339)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx	(revision 5340)
@@ -60,8 +60,4 @@
 // is the azimuth of the momentum vector of particles, and is measured
 // from the north direction, anticlockwise (i.e, west is phi=90 degrees).
-// When it refers to the telescope orientation, it is the azimuth of a 
-// vector along the telescope axis, going from the camera to the mirror. 
-// So, fTelesTheta=90, fTelesPhi = 0 means the telescope is pointing 
-// horizontally towards South. For an explanation, see also TDAS 02-11. 
 //
 ////////////////////////////////////////////////////////////////////////////
@@ -113,6 +109,4 @@
 
     fNumPheFromDNSB = 0.0;
-    fTelesTheta = 0.0;
-    fTelesPhi = 0.0;
     fShowerThetaMax = 0.0;
     fShowerThetaMin = 0.0;
@@ -171,6 +165,4 @@
 			const Int_t    sfDeS,
 			const Float_t  numdnsb,
-			const Float_t  telestheta,
-			const Float_t  telesphi,
 			const Float_t  shthetamax,
 			const Float_t  shthetamin,
@@ -213,6 +205,4 @@
 
     fNumPheFromDNSB = numdnsb;
-    fTelesTheta = telestheta;
-    fTelesPhi = telesphi;
     fShowerThetaMax = shthetamax;
     fShowerThetaMin = shthetamin;
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 5339)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 5340)
@@ -6,4 +6,7 @@
 //                                                                   //
 // Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi   //
+//            (were no longer used)                                  //
+//                                                                   //
+// Version 6: removed members fTelesTheta, fTelesPhi                 //
 //            (were no longer used)                                  //
 //                                                                   //
@@ -48,10 +51,4 @@
 
   Float_t fNumPheFromDNSB;  // Number of phe/ns from diffuse NSB
-  
-  //  Telescope axis position (zenith and azimutal angle)
-  Float_t fTelesTheta;  // >180 (200) means that telescope is always pointing the shower. 
-                        // Otherwise it is Theta where Telescope is pointing.
-  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 range used in the Corsika showers generation (degrees)
@@ -120,6 +117,4 @@
 	    const Int_t    sfDeS,
 	    const Float_t  numdnsb,
-	    const Float_t  telestheta,
-	    const Float_t  telesphi,
 	    const Float_t  shthetamax,
 	    const Float_t  shthetamin,
@@ -142,5 +137,4 @@
 
   Float_t  GetNumPheFromDNSB() const      { return fNumPheFromDNSB; }
-  Float_t  GetTelesTheta() const          { return fTelesTheta; }
   UShort_t GetCamVersion() const          { return fCamVersion; }
   UShort_t GetReflVersion() const         { return fReflVersion; }
@@ -148,7 +142,11 @@
   UInt_t   GetCorsikaVersion() const      { return fCorsikaVersion; }
   Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
+
+  Float_t  GetShowerThetaMin() const { return fShowerThetaMin; } 
+  Float_t  GetShowerThetaMax() const { return fShowerThetaMax; } 
+
   Float_t GetImpactMax() const            {return fImpactMax;}
 
-  ClassDef(MMcRunHeader, 5)	// storage container for general run info
+  ClassDef(MMcRunHeader, 6)	// storage container for general run info
 };
 #endif
