Definition at line 7 of file GSFAndHGCalLinker.cc.
◆ GSFAndHGCalLinker()
◆ testLink()
Implements BlockElementLinkerBase.
Definition at line 22 of file GSFAndHGCalLinker.cc.
28 hgcalelem = static_cast<const reco::PFBlockElementCluster*>(elem1);
29 gsfelem = static_cast<const reco::PFBlockElementGsfTrack*>(elem2);
31 hgcalelem = static_cast<const reco::PFBlockElementCluster*>(elem2);
32 gsfelem = static_cast<const reco::PFBlockElementGsfTrack*>(elem1);
40 clusterref->positionREP().Eta(),
41 clusterref->positionREP().Phi());
47 std::cout <<
" Here a link has been established"
48 <<
" between a GSF track an HGCal with dist " << dist << std::endl;
51 std::cout <<
" No link found " << std::endl;
References reco::PFBlockElementCluster::clusterRef(), LinkByRecHit::computeDist(), gather_cfg::cout, debug_, reco::PFTrajectoryPoint::ECALShowerMax, reco::PFBlockElementGsfTrack::GsftrackPF(), reco::PFTrajectoryPoint::isValid(), reco::PFTrajectoryPoint::positionREP(), HLT_FULL_cff::track, and reco::PFBlockElement::type().
◆ debug_
bool GSFAndHGCalLinker::debug_ |
|
private |
◆ useKDTree_
bool GSFAndHGCalLinker::useKDTree_ |
|
private |