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 | |
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 | 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<> | |
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 33 of file GEMPadDigiProducer.cc.
|
explicit |
Definition at line 60 of file GEMPadDigiProducer.cc.
References digi_token_, digis_, geom_token_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 70 of file GEMPadDigiProducer.cc.
|
override |
Definition at line 79 of file GEMPadDigiProducer.cc.
References GEMGeometry::chamber(), checkGeometry(), geom_token_, geometry_, edm::EventSetup::getHandle(), GEMGeometry::hasGE21(), GEMChamber::nEtaPartitions(), and use16GE21_.
|
private |
Definition at line 107 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 146 of file GEMPadDigiProducer.cc.
References checkValid(), ztail::d, GEMGeometry::etaPartitions(), geometry_, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
private |
Definition at line 196 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 188 of file GEMPadDigiProducer.cc.
References gpuClustering::id, and GEMPadDigi::isValid().
Referenced by buildPads(), and buildPads16GE21().
|
static |
Definition at line 72 of file GEMPadDigiProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 91 of file GEMPadDigiProducer.cc.
References buildPads(), buildPads16GE21(), digi_token_, edm::Event::getByToken(), eostools::move(), edm::Handle< T >::product(), edm::Event::put(), and use16GE21_.
|
private |
Name of input digi Collection.
Definition at line 52 of file GEMPadDigiProducer.cc.
Referenced by GEMPadDigiProducer(), and produce().
|
private |
Definition at line 54 of file GEMPadDigiProducer.cc.
Referenced by GEMPadDigiProducer().
|
private |
Definition at line 53 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), and GEMPadDigiProducer().
|
private |
Definition at line 57 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), buildPads(), buildPads16GE21(), and checkGeometry().
|
private |
Definition at line 55 of file GEMPadDigiProducer.cc.
Referenced by beginRun(), buildPads(), checkGeometry(), and produce().