CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/SimDataFormats/Vertex/interface/SimVertex.h File Reference

#include "SimDataFormats/Vertex/interface/CoreSimVertex.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  SimVertex

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(); }