#include <DTChamberMasker.cc>
Public Member Functions | |
DTChamberMasker (const edm::ParameterSet &) | |
~DTChamberMasker () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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 | |
std::map< unsigned int, float > | m_ChEffs |
edm::EDGetTokenT< DTDigiCollection > | m_digiToken |
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 |
SimMuon/DTDigitizer/plugins/DTChamberMasker.cc
Description: Class to mask DT digis on a chamber by chamber basis
Definition at line 62 of file DTChamberMasker.cc.
|
explicit |
Definition at line 89 of file DTChamberMasker.cc.
|
override |
Definition at line 94 of file DTChamberMasker.cc.
|
overrideprivate |
Definition at line 124 of file DTChamberMasker.cc.
References edm::EventSetup::get(), m_ChEffs, and MuonSystemAging::m_DTChambEffs.
|
private |
|
static |
Definition at line 135 of file DTChamberMasker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 101 of file DTChamberMasker.cc.
References edm::RandomNumberGenerator::getEngine(), edm::EDGetTokenT< T >::isUninitialized(), m_ChEffs, m_digiToken, eostools::move(), and edm::Event::streamID().
|
private |
Definition at line 79 of file DTChamberMasker.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 78 of file DTChamberMasker.cc.
Referenced by produce().