#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 | 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< CSCGeometry, MuonGeometryRecord > | m_cscGeometryToken |
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 22 of file CSCSegmentProducer.h.
|
explicit |
Constructor.
Definition at line 16 of file CSCSegmentProducer.cc.
References edm::ParameterSet::getParameter(), m_cscGeometryToken, m_token, and segmentBuilder_.
|
override |
Destructor.
Definition at line 25 of file CSCSegmentProducer.cc.
References iev, LogDebug, and segmentBuilder_.
|
override |
Produce the CSCSegment collection.
Definition at line 30 of file CSCSegmentProducer.cc.
References CSCSegmentBuilder::build(), ev, h, iev, LogDebug, m_cscGeometryToken, m_token, eostools::move(), edm::Handle< T >::product(), segmentBuilder_, CSCSegmentBuilder::setGeometry(), and singleTopDQM_cfi::setup.
|
private |
Definition at line 32 of file CSCSegmentProducer.h.
Referenced by produce(), and ~CSCSegmentProducer().
|
private |
Definition at line 35 of file CSCSegmentProducer.h.
Referenced by CSCSegmentProducer(), and produce().
|
private |
Definition at line 34 of file CSCSegmentProducer.h.
Referenced by CSCSegmentProducer(), and produce().
|
private |
Definition at line 33 of file CSCSegmentProducer.h.
Referenced by CSCSegmentProducer(), produce(), and ~CSCSegmentProducer().