Public Member Functions | |
GEMSegmentProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the GEMSegment collection. More... | |
~GEMSegmentProducer () override | |
Destructor. More... | |
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 |
Private Attributes | |
edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | gemGeomToken_ |
int | iev |
std::unique_ptr < GEMSegmentBuilder > | segmentBuilder_ |
edm::EDGetTokenT < GEMRecHitCollection > | theGEMRecHitToken |
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 |
CSCSegmentProducer Produces a collection of GEMSegment's in endcap muon GEMs.
Definition at line 24 of file GEMSegmentProducer.cc.
|
explicit |
Constructor.
Definition at line 40 of file GEMSegmentProducer.cc.
References gemGeomToken_, edm::ParameterSet::getParameter(), segmentBuilder_, and theGEMRecHitToken.
|
inlineoverride |
|
override |
Produce the GEMSegment collection.
Definition at line 48 of file GEMSegmentProducer.cc.
References gemGeomToken_, gemRecHits_cfi::gemRecHits, edm::Event::getByToken(), edm::EventSetup::getHandle(), iev, LogDebug, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), segmentBuilder_, and theGEMRecHitToken.
|
private |
Definition at line 37 of file GEMSegmentProducer.cc.
Referenced by GEMSegmentProducer(), and produce().
|
private |
Definition at line 34 of file GEMSegmentProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file GEMSegmentProducer.cc.
Referenced by GEMSegmentProducer(), and produce().
|
private |
Definition at line 35 of file GEMSegmentProducer.cc.
Referenced by GEMSegmentProducer(), and produce().