CMS 3D CMS Logo

CTPPSFastRecHit.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 std::ostream & operator<<(std::ostream & o, const CTPPSFastRecHit & hit)
5 { return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof() << " " << hit.cellId(); }
6 
float tof() const
deprecated name for timeOfFlight()
unsigned int cellId() const
unsigned int detUnitId() const
Local3DPoint entryPoint() const
Entry point in the local Det frame.
std::ostream & operator<<(std::ostream &o, const CTPPSFastRecHit &hit)