Public Member Functions | |
ME0SegmentProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the ME0Segment collection. More... | |
~ME0SegmentProducer () 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 | |
int | iev |
edm::ESGetToken< ME0Geometry, MuonGeometryRecord > | me0GeomToken_ |
std::unique_ptr < ME0SegmentBuilder > | segmentBuilder_ |
edm::EDGetTokenT < ME0RecHitCollection > | theME0RecHitToken |
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 ME0Segment's in endcap muon ME0s.
Definition at line 24 of file ME0SegmentProducer.cc.
|
explicit |
Constructor.
Definition at line 40 of file ME0SegmentProducer.cc.
References edm::ParameterSet::getParameter(), me0GeomToken_, segmentBuilder_, and theME0RecHitToken.
|
inlineoverride |
|
override |
Produce the ME0Segment collection.
Definition at line 48 of file ME0SegmentProducer.cc.
References edm::Event::getByToken(), edm::EventSetup::getHandle(), iev, LogDebug, me0GeomToken_, me0RecHits_cfi::me0RecHits, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), segmentBuilder_, and theME0RecHitToken.
|
private |
Definition at line 34 of file ME0SegmentProducer.cc.
Referenced by produce().
|
private |
Definition at line 37 of file ME0SegmentProducer.cc.
Referenced by ME0SegmentProducer(), and produce().
|
private |
Definition at line 36 of file ME0SegmentProducer.cc.
Referenced by ME0SegmentProducer(), and produce().
|
private |
Definition at line 35 of file ME0SegmentProducer.cc.
Referenced by ME0SegmentProducer(), and produce().