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

◆ operator<<()

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

Definition at line 4 of file CTPPSFastTrack.cc.

References EcalTangentSkim_cfg::o.

4  {
5  return o << hit.t() << " " << hit.xi() << " " << hit.cellid() << " " << hit.tof();
6 }