164 out<<
"Nuclear Interaction with vertex position : (";
170 out<<
"\tPrimary Track : Pt = " << primTrack->pt() <<
" - Nhits = "
171 << primTrack->numberOfValidHits() << std::endl;
172 out <<
"\tNumber of seeds : " << nucl.
seedsSize() << std::endl;
177 ClosestApproachInRPhi* theApproach = builder->closestApproach(primTrack, secTrack);
178 out <<
"\t\t Secondary track " << it <<
" : Pt = " << (*itr_)->pt()
179 <<
" - Nhits = " << (*itr_)->numberOfValidHits()
180 <<
" - Dist = " << theApproach->distance()
181 <<
" - chi2 = " << (*itr_)->normalizedChi2() << std::endl;
184 out <<
"----------------" << std::endl;
trackRef_iterator secondaryTracks_begin() const
first iterator over secondary tracks
const edm::RefToBase< reco::Track > & primaryTrack() const
return the base reference to the primary track
const Point & position() const
position
int secondaryTracksSize() const
return the number of secondary tracks
reco::Vertex::trackRef_iterator trackRef_iterator
int seedsSize() const
return the number of seeds
double likelihood() const
return the likelihood ~ probability that the vertex is a real nuclear interaction ...
const reco::Vertex & vertex() const
return the vertex
trackRef_iterator secondaryTracks_end() const
last iterator over secondary tracks