Public Member Functions | |
GEMChamberMasker (const edm::ParameterSet &) | |
~GEMChamberMasker () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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::EDGetTokenT< GEMDigiCollection > | m_digiTag |
std::map< unsigned int, float > | m_maskedGEMIDs |
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 |
Definition at line 29 of file GEMChamberMasker.cc.
|
explicit |
Definition at line 64 of file GEMChamberMasker.cc.
|
override |
Definition at line 74 of file GEMChamberMasker.cc.
|
overrideprivate |
Definition at line 109 of file GEMChamberMasker.cc.
References edm::EventSetup::get(), get, MuonSystemAging::m_GEMChambEffs, and m_maskedGEMIDs.
|
overrideprivate |
Definition at line 118 of file GEMChamberMasker.cc.
|
static |
Definition at line 120 of file GEMChamberMasker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLT_2018_cff::InputTag.
|
overrideprivate |
Definition at line 81 of file GEMChamberMasker.cc.
References digiTag_, ge11Minus_, ge11Plus_, ge21Minus_, ge21Plus_, iEvent, edm::InputTag::label(), m_digiTag, m_maskedGEMIDs, and eostools::move().
|
private |
Definition at line 43 of file GEMChamberMasker.cc.
Referenced by GEMChamberMasker(), and produce().
|
private |
Definition at line 44 of file GEMChamberMasker.cc.
Referenced by 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 49 of file GEMChamberMasker.cc.
Referenced by GEMChamberMasker(), and produce().
|
private |
Definition at line 50 of file GEMChamberMasker.cc.
Referenced by beginRun(), and produce().