Commit in slic on MAIN
include/LcioMcpManager.hh+1-31.46 -> 1.47
src/LcioMcpManager.cc+1-61.59 -> 1.60
+2-9
2 modified files


slic/include
LcioMcpManager.hh 1.46 -> 1.47
diff -u -r1.46 -r1.47
--- LcioMcpManager.hh	19 Oct 2005 22:51:09 -0000	1.46
+++ LcioMcpManager.hh	16 Dec 2005 02:09:03 -0000	1.47
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/include/LcioMcpManager.hh,v 1.46 2005/10/19 22:51:09 jeremy Exp $
+// $Header: /cvs/lcd/slic/include/LcioMcpManager.hh,v 1.47 2005/12/16 02:09:03 jeremy Exp $
 #ifndef slic_LcioMcpManager_hh
 #define slic_LcioMcpManager_hh 1
 
@@ -96,9 +96,7 @@
     EVENT::LCCollection* findMcpCollection(const std::string& collName);
 
     /* Print utility functions, using the LcioMcpPrinter. */
-    //    void printMcpCollection(const char*);
     void printMcpCollection(const std::string& collName);
-    //    void printMcpCollection(const char*, EVENT::LCCollection* coll);
     void printMcpCollection(const std::string& collName, EVENT::LCCollection* coll);
 
     /* Get the MCParticle data maps. */

slic/src
LcioMcpManager.cc 1.59 -> 1.60
diff -u -r1.59 -r1.60
--- LcioMcpManager.cc	19 Oct 2005 22:51:16 -0000	1.59
+++ LcioMcpManager.cc	16 Dec 2005 02:09:03 -0000	1.60
@@ -1,4 +1,4 @@
-// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.59 2005/10/19 22:51:16 jeremy Exp $
+// $Header: /cvs/lcd/slic/src/LcioMcpManager.cc,v 1.60 2005/12/16 02:09:03 jeremy Exp $
 #include "LcioMcpManager.hh"
 
 // slic
@@ -114,11 +114,6 @@
   EVENT::LCCollection* LcioMcpManager::findMcpCollection(const std::string& collName)
   {
     return m_mcpColls[collName];
-//     EVENT::LCCollection* coll = 0;
-//     if ( m_mcpColls[collName] ) {
-//       coll = m_mcpColls[collName];
-//     }
-//     return coll;
   }
 
   void LcioMcpManager::setInitialMcpCollection(EVENT::LCCollection* mcpColl)
CVSspam 0.2.8