CMS 3D CMS Logo

CTPPSFastTrack.cc
Go to the documentation of this file.
2 #include <ostream>
3 //float t,float xi,unsigned int cellid ,float tof,const Vector &momentum,const Point &vertex)
4 std::ostream & operator<<(std::ostream & o, const CTPPSFastTrack & hit)
5 { return o << hit.t() << " " << hit.xi() << " " << hit.cellid() << " " << hit.tof() ;}
6 
float t() const
unsigned int cellid() const
float xi() const
float tof() const
std::ostream & operator<<(std::ostream &o, const CTPPSFastTrack &hit)