Go to the source code of this file.
◆ operator<<()
Definition at line 334 of file PFDisplacedVertexCandidateFinder.cc.
References a, cuy::ib, eostools::move(), MillePedeFileConverter_cfg::out, Pi, DiDispStaMuonMonitor_cfi::pt, mathSSE::sqrt(), and PFDisplacedVertexCandidateFinder::vertexCandidates().
338 out <<
"====== Particle Flow Block Algorithm ======= ";
340 out <<
"number of unassociated elements : " <<
a.eventTracks_.size() << endl;
343 out <<
" Tracks selection based on " << std::endl;
344 out <<
" pvtx_ = " <<
a.pvtx_ << std::endl;
345 out <<
" std::abs(dxy) < " <<
a.dxy_ <<
" and pt < " <<
a.pt_min_prim_ << std::endl;
346 out <<
" nChi2 < " <<
a.nChi2_max_ <<
" and pt < " <<
a.pt_min_ << std::endl;
351 double pt = (*ie).get()->pt();
356 double innermost_radius =
sqrt(
Pi.x() *
Pi.x() +
Pi.y() *
Pi.y() +
Pi.z() *
Pi.z());
357 double outermost_radius =
sqrt(Po.x() * Po.x() + Po.y() * Po.y() + Po.z() * Po.z());
358 double innermost_rho =
sqrt(
Pi.x() *
Pi.x() +
Pi.y() *
Pi.y());
359 double outermost_rho =
sqrt(Po.x() * Po.x() + Po.y() * Po.y());
361 out <<
"ie = " << (*ie).key() <<
" pt = " <<
pt <<
" innermost hit radius = " << innermost_radius
362 <<
" rho = " << innermost_rho <<
" outermost hit radius = " << outermost_radius <<
" rho = " << outermost_rho
366 const std::unique_ptr<reco::PFDisplacedVertexCandidateCollection>& vertexCandidates =
std::move(
a.vertexCandidates());
368 if (!vertexCandidates.get()) {
369 out <<
"vertexCandidates already transfered" << endl;
371 out <<
"number of vertexCandidates : " << vertexCandidates->size() << endl;
reco::PFDisplacedVertexCandidateCollection::const_iterator IBC
XYZPointD XYZPoint
point in space with cartesian internal representation
std::list< reco::TrackBaseRef >::const_iterator IEC