CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 4 of file CTPPSFastRecHit.cc.

References CTPPSFastRecHit::cellId(), CTPPSFastRecHit::detUnitId(), CTPPSFastRecHit::entryPoint(), and CTPPSFastRecHit::tof().

5 { return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof() << " " << hit.cellId(); }
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.