#include <L2MuonIsolationProducer.h>
Public Member Functions | |
L2MuonIsolationProducer (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce isolation maps. More... | |
~L2MuonIsolationProducer () override | |
destructor More... | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
ParameterSet descriptions. More... | |
Private Attributes | |
bool | optOutputDecision |
bool | optOutputIsolatorFloat |
std::unique_ptr< muonisolation::MuIsoBaseIsolator > | theDepositIsolator |
std::unique_ptr< reco::isodeposit::IsoDepositExtractor > | theExtractor |
edm::InputTag | theSACollectionLabel |
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > | theSACollectionToken |
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 |
L2 HLT muon isolation producer
Definition at line 22 of file L2MuonIsolationProducer.h.
L2MuonIsolationProducer::L2MuonIsolationProducer | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 36 of file L2MuonIsolationProducer.cc.
References edm::ParameterSet::empty(), get, edm::ParameterSet::getParameter(), LogDebug, optOutputDecision, optOutputIsolatorFloat, AlCaHLTBitMon_QueryRunRegistry::string, theDepositIsolator, theExtractor, theSACollectionLabel, and theSACollectionToken.
|
override |
destructor
Definition at line 69 of file L2MuonIsolationProducer.cc.
References LogDebug.
|
static |
ParameterSet descriptions.
Definition at line 74 of file L2MuonIsolationProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, AlCaHLTBitMon_QueryRunRegistry::string, and groupFilesInBlocks::temp.
|
override |
Produce isolation maps.
build deposits
do the business of filling iso map
annoying – I will forget it at some point
annoying – I will forget it at some point
Definition at line 122 of file L2MuonIsolationProducer.cc.
References symbols::deps, edm::helper::Filler< Map >::fill(), mps_fire::i, edm::helper::Filler< Map >::insert(), LogDebug, metname, eostools::move(), PDWG_BPHSkim_cff::muons, custom_jme_cff::nMuons, optOutputDecision, optOutputIsolatorFloat, AlCaHLTBitMon_QueryRunRegistry::string, theDepositIsolator, theExtractor, theSACollectionLabel, theSACollectionToken, muonisolation::MuIsoBaseIsolator::Result::valBool, and muonisolation::MuIsoBaseIsolator::Result::valFloat.
|
private |
Definition at line 43 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 46 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 52 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 49 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 39 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 40 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().