CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimDataFormats/NuclearInteractions/src/FSimDisplacedVertex.cc File Reference

#include "FastSimDataFormats/NuclearInteractions/interface/FSimDisplacedVertex.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const FSimDisplacedVertex &co)

Function Documentation

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();

}