CMS 3D CMS Logo

Functions
SimTrack.cc File Reference
#include "SimDataFormats/Track/interface/SimTrack.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const SimTrack &t)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const SimTrack t 
)

Definition at line 21 of file SimTrack.cc.

References EcalTangentSkim_cfg::o, and submitPVValidationJobs::t.

21  {
22  return o << (SimTrack::Core)(t) << ", " << t.vertIndex() << ", " << t.genpartIndex();
23 }
CoreSimTrack Core
Definition: SimTrack.h:11