#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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
generate gemcscSegment_cfi More... | |
Private Attributes | |
int | iev |
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > | kCSCGeometryToken_ |
const edm::EDGetTokenT< CSCSegmentCollection > | kCSCSegmentCollectionToken_ |
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | kGEMGeometryToken_ |
const edm::EDGetTokenT< GEMRecHitCollection > | kGEMRecHitCollectionToken_ |
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 28 of file GEMCSCSegmentProducer.h.
|
explicit |
Constructor.
Definition at line 20 of file GEMCSCSegmentProducer.cc.
References segmentBuilder_.
|
override |
Destructor.
Definition at line 32 of file GEMCSCSegmentProducer.cc.
References iev, LogDebug, and segmentBuilder_.
|
static |
generate gemcscSegment_cfi
Definition at line 37 of file GEMCSCSegmentProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Produce the GEM-CSCSegment collection.
Definition at line 61 of file GEMCSCSegmentProducer.cc.
References GEMCSCSegmentBuilder::build(), cscRecHitPSet::cscSegment, makeMEIFBenchmarkPlots::ev, gemRecHits_cfi::gemRecHits, iev, kCSCGeometryToken_, kCSCSegmentCollectionToken_, kGEMGeometryToken_, kGEMRecHitCollectionToken_, GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), LogDebug, eostools::move(), segmentBuilder_, GEMCSCSegmentBuilder::setGeometry(), and singleTopDQM_cfi::setup.
|
private |
Definition at line 45 of file GEMCSCSegmentProducer.h.
Referenced by produce(), and ~GEMCSCSegmentProducer().
|
private |
Definition at line 40 of file GEMCSCSegmentProducer.h.
Referenced by produce().
|
private |
Definition at line 42 of file GEMCSCSegmentProducer.h.
Referenced by produce().
|
private |
Definition at line 41 of file GEMCSCSegmentProducer.h.
Referenced by produce().
|
private |
Definition at line 43 of file GEMCSCSegmentProducer.h.
Referenced by produce().
|
private |
Definition at line 46 of file GEMCSCSegmentProducer.h.
Referenced by GEMCSCSegmentProducer(), produce(), and ~GEMCSCSegmentProducer().