Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 2986)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 2987)
@@ -12,5 +12,5 @@
 
   fFadcShape = 0.0;
-  fAmplFadc = 1.0;
+  fIntegFadc = 1.0;
   fFwhmFadc = 2.0;
 
@@ -21,5 +21,5 @@
 
 MLons::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){
   //--------------------------------------------------------------------
   //
@@ -32,5 +32,5 @@
 
   fFadcShape = 0.0;
-  fAmplFadc = in_amplF;
+  fIntegFadc = in_integF;
   fFwhmFadc = in_FwhmF;
 
@@ -50,5 +50,5 @@
 
   fFadcShape   = 0. ; 
-  fAmplFadc    = 0. ; 
+  fIntegFadc    = 0. ; 
   fFwhmFadc    = 0. ; 
 
@@ -83,12 +83,12 @@
 
 
-Float_t MLons::GetAmplFadc () 
-{
-  return fAmplFadc  ; 
-}
-
-void MLons::SetAmplFadc (Float_t in ) 
-{
-  fAmplFadc = in ; 
+Float_t MLons::GetIntegFadc () 
+{
+  return fIntegFadc  ; 
+}
+
+void MLons::SetIntegFadc (Float_t in ) 
+{
+  fIntegFadc = in ; 
 }
 
@@ -133,5 +133,5 @@
   //
 
-  if (  fAmplFadc == MSLStored.GetAmplFadc() && 
+  if (  fIntegFadc == MSLStored.GetIntegFadc() && 
 	fFwhmFadc == MSLStored.GetFwhmFadc())
     return 1;
