#include <DTChamberMasker.cc>
Public Member Functions | |
DTChamberMasker (const edm::ParameterSet &) | |
~DTChamberMasker () 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 &) |
Private Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | createMaskedChamberCollection (edm::ESHandle< DTGeometry > &) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::ESGetToken< MuonSystemAging, MuonSystemAgingRcd > | m_agingObjToken |
std::map< unsigned int, float > | m_ChEffs |
edm::EDGetTokenT< DTDigiCollection > | m_digiToken |
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 |
SimMuon/DTDigitizer/plugins/DTChamberMasker.cc
Description: Class to mask DT digis on a chamber by chamber basis
Definition at line 63 of file DTChamberMasker.cc.
|
explicit |
Definition at line 91 of file DTChamberMasker.cc.
|
override |
Definition at line 97 of file DTChamberMasker.cc.
|
overrideprivate |
Definition at line 127 of file DTChamberMasker.cc.
References edm::EventSetup::getHandle(), m_agingObjToken, m_ChEffs, and MuonSystemAging::m_DTChambEffs.
|
private |
|
static |
Definition at line 137 of file DTChamberMasker.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
overrideprivate |
Definition at line 104 of file DTChamberMasker.cc.
References edm::RandomNumberGenerator::getEngine(), edm::EDGetTokenT< T >::isUninitialized(), m_ChEffs, m_digiToken, eostools::move(), and nano_mu_digi_cff::rawId.
|
private |
Definition at line 80 of file DTChamberMasker.cc.
Referenced by beginRun().
|
private |
Definition at line 81 of file DTChamberMasker.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 79 of file DTChamberMasker.cc.
Referenced by produce().