Index: trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx	(revision 677)
+++ trunk/MagicSoft/Simulation/Detector/include-MFadc/MFadc.hxx	(revision 678)
@@ -74,4 +74,6 @@
   MFadc() ; 
   
+  MFadc(Float_t ampl, Float_t fwhm) ; 
+  
   void Reset() ; 
 
@@ -80,7 +82,17 @@
   void Set( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]);
 
+  void AddSignal( Int_t iPix, Float_t res[(Int_t) SLICES_MFADC]);
+
   void SetPedestals( Int_t ped);
 
   void SetPedestals( UChar_t ped[CAMERA_PIXELS]);
+
+  void SetFwhm( Float_t fwhm){
+    fwhm_resp=fwhm;
+  }
+
+  void SetAmpl( Float_t ampl){
+    ampl_resp=ampl;
+  }
 
   void Baseline();
@@ -98,5 +110,5 @@
   void GetResponse( Float_t *resp ) ; 
 
-  void GetPedestals( Char_t *offset);
+  void GetPedestals( UChar_t *offset);
 
   void TriggeredFadc(Float_t time);
