Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx	(revision 1248)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx	(revision 1261)
@@ -26,5 +26,9 @@
   Float_t  fFwhmTrig    ;   // the width of the signal in nsec
   Float_t  fOverlapingTime;// Minimum coincidence time
-  Float_t  fGateLeng;       // the length of the digital signal if analog signal is above threshold
+  Float_t  fGateLeng;       // the length of the digital signal if analog 
+                            // signal is above threshold
+  Float_t  fElecNoiseTrig;  // The width of the gaussian noise is that times
+                            // the amplitude of the single phe response 
+                            // for the trigger
 
  public:
@@ -82,4 +86,8 @@
   }
 
+  void SetElecNoise( Float_t elecnoise){
+    fElecNoiseTrig = elecnoise;
+  }
+
   ClassDef(MMcTrigHeader, 2)  //Stores Montecarlo Information which describes the used trigger
 
