CMS 3D CMS Logo

Functions
FSimVertex.cc File Reference
#include "FastSimulation/Event/interface/FSimVertex.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const FSimVertex &t)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const FSimVertex t 
)

Definition at line 16 of file FSimVertex.cc.

References submitPVValidationJobs::t.

16 { return o << static_cast<SimVertex const&>(t); }