CMS 3D CMS Logo

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