Print

Print


Commit in lcio/src/cpp/src/SIO on MAIN
SIOReader.cc+3-31.52 -> 1.53
removed printout when re-creating the event map (now optional)

lcio/src/cpp/src/SIO
SIOReader.cc 1.52 -> 1.53
diff -u -r1.52 -r1.53
--- SIOReader.cc	10 Dec 2008 08:10:59 -0000	1.52
+++ SIOReader.cc	13 Dec 2008 12:34:28 -0000	1.53
@@ -202,8 +202,8 @@
     if( status != SIO_STREAM_SUCCESS ) 
       throw IOException( std::string( "[SIOReader::getEventMap()] Can't seek stream to 0" ) ) ;
     
-    std::cout << " SIOReader::getEventMap() recreating event map for direct access ..." 
-	      << std::endl ;
+//    std::cout << " SIOReader::getEventMap() recreating event map for direct access ..." 
+//	      << std::endl ;
     
     { // -- scope for unpacking evt header --------
       SIOUnpack hdrUnp( SIOUnpack::EVENTHDR ) ;
@@ -250,7 +250,7 @@
 
     }// -- end of scope for unpacking evt header --
 
-    std::cout << " SIOReader::getEventMap() : done " << std::endl ;
+//    std::cout << " SIOReader::getEventMap() : done " << std::endl ;
   }
 
   void SIOReader::readRecord() throw (IOException , EndOfDataException , std::exception) {
CVSspam 0.2.8