CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
CoreSimVertex.cc File Reference
#include "SimDataFormats/Vertex/interface/CoreSimVertex.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 3 of file CoreSimVertex.cc.

References python.connectstrParser::o, and CoreSimVertex::position().

4 {
5  o << v.position();
6  return o;
7 }
const math::XYZTLorentzVectorD & position() const
Definition: CoreSimVertex.h:26