CMS 3D CMS Logo

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

◆ 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 }