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

◆ operator<<()

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

Definition at line 4 of file CTPPSFastRecHit.cc.

References EcalTangentSkim_cfg::o.

4  {
5  return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof() << " " << hit.cellId();
6 }