CMS 3D CMS Logo

Functions
SimVertex.cc File Reference
#include "SimDataFormats/Vertex/interface/SimVertex.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const SimVertex &v)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const SimVertex v 
)

Definition at line 19 of file SimVertex.cc.

References EcalTangentSkim_cfg::o, and findQualityFiles::v.

19  {
20  return o << (SimVertex::Core)(v) << ", " << v.parentIndex() << ", " << v.vertexId();
21 }
CoreSimVertex Core
Definition: SimVertex.h:7