Index: trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx	(revision 2975)
+++ trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx	(revision 2976)
@@ -13,5 +13,5 @@
 #include "TRandom2.h" 
 
-#define VERSIONSR  1000.0
+#define VERSIONSR   1002.0
 #define TIMERANGE   10000. 
 #define TRIGBINS    40000
@@ -24,5 +24,5 @@
   Float_t  fBrightness  ;   // the brightness of the star in phe/nsec
   
-  Float_t  fTimeRange   ;   // the time range of the 
+  Float_t  fTimeRange   ;   // the time range of the trigger response
   
   Float_t  fBinsTrig    ;   // Number of Bins in the trigger 
@@ -37,5 +37,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
   
@@ -44,5 +45,5 @@
   
   Float_t  fTrigResp [ 40 ] ;   // the shape of the response for trigger
-  Float_t  fFadcResp [ 45 ] ;   // the shape of the response for trigger
+  Float_t  fFadcResp [ 45 ] ;   // the shape of the response for FADC
 
  public:
@@ -55,5 +56,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 ) ; 
 
@@ -61,5 +62,5 @@
   Float_t GetAmplTrig() ; 
   Float_t GetFwhmTrig() ; 
-  Float_t GetAmplFadc() ; 
+  Float_t GetIntegFadc() ; 
   Float_t GetFwhmFadc() ; 
 
Index: trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile
===================================================================
--- trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile	(revision 2975)
+++ trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile	(revision 2976)
@@ -19,7 +19,7 @@
 #
 # $RCSfile: Makefile,v $
-# $Revision: 1.4 $
+# $Revision: 1.5 $
 # $Author: blanch $ 
-# $Date: 2003-10-03 11:18:16 $
+# $Date: 2004-01-30 10:33:02 $
 #
 ##################################################################
@@ -121,4 +121,5 @@
 
 depend:
+	rm ${INCLUDE_TRIGGER}/*.o
 	@makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
 
