Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1259)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1260)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.37 $
+// $Revision: 1.38 $
 // $Author: blanch $ 
-// $Date: 2002-03-18 16:42:20 $
+// $Date: 2002-03-18 18:44:29 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -953,4 +953,5 @@
     HeaderTrig[0]->SetOverlap(Trigger_overlaping_time);
     HeaderTrig[0]->SetGate(Trigger_gate_length);
+    HeaderTrig[0]->SetElecNoise(Trigger_noise);
   }
   if(Trigger_Loop && Write_McTrig){
@@ -972,4 +973,5 @@
 	  HeaderTrig[iconcount]->SetOverlap(Trigger_overlaping_time);
 	  HeaderTrig[iconcount]->SetGate(Trigger_gate_length);
+	  HeaderTrig[iconcount]->SetElecNoise(Trigger_noise);
 	  iconcount++;
 	}
@@ -3376,4 +3378,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.37  2002/03/18 16:42:20  blanch
+// The data member fProductionSite of the MMcRunHeader has been set to 0,
+// which means that the prodution site is unknown.
+//
 // Revision 1.35  2002/03/15 15:15:52  blanch
 // Several modifications to simulate the actual trigger zone.
@@ -3485,4 +3491,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.37  2002/03/18 16:42:20  blanch
+// The data member fProductionSite of the MMcRunHeader has been set to 0,
+// which means that the prodution site is unknown.
+//
 // Revision 1.35  2002/03/15 15:15:52  blanch
 // Several modifications to simulate the actual trigger zone.
