PAT Cleaner module for PAT Objects. More...
#include "PhysicsTools/PatAlgos/interface/PATCleaner.h"
Public Member Functions | |
PATCleaner (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) final |
~PATCleaner () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Types | |
typedef pat::helper::OverlapTest | OverlapTest |
typedef StringCutObjectSelector< PATObjType > | Selector |
Private Attributes | |
const Selector | finalCut_ |
std::vector< std::unique_ptr< OverlapTest > > | overlapTests_ |
const Selector | preselectionCut_ |
const edm::InputTag | src_ |
const edm::EDGetTokenT< edm::View< PATObjType > > | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
PAT Cleaner module for PAT Objects.
The same module is used for all collections.
Definition at line 40 of file PATCleaner.h.
|
private |
Definition at line 55 of file PATCleaner.h.
|
private |
Definition at line 48 of file PATCleaner.h.
|
explicit |
Definition at line 62 of file PATCleaner.h.
References qcdUeDQM_cfi::algorithm, looper::cfg, Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), pat::PATCleaner< PATObjType >::overlapTests_, pat::PATCleaner< PATObjType >::src_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 43 of file PATCleaner.h.
|
final |
Definition at line 95 of file PATCleaner.h.
References HLT_FULL_cff::candidates, iEvent, eostools::move(), getGTfromDQMFile::obj, convertSQLitetoXML_cfg::output, and analyzePatCleaning_cfg::overlaps.
|
private |
Definition at line 53 of file PATCleaner.h.
|
private |
Definition at line 56 of file PATCleaner.h.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().
|
private |
Definition at line 52 of file PATCleaner.h.
|
private |
Definition at line 50 of file PATCleaner.h.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().
|
private |
Definition at line 51 of file PATCleaner.h.