CMS 3D CMS Logo

Functions
CTPPSFastTrack.cc File Reference
#include "FastSimDataFormats/CTPPSFastSim/interface/CTPPSFastTrack.h"
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const CTPPSFastTrack &hit)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const CTPPSFastTrack hit 
)

Definition at line 4 of file CTPPSFastTrack.cc.

References CTPPSFastTrack::cellid(), CTPPSFastTrack::t(), CTPPSFastTrack::tof(), and CTPPSFastTrack::xi().

5 { return o << hit.t() << " " << hit.xi() << " " << hit.cellid() << " " << hit.tof() ;}
float t() const
unsigned int cellid() const
float xi() const
float tof() const