Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
GEMPadDigiProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~GEMPadDigiProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | buildPads (const GEMDigiCollection &digis, GEMPadDigiCollection &out_pads) const |
void | buildPads16GE21 (const GEMDigiCollection &digis, GEMPadDigiCollection &out_pads) const |
void | checkGeometry () const |
void | checkValid (const GEMPadDigi &pad, const GEMDetId &id) const |
Private Attributes | |
edm::EDGetTokenT< GEMDigiCollection > | digi_token_ |
Name of input digi Collection. More... | |
edm::InputTag | digis_ |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | geom_token_ |
const GEMGeometry * | geometry_ |
bool | use16GE21_ |
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 |
producer for GEM trigger pads
Definition at line 25 of file GEMPadDigiProducer.cc.
|
explicit |
Definition at line 52 of file GEMPadDigiProducer.cc.
References digi_token_, digis_, geom_token_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 62 of file GEMPadDigiProducer.cc.
|
override |
Definition at line 71 of file GEMPadDigiProducer.cc.
References GEMGeometry::chamber(), checkGeometry(), geom_token_, geometry_, edm::EventSetup::getHandle(), GEMGeometry::hasGE21(), GEMChamber::nEtaPartitions(), and use16GE21_.
|
private |
Definition at line 99 of file GEMPadDigiProducer.cc.
References checkValid(), ztail::d, GEMGeometry::etaPartitions(), GEMPadDigi::GE11InValid, GEMPadDigi::GE21InValid, geometry_, l1t::mtf7::ME0, GEMPadDigi::ME0InValid, nPart(), or, AlCaHLTBitMon_ParallelJobs::p, and use16GE21_.
Referenced by produce().
|
private |
Definition at line 138 of file GEMPadDigiProducer.cc.
References checkValid(), ztail::d, GEMGeometry::etaPartitions(), geometry_, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
private |
Definition at line 187 of file GEMPadDigiProducer.cc.
References GEMGeometry::chamber(), geometry_, GEMGeometry::hasGE11(), GEMGeometry::hasGE21(), GEMGeometry::hasME0(), l1t::mtf7::ME0, GEMChamber::nEtaPartitions(), and use16GE21_.
Referenced by beginRun().
|
private |
Definition at line 179 of file GEMPadDigiProducer.cc.
References triggerObjects_cff::id, and GEMPadDigi::isValid().
Referenced by buildPads(), and buildPads16GE21().
|
static |
Definition at line 64 of file GEMPadDigiProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 83 of file GEMPadDigiProducer.cc.
References buildPads(), buildPads16GE21(), digi_token_, MillePedeFileConverter_cfg::e, eostools::move(), edm::Handle< T >::product(), and use16GE21_.
|
private |
Name of input digi Collection.
Definition at line 44 of file GEMPadDigiProducer.cc.
Referenced by GEMPadDigiProducer(), and produce().
|
private |
Definition at line 46 of file GEMPadDigiProducer.cc.
Referenced by GEMPadDigiProducer().
|
private |
Definition at line 45 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), and GEMPadDigiProducer().
|
private |
Definition at line 49 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), buildPads(), buildPads16GE21(), and checkGeometry().
|
private |
Definition at line 47 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), buildPads(), checkGeometry(), and produce().