#include <GEMCSCSegmentProducer.h>
Public Member Functions | |
GEMCSCSegmentProducer (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the GEM-CSCSegment collection. More... | |
~GEMCSCSegmentProducer () 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 | |
edm::EDGetTokenT< CSCSegmentCollection > | csc_token |
edm::EDGetTokenT< GEMRecHitCollection > | gem_token |
int | iev |
GEMCSCSegmentBuilder * | 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 GEM-CSCSegments
Definition at line 23 of file GEMCSCSegmentProducer.h.
|
explicit |
Constructor.
Definition at line 22 of file GEMCSCSegmentProducer.cc.
References csc_token, gem_token, edm::ParameterSet::getParameter(), and segmentBuilder_.
|
override |
Destructor.
Definition at line 31 of file GEMCSCSegmentProducer.cc.
References iev, LogDebug, and segmentBuilder_.
|
override |
Produce the GEM-CSCSegment collection.
Definition at line 36 of file GEMCSCSegmentProducer.cc.
References GEMCSCSegmentBuilder::build(), csc_token, cscRecHitPSet::cscSegment, ev, gem_token, gemRecHits_cfi::gemRecHits, get, iev, GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), LogDebug, eostools::move(), segmentBuilder_, GEMCSCSegmentBuilder::setGeometry(), and singleTopDQM_cfi::setup.
|
private |
Definition at line 35 of file GEMCSCSegmentProducer.h.
Referenced by GEMCSCSegmentProducer(), and produce().
|
private |
Definition at line 36 of file GEMCSCSegmentProducer.h.
Referenced by GEMCSCSegmentProducer(), and produce().
|
private |
Definition at line 33 of file GEMCSCSegmentProducer.h.
Referenced by produce(), and ~GEMCSCSegmentProducer().
|
private |
Definition at line 34 of file GEMCSCSegmentProducer.h.
Referenced by GEMCSCSegmentProducer(), produce(), and ~GEMCSCSegmentProducer().