Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx	(revision 2987)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx	(revision 2988)
@@ -50,5 +50,6 @@
                             // the signal   
                             // = 0 --> a gaussian  
-  Float_t  fAmplFadc    ;   // the amplitude of the trigger in mV
+  Float_t  fIntegFadc    ;  // the integral of the single phe response
+                            // in the FADC (in FADC counts) 
   Float_t  fFwhmFadc    ;   // the width of the signal in nsec
 
@@ -60,5 +61,5 @@
 
   MLons(Float_t in_amplT, Float_t in_FwhmT,
-	Float_t in_amplF, Float_t in_FwhmF) ;
+	Float_t in_integF, Float_t in_FwhmF) ;
 
   void Reset() ;
@@ -67,5 +68,5 @@
   void SetAmplTrig( Float_t in ) ; 
   void SetFwhmTrig( Float_t in ) ; 
-  void SetAmplFadc( Float_t in ) ; 
+  void SetIntegFadc( Float_t in ) ; 
   void SetFwhmFadc( Float_t in ) ; 
 
@@ -75,5 +76,5 @@
   Float_t GetAmplTrig() ; 
   Float_t GetFwhmTrig() ; 
-  Float_t GetAmplFadc() ; 
+  Float_t GetIntegFadc() ; 
   Float_t GetFwhmFadc() ; 
 
