#include "FastSimDataFormats/NuclearInteractions/interface/FSimDisplacedVertex.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, const FSimDisplacedVertex &co) |
std::ostream& operator<< | ( | std::ostream & | out, |
const FSimDisplacedVertex & | co | ||
) |
Definition at line 44 of file FSimDisplacedVertex.cc.
References FSimDisplacedVertex::id(), FSimDisplacedVertex::motherId(), FSimDisplacedVertex::nChargedDaughters(), FSimDisplacedVertex::nDaughters(), FSimDisplacedVertex::recoVertexId(), FSimDisplacedVertex::vertex(), and FSimDisplacedVertex::vertexType().
{ return out << "id = " << co.id() << " mother = " << co.motherId() << " N daugh. = " << co.nDaughters() << " N charged " << co.nChargedDaughters() << " Type = " << co.vertexType() << " recoVertexId = " << co.recoVertexId() << " " << co.vertex(); }