#include <RecHitTopologicalCleanerBase.h>
Public Member Functions | |
virtual void | clean (const edm::Handle< reco::PFRecHitCollection > &, std::vector< bool > &)=0 |
const std::string & | name () const |
RecHitTopologicalCleanerBase & | operator= (const RecHitTopologicalCleanerBase &)=delete |
RecHitTopologicalCleanerBase (const edm::ParameterSet &conf, edm::ConsumesCollector &cc) | |
RecHitTopologicalCleanerBase (const RecHitTopologicalCleanerBase &)=delete | |
virtual void | update (const edm::EventSetup &) |
virtual | ~RecHitTopologicalCleanerBase ()=default |
Private Attributes | |
const std::string | _algoName |
Definition at line 13 of file RecHitTopologicalCleanerBase.h.
|
inline |
Definition at line 15 of file RecHitTopologicalCleanerBase.h.
|
delete |
|
virtualdefault |
|
pure virtual |
Implemented in SpikeAndDoubleSpikeCleaner, RBXAndHPDCleaner, ECALPFSeedCleaner, and FlagsCleanerECAL.
|
inline |
Definition at line 23 of file RecHitTopologicalCleanerBase.h.
References _algoName.
Referenced by config.CFG::__str__(), and validation.Sample::digest().
|
delete |
|
inlinevirtual |
Reimplemented in ECALPFSeedCleaner.
Definition at line 21 of file RecHitTopologicalCleanerBase.h.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 26 of file RecHitTopologicalCleanerBase.h.
Referenced by name().