#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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(), reco::get(), edm::ParameterSet::getParameter(), LogDebug, optOutputDecision, optOutputIsolatorFloat, AlCaHLTBitMon_QueryRunRegistry::string, theDepositIsolator, theExtractor, theSACollectionLabel, and theSACollectionToken.
|
override |
|
static |
ParameterSet descriptions.
Definition at line 73 of file L2MuonIsolationProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), 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 121 of file L2MuonIsolationProducer.cc.
References symbols::deps, edm::helper::Filler< Map >::fill(), mps_fire::i, edm::helper::Filler< Map >::insert(), LogDebug, metname, eostools::move(), extraflags_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 46 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 55 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 42 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().
|
private |
Definition at line 43 of file L2MuonIsolationProducer.h.
Referenced by L2MuonIsolationProducer(), and produce().