#include "SimDataFormats/Vertex/interface/SimVertex.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const SimVertex &v) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const SimVertex & | v | |||
) |
Definition at line 14 of file SimVertex.cc.
References SimVertex::parentIndex().
00015 { return o << (SimVertex::Core)(v) << ", " << v.parentIndex(); }