Index: trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 2292)
+++ trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx	(revision 2293)
@@ -115,4 +115,6 @@
   TRandom  *GenElec  ;   // RandomGenerator for the Electronic Noise
 
+  Float_t noise[TRIGGER_PIXELS*TRIGGER_TIME_SLICES*101];
+
   //
   //    some values for the trigger settings
@@ -186,4 +188,6 @@
   void AddNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]); 
 
+  void SetElecNoise(Float_t factor=0.3);
+
   void ElecNoise(Float_t factor = 0.3) ;
 
