CMS 3D CMS Logo

RecHitTopologicalCleanerBase.h
Go to the documentation of this file.
1 #ifndef __RecHitTopologicalCleanerBase_H__
2 #define __RecHitTopologicalCleanerBase_H__
3 
10 
11 #include <string>
12 
14 public:
17  virtual ~RecHitTopologicalCleanerBase() = default;
19 
20  virtual void clean(const edm::Handle<reco::PFRecHitCollection>&, std::vector<bool>&) = 0;
21  virtual void update(const edm::EventSetup&) {}
22 
23  const std::string& name() const { return _algoName; }
24 
25 private:
27 };
28 
32 
33 #endif
virtual ~RecHitTopologicalCleanerBase()=default
virtual void update(const edm::EventSetup &)
edmplugin::PluginFactory< RecHitTopologicalCleanerBase *(const edm::ParameterSet &, edm::ConsumesCollector &)> RecHitTopologicalCleanerFactory
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
virtual void clean(const edm::Handle< reco::PFRecHitCollection > &, std::vector< bool > &)=0
RecHitTopologicalCleanerBase(const edm::ParameterSet &conf, edm::ConsumesCollector &cc)
RecHitTopologicalCleanerBase & operator=(const RecHitTopologicalCleanerBase &)=delete