Index: trunk/MagicSoft/Simulation/Detector/TimeCam/timecam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/TimeCam/timecam.cxx	(revision 375)
+++ trunk/MagicSoft/Simulation/Detector/TimeCam/timecam.cxx	(revision 376)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: timecam.cxx,v $
-// $Revision: 1.3 $
+// $Revision: 1.4 $
 // $Author: harald $ 
-// $Date: 2000-02-16 12:50:12 $
+// $Date: 2000-03-20 08:25:17 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -132,6 +132,6 @@
 
 // flag for INTERAKTIV  (default: OFF )
+#define __INTERAKTIV__
 #undef  __INTERAKTIV__
-#define __INTERAKTIV__
 //!@}
 
@@ -1260,5 +1260,5 @@
 	  //
 	  //
-	  Trigger.Fill( nPMT, ( t - t_first ) ) ; 
+	  Trigger.FillShow( nPMT, ( t - t_first ) ) ; 
 
 	  // fadc.Fill( nPMT, ( t - t_first ), Trigger.Fill( nPMT, ( t - t_first ) ) ) ; 
@@ -1403,4 +1403,7 @@
 	Trigger.ElecNoise() ;
 	
+
+	Trigger.Diskriminate() ; 
+
 	//
 	//   look if in all the signals in the trigger signal branch
@@ -1412,5 +1415,8 @@
 	//
 
-	McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.Diskriminate() ) ; 
+	McTrig->SetZeroLevel( Lev0 = (Short_t) Trigger.ZeroLevel() ) ; 
+	
+	
+	
 	Lev1 = Lev2 = 0 ; 
 	
@@ -1420,4 +1426,5 @@
 	
 	if ( Lev0 > 0 ) {
+
 	  McTrig->SetFirstLevel ( Lev1 = Trigger.FirstLevel() )  ;
 	}
@@ -2595,4 +2602,10 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.3  2000/02/16 12:50:12  harald
+// At the meeting in Barcelona Dirk preseted an error in the pixelization
+// of the cphotons in the camera. He changed this in the camera program.
+// Now this change is also in the timecam.cxx code. It was tested and looks
+// allright now.
+//
 // Revision 1.2  2000/02/09 12:45:28  harald
 // small changes to run the timecam program.
