Go to the source code of this file.
◆ operator<<()
Definition at line 345 of file PFDisplacedVertexCandidateFinder.cc.
349 out <<
"====== Particle Flow Block Algorithm ======= ";
351 out <<
"number of unassociated elements : " <<
a.eventTracks_.size() << endl;
354 out <<
" Tracks selection based on " << std::endl;
355 out <<
" pvtx_ = " <<
a.pvtx_ << std::endl;
356 out <<
" fabs(dxy) < " <<
a.dxy_ <<
" and pt < " <<
a.pt_min_prim_ << std::endl;
357 out <<
" nChi2 < " <<
a.nChi2_max_ <<
" and pt < " <<
a.pt_min_ << std::endl;
362 double pt = (*ie).get()->pt();
367 double innermost_radius =
sqrt(
Pi.x() *
Pi.x() +
Pi.y() *
Pi.y() +
Pi.z() *
Pi.z());
368 double outermost_radius =
sqrt(Po.x() * Po.x() + Po.y() * Po.y() + Po.z() * Po.z());
369 double innermost_rho =
sqrt(
Pi.x() *
Pi.x() +
Pi.y() *
Pi.y());
370 double outermost_rho =
sqrt(Po.x() * Po.x() + Po.y() * Po.y());
372 out <<
"ie = " << (*ie).key() <<
" pt = " <<
pt <<
" innermost hit radius = " << innermost_radius
373 <<
" rho = " << innermost_rho <<
" outermost hit radius = " << outermost_radius <<
" rho = " << outermost_rho
377 const std::unique_ptr<reco::PFDisplacedVertexCandidateCollection>& vertexCandidates =
std::move(
a.vertexCandidates());
379 if (!vertexCandidates.get()) {
380 out <<
"vertexCandidates already transfered" << endl;
382 out <<
"number of vertexCandidates : " << vertexCandidates->size() << endl;
References a, cuy::ib, eostools::move(), MillePedeFileConverter_cfg::out, Pi, DiDispStaMuonMonitor_cfi::pt, and mathSSE::sqrt().