Public Member Functions | |
ME0ChamberMasker (const edm::ParameterSet &) | |
~ME0ChamberMasker () 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 | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::InputTag | digiTag_ |
edm::ESGetToken < MuonSystemAging, MuonSystemAgingRcd > | m_agingObjTag |
edm::EDGetTokenT < ME0DigiPreRecoCollection > | m_digiTag |
std::map< unsigned int, float > | m_maskedME0IDs |
bool | me0Minus_ |
bool | me0Plus_ |
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 34 of file ME0ChamberMasker.cc.
|
explicit |
Definition at line 67 of file ME0ChamberMasker.cc.
References digiTag_, m_agingObjTag, and m_digiTag.
|
override |
Definition at line 76 of file ME0ChamberMasker.cc.
|
overrideprivate |
Definition at line 108 of file ME0ChamberMasker.cc.
References edm::EventSetup::getHandle(), m_agingObjTag, and m_maskedME0IDs.
|
overrideprivate |
Definition at line 116 of file ME0ChamberMasker.cc.
|
static |
Definition at line 119 of file ME0ChamberMasker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 83 of file ME0ChamberMasker.cc.
References digiTag_, edm::Event::getByToken(), edm::InputTag::label(), m_digiTag, m_maskedME0IDs, me0Minus_, me0Plus_, eostools::move(), and edm::Event::put().
|
private |
Definition at line 50 of file ME0ChamberMasker.cc.
Referenced by ME0ChamberMasker(), and produce().
|
private |
Definition at line 52 of file ME0ChamberMasker.cc.
Referenced by beginRun(), and ME0ChamberMasker().
|
private |
Definition at line 51 of file ME0ChamberMasker.cc.
Referenced by ME0ChamberMasker(), and produce().
|
private |
Definition at line 53 of file ME0ChamberMasker.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 48 of file ME0ChamberMasker.cc.
Referenced by produce().
|
private |
Definition at line 49 of file ME0ChamberMasker.cc.
Referenced by produce().