1 #ifndef RecoParticleFlow_PFClusterProducer_PFRecHitDualNavigator_h 2 #define RecoParticleFlow_PFClusterProducer_PFRecHitDualNavigator_h 7 template <PFLayer::Layer D1,
typename barrel, PFLayer::Layer D2,
typename endcap>
23 std::unique_ptr<reco::PFRecHitCollection>&
hits,
26 barrelNav_->associateNeighbours(hit, hits, refProd);
28 endcapNav_->associateNeighbours(hit, hits, refProd);
T getParameter(std::string const &) const
PFRecHitDualNavigator()=default
void associateNeighbours(reco::PFRecHit &hit, std::unique_ptr< reco::PFRecHitCollection > &hits, edm::RefProd< reco::PFRecHitCollection > &refProd) override
PFLayer::Layer layer() const
rechit layer
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
PFRecHitDualNavigator(const edm::ParameterSet &iConfig)
void beginEvent(const edm::EventSetup &iSetup) override