CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimDataFormats/Vertex/src/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 23 of file SimVertex.cc.

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

{ return o << (SimVertex::Core)(v) << ", " <<  v.parentIndex() <<", "<<v.vertexId(); }