PAT Cleaner module for PAT Objects. More...
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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
PAT Cleaner module for PAT Objects.
The same module is used for all collections.
Definition at line 33 of file PATCleaner.cc.
|
private |
Definition at line 48 of file PATCleaner.cc.
|
private |
Definition at line 41 of file PATCleaner.cc.
|
explicit |
Definition at line 55 of file PATCleaner.cc.
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 36 of file PATCleaner.cc.
|
final |
Definition at line 88 of file PATCleaner.cc.
References HLT_2024v10_cff::candidates, iEvent, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, eostools::move(), getGTfromDQMFile::obj, and analyzePatCleaning_cfg::overlaps.
|
private |
Definition at line 46 of file PATCleaner.cc.
|
private |
Definition at line 49 of file PATCleaner.cc.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().
|
private |
Definition at line 45 of file PATCleaner.cc.
|
private |
Definition at line 43 of file PATCleaner.cc.
Referenced by pat::PATCleaner< PATObjType >::PATCleaner().
|
private |
Definition at line 44 of file PATCleaner.cc.