CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

24 { return o << (SimVertex::Core)(v) << ", " << v.parentIndex() <<", "<<v.vertexId(); }
int parentIndex() const
Definition: SimVertex.h:33
unsigned int vertexId() const
Definition: SimVertex.h:37
CoreSimVertex Core
Definition: SimVertex.h:10