CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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