CMS 3D CMS Logo

PSimHit.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 std::ostream& operator<<(std::ostream& o, const PSimHit& hit) {
5  return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof();
6 }
std::ostream & operator<<(std::ostream &o, const PSimHit &hit)
Definition: PSimHit.cc:4