#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 | |
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< CSCGeometry, MuonGeometryRecord > | m_cscGeometryToken |
edm::EDGetTokenT< CSCRecHit2DCollection > | m_token |
CSCSegmentBuilder * | segmentBuilder_ |
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 |
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(), makeMEIFBenchmarkPlots::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().