#include <L1Trigger/L1TGlobalMuon/plugins/L1TBMTFConverter.cc>
Public Member Functions | |
L1TBMTFConverter (const edm::ParameterSet &) | |
~L1TBMTFConverter () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, edm::EventSetup const &) override |
void | beginRun (const edm::Run &, edm::EventSetup const &) override |
void | endLuminosityBlock (const edm::LuminosityBlock &, edm::EventSetup const &) override |
void | endRun (const edm::Run &, edm::EventSetup const &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | m_barrelTfInputTag |
edm::EDGetTokenT< RegionalMuonCandBxCollection > | m_barrelTfInputToken |
std::map< int, int > | ptMap_ |
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 |
Description: Takes txt-file input and produces barrel- / overlap- / forward TF muons
Implementation: [Notes on implementation]
Definition at line 44 of file L1TBMTFConverter.cc.
|
explicit |
|
override |
Definition at line 114 of file L1TBMTFConverter.cc.
|
overrideprivate |
Definition at line 154 of file L1TBMTFConverter.cc.
|
overrideprivate |
Definition at line 148 of file L1TBMTFConverter.cc.
|
overrideprivate |
Definition at line 157 of file L1TBMTFConverter.cc.
|
overrideprivate |
Definition at line 151 of file L1TBMTFConverter.cc.
|
static |
Definition at line 160 of file L1TBMTFConverter.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 124 of file L1TBMTFConverter.cc.
References BXVector< T >::begin(), BXVector< T >::end(), iEvent, eostools::move(), amptDefaultParameters_cff::mu, and l1t::RegionalMuonCand::setHwEta().
|
private |
Definition at line 60 of file L1TBMTFConverter.cc.
|
private |
Definition at line 59 of file L1TBMTFConverter.cc.
|
private |
Definition at line 61 of file L1TBMTFConverter.cc.