CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
CoreSimVertex.h File Reference
#include "SimDataFormats/EncodedEventId/interface/EncodedEventId.h"
#include "DataFormats/Math/interface/Vector3D.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include <cmath>
#include <iosfwd>

Go to the source code of this file.

Classes

class  CoreSimVertex
 

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