CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimDataFormats/TrackingHit/src/PSimHit.cc

Go to the documentation of this file.
00001 #include "SimDataFormats/TrackingHit/interface/PSimHit.h"
00002 #include <ostream>
00003 
00004 std::ostream & operator<<(std::ostream & o, const PSimHit & hit) 
00005 { return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof(); }
00006