CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFRecHitFakeNavigator.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFClusterProducer_PFRecHitFakeNavigator_h
2 #define RecoParticleFlow_PFClusterProducer_PFRecHitFakeNavigator_h
3 
4 
8 
14 
19 
22 
23 
24 template <typename DET>
26  public:
27 
28  virtual ~PFRecHitFakeNavigator() { }
29 
30  void associateNeighbours(reco::PFRecHit& hit,std::auto_ptr<reco::PFRecHitCollection>& hits,edm::RefProd<reco::PFRecHitCollection>& refProd) { }
31 
32 
33 
34  protected:
35 
36 };
37 
38 #endif
39 
40 
Particle flow rechit (rechit + geometry and topology information). See clustering algorithm in PFClus...
Definition: PFRecHit.h:35
void associateNeighbours(reco::PFRecHit &hit, std::auto_ptr< reco::PFRecHitCollection > &hits, edm::RefProd< reco::PFRecHitCollection > &refProd)