Index: trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 675)
+++ trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 676)
@@ -184,5 +184,5 @@
   Float_t  FillStar( Int_t, Float_t ) ;  
 
-  void SetNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]); 
+  void AddNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]); 
 
   void ElecNoise() ;
@@ -195,4 +195,12 @@
 
   void SetThreshold (Float_t thres[]);
+
+  void SetFwhm(Float_t fwhm){
+    fwhm_resp=fwhm;
+  }
+
+  void SetAmpl(Float_t ampl){
+    ampl_resp=ampl;
+  }
 
   void ReadThreshold (char name[]);
