CMS 3D CMS Logo

PFRecHitFakeNavigator.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFClusterProducer_PFRecHitFakeNavigator_h
2 #define RecoParticleFlow_PFClusterProducer_PFRecHitFakeNavigator_h
3 
7 
13 
18 
21 
22 template <typename DET>
24 public:
25  ~PFRecHitFakeNavigator() override = default;
26 
28  std::unique_ptr<reco::PFRecHitCollection>& hits,
29  edm::RefProd<reco::PFRecHitCollection>& refProd) override {}
30 
31 protected:
32 };
33 
34 #endif
~PFRecHitFakeNavigator() override=default
void associateNeighbours(reco::PFRecHit &hit, std::unique_ptr< reco::PFRecHitCollection > &hits, edm::RefProd< reco::PFRecHitCollection > &refProd) override
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
Definition: PFRecHit.h:31