CMS 3D CMS Logo

Classes | Functions
SimTrack.h File Reference
#include "SimDataFormats/Track/interface/CoreSimTrack.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  SimTrack
 

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