Print

Print


Commit in slic/src on MAIN
EventAction.cc+3-31.29 -> 1.30
LcioMcpManager.cc+3-31.71 -> 1.72
RunAction.cc+2-21.20 -> 1.21
+8-8
3 modified files
remove some unnecessary debugging code in anticipation of DBD release

slic/src
EventAction.cc 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- EventAction.cc	4 Jul 2012 01:01:48 -0000	1.29
+++ EventAction.cc	13 Jul 2012 20:09:02 -0000	1.30
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/EventAction.cc,v 1.29 2012/07/04 01:01:48 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/EventAction.cc,v 1.30 2012/07/13 20:09:02 jeremy Exp $
 
 #include "EventAction.hh"
 
@@ -38,7 +38,7 @@
     if (!anEvent->IsAborted() ) {
 
       // debugger
-      EventDebugger::instance()->beginEvent( anEvent );
+      //EventDebugger::instance()->beginEvent( anEvent );
 
       // trj mgr
       TrajectoryManager::instance()->beginEvent( anEvent );
@@ -68,7 +68,7 @@
     stopEventTimer();
 
     // debugger
-    EventDebugger::instance()->endEvent(anEvent);
+    //EventDebugger::instance()->endEvent(anEvent);
 
     // end event mesg
     printEndEventMessage(anEvent);

slic/src
LcioMcpManager.cc 1.71 -> 1.72
diff -u -r1.71 -r1.72
--- LcioMcpManager.cc	4 Jul 2012 01:01:48 -0000	1.71
+++ LcioMcpManager.cc	13 Jul 2012 20:09:02 -0000	1.72
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.71 2012/07/04 01:01:48 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.72 2012/07/13 20:09:02 jeremy Exp $
 #include "LcioMcpManager.hh"
 
 // slic
@@ -67,7 +67,7 @@
 #ifdef SLIC_LOG
         log() << LOG::debug << "LcioMcpManager::endEvent" << LOG::done;
 #endif
-
+/*
         // DEBUG - dump traj cont
         G4TrajectoryContainer* trajectories = event->GetTrajectoryContainer();        
         if ( trajectories ) 
@@ -97,7 +97,7 @@
 #endif
         }
         // END DEBUG
-            
+*/
 
         /*
          * Create the Mcp collection. Factory will

slic/src
RunAction.cc 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- RunAction.cc	27 Apr 2007 01:54:35 -0000	1.20
+++ RunAction.cc	13 Jul 2012 20:09:02 -0000	1.21
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/RunAction.cc,v 1.20 2007/04/27 01:54:35 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/RunAction.cc,v 1.21 2012/07/13 20:09:02 jeremy Exp $
 
 // slic
 #include "LcioManager.hh"
@@ -42,7 +42,7 @@
     GeometryManager::instance()->beginRun( aRun );
 
     // Execute EventDebugger's beginRun action.
-    EventDebugger::instance()->beginRun( aRun );
+    //EventDebugger::instance()->beginRun( aRun );
   }
 
   void RunAction::EndOfRunAction (const G4Run *run)
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1