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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
int | iev |
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 39 of file ME0SegmentProducer.cc.
References edm::ParameterSet::getParameter(), segmentBuilder_, and theME0RecHitToken.
|
inlineoverride |
|
override |
Produce the ME0Segment collection.
Definition at line 48 of file ME0SegmentProducer.cc.
References DEFINE_FWK_MODULE, edm::EventSetup::get(), edm::Event::getByToken(), iev, LogDebug, me0RecHits_cfi::me0RecHits, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), segmentBuilder_, and theME0RecHitToken.
Referenced by ~ME0SegmentProducer().
|
private |
Definition at line 34 of file ME0SegmentProducer.cc.
Referenced by 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().