CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 3 of file CoreSimVertex.cc.

References EcalTangentSkim_cfg::o, and findQualityFiles::v.

3  {
4  o << v.position();
5  return o;
6 }