PAT Cleaner module for PAT Objects. More...
#include "PhysicsTools/PatAlgos/interface/PATCleaner.h"
Public Member Functions | |
PATCleaner (const edm::ParameterSet &iConfig) | |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
virtual | ~PATCleaner () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Types | |
typedef pat::helper::OverlapTest | OverlapTest |
typedef StringCutObjectSelector < PATObjType > | Selector |
Private Attributes | |
bool | doFinalCut_ |
bool | doPreselection_ |
Selector | finalCut_ |
boost::ptr_vector< OverlapTest > | overlapTests_ |
Selector | preselectionCut_ |
edm::InputTag | src_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
PAT Cleaner module for PAT Objects.
The same module is used for all collections.
Definition at line 41 of file PATCleaner.h.
|
private |
Definition at line 56 of file PATCleaner.h.
|
private |
Definition at line 49 of file PATCleaner.h.
|
explicit |
Definition at line 64 of file PATCleaner.h.
References algorithm(), edm::ParameterSet::empty(), edm::hlt::Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), pat::PATCleaner< PATObjType >::overlapTests_, and pat::PATCleaner< PATObjType >::src_.
|
inlinevirtual |
Definition at line 44 of file PATCleaner.h.
|
virtual |
Implements edm::EDProducer.
Definition at line 97 of file PATCleaner.h.
References edm::Event::getByLabel(), getGTfromDQMFile::obj, convertSQLitetoXML_cfg::output, analyzePatCOC_cfg::overlaps, and edm::Event::put().
|
private |
Definition at line 52 of file PATCleaner.h.
|
private |
Definition at line 52 of file PATCleaner.h.
|
private |
Definition at line 54 of file PATCleaner.h.
|
private |
Definition at line 58 of file PATCleaner.h.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().
|
private |
Definition at line 53 of file PATCleaner.h.
|
private |
Definition at line 51 of file PATCleaner.h.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().