CMS 3D CMS Logo

Classes | Functions
CoreSimTrack.h File Reference
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  CoreSimTrack
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 69 of file CoreSimTrack.cc.

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

69  {
70  o << t.type() << ", ";
71  o << t.momentum();
72  return o;
73 }