Commit in lcio/src/cpp/include/UTIL on MAIN
Operators.h+4-311.4 -> 1.5
new ostream<< operators for convenient printing of LCIO objects in C++

lcio/src/cpp/include/UTIL
Operators.h 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- Operators.h	22 Jun 2010 13:49:55 -0000	1.4
+++ Operators.h	22 Jun 2010 15:44:54 -0000	1.5
@@ -33,12 +33,11 @@
 
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-// override some operators to enable one to send objects to the output stream (e.g. cout << vertexObj << endl;
-// 
-// EXP: UNDER DEVELOPMENT!!!
+// Define operators for convenient printing of LCIO objects.
 //
-// @author engels
-// @version $Id: Operators.h,v 1.4 2010/06/22 13:49:55 gaede Exp $
+//
+// @author J Engels, H. Hoelbe
+// @version $Id: Operators.h,v 1.5 2010/06/22 15:44:54 gaede Exp $
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace UTIL{
@@ -176,33 +175,7 @@
   }
 */
 
-
-
-
-
-
-
-
-//hauke 2010 (end)
-
-
-
-
-//  std::ostream& operator<<( std::ostream& out, const EVENT::CalorimeterHit*  c);
-
-
-  //std::ostream& operator<<( std::ostream& out, const EVENT::TrackerHit*);
-//  std::ostream& operator<<( std::ostream& out, const EVENT::MCParticleImpl*);
-  
-  /** operator for short output of a vertex object (e.g. cout << lcshort(vertexObj) << endl; ) */
  
-  //EXP: INDEX MAP - UNDER DEVELOPMENT
-  //std::ostream& operator<<( std::ostream& out, const UTIL::lcio_short<EVENT::Vertex, EVENT::LCCollection>& sV);
-  
-
-  //deprecated
-  //std::string brief( const EVENT::Vertex* v);
-  
 
 }//namespace
 
CVSspam 0.2.8