Public Member Functions | |
GEMChamberMasker (const edm::ParameterSet &) | |
~GEMChamberMasker () 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_ |
bool | ge11Minus_ |
bool | ge11Plus_ |
bool | ge21Minus_ |
bool | ge21Plus_ |
edm::ESGetToken < MuonSystemAging, MuonSystemAgingRcd > | m_agingObj |
edm::EDGetTokenT < GEMDigiCollection > | m_digiTag |
std::map< unsigned int, float > | m_maskedGEMIDs |
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 30 of file GEMChamberMasker.cc.
|
explicit |
Definition at line 66 of file GEMChamberMasker.cc.
References digiTag_, m_agingObj, and m_digiTag.
|
override |
Definition at line 77 of file GEMChamberMasker.cc.
|
overrideprivate |
Definition at line 112 of file GEMChamberMasker.cc.
References edm::EventSetup::getHandle(), m_agingObj, and m_maskedGEMIDs.
|
overrideprivate |
Definition at line 120 of file GEMChamberMasker.cc.
|
static |
Definition at line 122 of file GEMChamberMasker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
overrideprivate |
Definition at line 84 of file GEMChamberMasker.cc.
References digiTag_, ge11Minus_, ge11Plus_, ge21Minus_, ge21Plus_, edm::Event::getByToken(), edm::InputTag::label(), m_digiTag, m_maskedGEMIDs, eostools::move(), and edm::Event::put().
|
private |
Definition at line 44 of file GEMChamberMasker.cc.
Referenced by GEMChamberMasker(), and produce().
|
private |
Definition at line 45 of file GEMChamberMasker.cc.
Referenced by produce().
|
private |
Definition at line 46 of file GEMChamberMasker.cc.
Referenced by produce().
|
private |
Definition at line 47 of file GEMChamberMasker.cc.
Referenced by produce().
|
private |
Definition at line 48 of file GEMChamberMasker.cc.
Referenced by produce().
|
private |
Definition at line 51 of file GEMChamberMasker.cc.
Referenced by beginRun(), and GEMChamberMasker().
|
private |
Definition at line 50 of file GEMChamberMasker.cc.
Referenced by GEMChamberMasker(), and produce().
|
private |
Definition at line 52 of file GEMChamberMasker.cc.
Referenced by beginRun(), and produce().