Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3620)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3621)
@@ -27,5 +27,6 @@
        the simulatedlight collection efficiency (light guides + 
        plexiglas +...) as a function of incidence angle for outer and 
-       inner pixels independently.
+       inner pixels independently. Added getters for this information
+       on light collection efficiency.
 
  2004/03/30: Markus Gaug
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h	(revision 3620)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h	(revision 3621)
@@ -41,7 +41,9 @@
 
     // Light Collection Information (guides , plexiglas, 1st dynode) 
-    TArrayF fIncidentTheta;    // [deg]
-    TArrayF fLightCollectionFactor;// []
-    TArrayF fLightCollectionFactorOuter;// []
+
+    TArrayF fIncidentTheta;    // [deg] Angle (0-180 deg) between light 
+                               // direction and camera plane.
+    TArrayF fLightCollectionFactor;//   Inner pixels
+    TArrayF fLightCollectionFactorOuter;//  Outer pixels
 
 public:
@@ -74,4 +76,9 @@
     void    SetMissPointingY(Float_t x) {fMissPointingY=x;}
 
+    TArrayF GetLightCollectionFactor() const {return fLightCollectionFactor; }
+    TArrayF GetLightCollectionFactorOuter() const 
+      {return fLightCollectionFactorOuter; }
+    TArrayF GetIncidentTheta() const {return fIncidentTheta;}
+
     void   AddMirror(Int_t id)
     {
