Commit in slic/src on MAIN
LcioMcpManager.cc+1-131.54 -> 1.55
Removed verbose print of MCParticle collections.  Now controlled by Geant4 UI commands.

slic/src
LcioMcpManager.cc 1.54 -> 1.55
diff -u -r1.54 -r1.55
--- LcioMcpManager.cc	20 Sep 2005 00:34:42 -0000	1.54
+++ LcioMcpManager.cc	21 Sep 2005 00:15:06 -0000	1.55
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.54 2005/09/20 00:34:42 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.55 2005/09/21 00:15:06 jeremy Exp $
 #include "LcioMcpManager.hh"
 
 // SLIC
@@ -84,18 +84,6 @@
       // print out Mcp processing maps
       m_maps->printMaps();
     }
-
-    // print input and output Mcp coll
-    if ( verbose() > 1 ) {
-
-      // print input coll (if applicable)
-      if ( getInitialMcpCollection() ) {
-	printMcpCollection("initial");
-      }
-
-      // always print final coll
-      printMcpCollection("final");
-    }
 #endif
   }
 
CVSspam 0.2.8