CMS 3D CMS Logo

Classes | Functions
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

◆ operator<<()

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

Definition at line 4 of file PSimHit.cc.

References EcalTangentSkim_cfg::o.

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