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

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

Definition at line 19 of file SimVertex.cc.

References SimVertex::parentIndex(), and SimVertex::vertexId().

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