Go to the source code of this file.
Definition at line 372 of file PFDisplacedVertexCandidateFinder.cc.
References PFDisplacedVertexCandidateFinder::eventTracks_, dbtoconf::out, Pi, mathSSE::sqrt(), and PFDisplacedVertexCandidateFinder::vertexCandidates().
375 out<<
"====== Particle Flow Block Algorithm ======= ";
377 out<<
"number of unassociated elements : "<<a.
eventTracks_.size()<<endl;
383 double pt = (*ie).get()->pt();
388 double innermost_radius =
sqrt(Pi.x()*Pi.x() + Pi.y()*Pi.y() + Pi.z()*Pi.z());
389 double outermost_radius =
sqrt(Po.x()*Po.x() + Po.y()*Po.y() + Po.z()*Po.z());
390 double innermost_rho =
sqrt(Pi.x()*Pi.x() + Pi.y()*Pi.y());
391 double outermost_rho =
sqrt(Po.x()*Po.x() + Po.y()*Po.y());
393 out<<
"ie = " << (*ie).key()
395 <<
" innermost hit radius = " << innermost_radius <<
" rho = " << innermost_rho
396 <<
" outermost hit radius = " << outermost_radius <<
" rho = " << outermost_rho
401 const std::auto_ptr< reco::PFDisplacedVertexCandidateCollection >& vertexCandidates
404 if(!vertexCandidates.get() ) {
405 out<<
"vertexCandidates already transfered"<<endl;
408 out<<
"number of vertexCandidates : "<<vertexCandidates->size()<<endl;
413 ib != vertexCandidates->end(); ib++)
std::list< reco::TrackBaseRef >::const_iterator IEC
reco::PFDisplacedVertexCandidateCollection::const_iterator IBC
const std::auto_ptr< reco::PFDisplacedVertexCandidateCollection > & vertexCandidates() const
XYZPointD XYZPoint
point in space with cartesian internal representation
std::list< reco::TrackBaseRef > eventTracks_
The track refs.