CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/SimDataFormats/TrackingHit/interface/PSimHit.h File Reference

#include "DataFormats/GeometryVector/interface/LocalPoint.h"
#include "DataFormats/GeometryVector/interface/LocalVector.h"
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"

Go to the source code of this file.

Classes

class  PSimHit

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(); }