#include <CSCSegmentProducer.h>
Public Member Functions | |
CSCSegmentProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the CSCSegment collection. More... | |
~CSCSegmentProducer () 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 |
edm::EDGetTokenT< CSCRecHit2DCollection > | m_token |
CSCSegmentBuilder * | segmentBuilder_ |
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 |
Produces a collection of CSCSegment's in endcap muon CSCs.
Definition at line 19 of file CSCSegmentProducer.h.
|
explicit |
Constructor.
Definition at line 18 of file CSCSegmentProducer.cc.
References edm::ParameterSet::getParameter(), m_token, and segmentBuilder_.
|
override |
Destructor.
Definition at line 27 of file CSCSegmentProducer.cc.
References iev, LogDebug, and segmentBuilder_.
|
override |
Produce the CSCSegment collection.
Definition at line 33 of file CSCSegmentProducer.cc.
References CSCSegmentBuilder::build(), edm::EventSetup::get(), edm::Event::getByToken(), h, iev, LogDebug, m_token, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), segmentBuilder_, and CSCSegmentBuilder::setGeometry().
|
private |
Definition at line 29 of file CSCSegmentProducer.h.
Referenced by produce(), and ~CSCSegmentProducer().
|
private |
Definition at line 31 of file CSCSegmentProducer.h.
Referenced by CSCSegmentProducer(), and produce().
|
private |
Definition at line 30 of file CSCSegmentProducer.h.
Referenced by CSCSegmentProducer(), produce(), and ~CSCSegmentProducer().