Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2870)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2871)
@@ -6,4 +6,8 @@
 
  2004/01/21: Abelardo moralejo
+
+   * mmc/MMcEvt.hxx
+     - Uncommented 6 Getter functions (those regarding the number of 
+       photons surviving the different stages of simulation).
 
    * manalysis/MMcCalibrationUpdate.[h,cc]
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 2870)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx	(revision 2871)
@@ -100,10 +100,10 @@
   Float_t GetImpact() const { return fImpact;}         //Get impact parameter 
 
-/*    UInt_t GetPhotIni() { return fPhotIni; }           //Get Initial photons */
-/*    UInt_t GetPassPhotAtm() { return fPassPhotAtm;}    //Get Passed atmosphere */
-/*    UInt_t GetPassPhotRef() { return fPassPhotRef; }   //Get Passed reflector */
-/*    UInt_t GetPassPhotCone() { return fPassPhotCone; } //Get Passed glas */
-  UInt_t GetPhotElfromShower() { return fPhotElfromShower; }             //Get Passed qe from shower
-/*    UInt_t GetPhotElinCamera() { return fPhotElinCamera; }             //Get Passed qe total*/
+  UInt_t GetPhotIni() { return fPhotIni; }           //Get Initial photons
+  UInt_t GetPassPhotAtm() { return fPassPhotAtm;}    //Get Passed atmosphere
+  UInt_t GetPassPhotRef() { return fPassPhotRef; }   //Get Passed reflector
+  UInt_t GetPassPhotCone() { return fPassPhotCone; } //Get Passed glas
+  UInt_t GetPhotElfromShower() { return fPhotElfromShower; }   //Get Passed qe from shower
+  UInt_t GetPhotElinCamera() { return fPhotElinCamera; }   //Get Passed qe total
 
   Float_t GetTelescopePhi() const { return fTelescopePhi; }
