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 TrackReco_print_h
2 #define TrackReco_print_h
3 /* Track print utility
4  *
5  * \author Luca Lista, INFN
6  *
7  * \version $Id: print.h,v 1.3 2006/05/08 07:52:54 llista Exp $
8  *
9  */
11 #include <string>
12 
13 namespace reco {
14  class Track;
16  std::string print( const Track &, edm::Verbosity = edm::Concise );
17 }
18 
19 #endif
std::string print(const Track &, edm::Verbosity=edm::Concise)
Track print utility.
Definition: print.cc:8
Verbosity
Definition: Verbosity.h:5