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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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<> | |
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 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 ev, iev, LogDebug, me0GeomToken_, me0RecHits_cfi::me0RecHits, eostools::move(), segmentBuilder_, singleTopDQM_cfi::setup, 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().