CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
print.h
Go to the documentation of this file.
1 #ifndef VertexReco_print_h
2 #define VertexReco_print_h
3 /* Vertex print utility
4  *
5  * \author Luca Lista, INFN
6  *
7  *
8  */
10 #include <string>
11 
12 namespace reco {
13  class Vertex;
15  std::string print( const Vertex &, edm::Verbosity = edm::Concise );
16 }
17 
18 #endif
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
Definition: print.cc:10
Verbosity
Definition: Verbosity.h:5