Print

Print


Commit in slic on MAIN
include/LcioPrimaryGenerator.hh+1-21.15 -> 1.16
src/LcioPrimaryGenerator.cc+4-31.36 -> 1.37
+5-5
2 modified files
fix debug statements

slic/include
LcioPrimaryGenerator.hh 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- LcioPrimaryGenerator.hh	27 Apr 2007 01:54:32 -0000	1.15
+++ LcioPrimaryGenerator.hh	17 Feb 2011 18:26:45 -0000	1.16
@@ -1,5 +1,4 @@
-// $Header: /cvs/lcd/slic/include/LcioPrimaryGenerator.hh,v 1.15 2007/04/27 01:54:32 jeremy Exp $
-
+// $Header: /cvs/lcd/slic/include/LcioPrimaryGenerator.hh,v 1.16 2011/02/17 18:26:45 jeremy Exp $
 #ifndef SLIC_LCIOPRIMARYGENERATOR_HH
 #define SLIC_LCIOPRIMARYGENERATOR_HH
 

slic/src
LcioPrimaryGenerator.cc 1.36 -> 1.37
diff -u -r1.36 -r1.37
--- LcioPrimaryGenerator.cc	11 Feb 2011 23:32:24 -0000	1.36
+++ LcioPrimaryGenerator.cc	17 Feb 2011 18:26:45 -0000	1.37
@@ -1,6 +1,7 @@
-// $Header: /cvs/lcd/slic/src/LcioPrimaryGenerator.cc,v 1.36 2011/02/11 23:32:24 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioPrimaryGenerator.cc,v 1.37 2011/02/17 18:26:45 jeremy Exp $
 
 // slic
+#include "LogStream.hh"
 #include "LcioPrimaryGenerator.hh"
 #include "LcioManager.hh"
 #include "LcioMcpManager.hh"
@@ -35,7 +36,7 @@
     {
 
 #ifdef SLIC_LOG
-        log() << LOG::debug << LOG::debug << "********** Generating Event from LCIO MCParticles **********" << LOG::done;
+        log() << LOG::debug << "********** Generating Event from LCIO MCParticles **********" << LOG::done;
 #endif
 
         assert( mcpVec );
@@ -80,7 +81,7 @@
             G4int numPar = mcp->getParents().size();
 
 #ifdef SLIC_LOG
-            log() << log::DEBUG << "    nparents: " << numPar << LOG::done;
+            log() << LOG::debug << "    nparents: " << numPar << LOG::done;
 #endif
 
             /*
CVSspam 0.2.8