00001 #ifndef VertexReco_print_h 00002 #define VertexReco_print_h 00003 /* Vertex print utility 00004 * 00005 * \author Luca Lista, INFN 00006 * 00007 * \version $Id: print.h,v 1.1 2006/05/08 07:59:08 llista Exp $ 00008 * 00009 */ 00010 #include "FWCore/Utilities/interface/Verbosity.h" 00011 #include <string> 00012 00013 namespace reco { 00014 class Vertex; 00016 std::string print( const Vertex &, edm::Verbosity = edm::Concise ); 00017 } 00018 00019 #endif