#include <L3MuonIsolationProducer.h>
Public Member Functions | |
L3MuonIsolationProducer (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce isolation maps. More... | |
~L3MuonIsolationProducer () override | |
destructor More... | |
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 Attributes | |
double | optOutputIsoDeposits |
bool | theApplyCutsORmaxNTracks |
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts More... | |
edm::ParameterSet | theConfig |
muonisolation::Cuts | theCuts |
std::unique_ptr< reco::isodeposit::IsoDepositExtractor > | theExtractor |
int | theMaxNTracks |
edm::InputTag | theMuonCollectionLabel |
edm::EDGetTokenT< reco::RecoChargedCandidateCollection > | theMuonCollectionToken |
double | theTrackPt_Min |
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 |
Definition at line 24 of file L3MuonIsolationProducer.h.
L3MuonIsolationProducer::L3MuonIsolationProducer | ( | const edm::ParameterSet & | par | ) |
constructor with config
get min pt for the track to go into sumPt
test cutsName only. The depositType is informational only (has not been used so far) [VK]
Definition at line 36 of file L3MuonIsolationProducer.cc.
References L3NominalEfficiencyConfigurator::cuts(), get, edm::ParameterSet::getParameter(), LogDebug, LogTrace, optOutputIsoDeposits, muonisolation::Cuts::print(), AlCaHLTBitMon_QueryRunRegistry::string, theApplyCutsORmaxNTracks, theConfig, theCuts, theExtractor, theMaxNTracks, theMuonCollectionLabel, theMuonCollectionToken, and theTrackPt_Min.
|
override |
|
override |
Produce isolation maps.
Definition at line 89 of file L3MuonIsolationProducer.cc.
References submitPVResolutionJobs::count, PA_MinBiasSkim_cff::cut, reco::IsoDeposit::depositAndCountWithin(), symbols::deps, options_cfi::eventSetup, edm::helper::Filler< Map >::fill(), mps_fire::i, edm::helper::Filler< Map >::insert(), LogDebug, LogTrace, metname, eostools::move(), amptDefaultParameters_cff::mu, PDWG_BPHSkim_cff::muons, custom_jme_cff::nMuons, optOutputIsoDeposits, reco::IsoDeposit::print(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, theApplyCutsORmaxNTracks, theCuts, theExtractor, theMaxNTracks, theMuonCollectionLabel, theMuonCollectionToken, theTrackPt_Min, and boostedElectronIsolation_cff::vetos.
|
private |
Definition at line 46 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
apply or not the maxN cut on top of the sumPt (or nominall eff) < cuts
Definition at line 60 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
Definition at line 36 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer().
|
private |
Definition at line 43 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
Definition at line 49 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
max number of tracks to allow in the sum count <= maxN
Definition at line 57 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
Definition at line 39 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
Definition at line 40 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().
|
private |
pt cut to consider track in sumPt after extracting iso deposit better split this off into a filter
Definition at line 53 of file L3MuonIsolationProducer.h.
Referenced by L3MuonIsolationProducer(), and produce().