CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
float tof() const
deprecated name for timeOfFlight()
Definition: PSimHit.h:72
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:188
Local3DPoint entryPoint() const
Entry point in the local Det frame.
Definition: PSimHit.h:35
unsigned int detUnitId() const
Definition: PSimHit.h:93