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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
int | iev |
std::unique_ptr< GEMSegmentBuilder > | segmentBuilder_ |
edm::EDGetTokenT< GEMRecHitCollection > | theGEMRecHitToken |
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 |
CSCSegmentProducer Produces a collection of GEMSegment's in endcap muon GEMs.
Definition at line 23 of file GEMSegmentProducer.cc.
|
explicit |
Constructor.
Definition at line 38 of file GEMSegmentProducer.cc.
References edm::ParameterSet::getParameter(), segmentBuilder_, and theGEMRecHitToken.
|
inlineoverride |
|
override |
Produce the GEMSegment collection.
Definition at line 47 of file GEMSegmentProducer.cc.
References DEFINE_FWK_MODULE, gemRecHits_cfi::gemRecHits, edm::EventSetup::get(), edm::Event::getByToken(), iev, LogDebug, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), segmentBuilder_, and theGEMRecHitToken.
Referenced by ~GEMSegmentProducer().
|
private |
Definition at line 33 of file GEMSegmentProducer.cc.
Referenced by produce().
|
private |
Definition at line 35 of file GEMSegmentProducer.cc.
Referenced by GEMSegmentProducer(), and produce().
|
private |
Definition at line 34 of file GEMSegmentProducer.cc.
Referenced by GEMSegmentProducer(), and produce().