CMS 3D CMS Logo

print.h

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

Generated on Tue Jun 9 17:31:47 2009 for CMSSW by  doxygen 1.5.4