CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:167
float xi() const
float tof() const