CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimDataFormats/TrackingHit/src/PSimHit.cc File Reference

#include "SimDataFormats/TrackingHit/interface/PSimHit.h"
#include <ostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 4 of file PSimHit.cc.

References PSimHit::detUnitId(), PSimHit::entryPoint(), and PSimHit::tof().

{ return o << hit.detUnitId() << " " << hit.entryPoint() << " " << hit.tof(); }