#include <CSCRecHitDProducer.h>
Public Member Functions | |
CSCRecHitDProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~CSCRecHitDProducer () override | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > | cscGeom_token |
unsigned | iRun |
CSCRecHitDBuilder * | recHitBuilder_ |
CSCRecoConditions * | recoConditions_ |
edm::EDGetTokenT< CSCStripDigiCollection > | s_token |
bool | useCalib |
bool | useGasGainCorrections |
bool | useStaticPedestals |
bool | useTimingCorrections |
edm::EDGetTokenT< CSCWireDigiCollection > | w_token |
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 CSCRecHit2D's (2-dim space-point RecHits) in endcap muon CSCs. It starts from collections of CSC wire and strip digis. The treatment here is differently than from CSCRecHit2Producer existing in RecoLocalMuon/CSCRecHit as pseudo-segments are built from wire hits only and strip only hits.
Definition at line 33 of file CSCRecHitDProducer.h.
|
explicit |
Definition at line 17 of file CSCRecHitDProducer.cc.
References cscGeom_token, edm::ParameterSet::getParameter(), recHitBuilder_, recoConditions_, s_token, CSCRecHitDBuilder::setConditions(), and w_token.
|
override |
Definition at line 38 of file CSCRecHitDProducer.cc.
References recHitBuilder_, and recoConditions_.
|
static |
Definition at line 75 of file CSCRecHitDProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 43 of file CSCRecHitDProducer.cc.
References CSCRecHitDBuilder::build(), cscGeom_token, ev, h, CSCRecoConditions::initializeEvent(), LogTrace, eostools::move(), edm::Handle< T >::product(), recHitBuilder_, recoConditions_, s_token, CSCRecHitDBuilder::setGeometry(), singleTopDQM_cfi::setup, useCalib, useGasGainCorrections, useStaticPedestals, useTimingCorrections, and w_token.
|
private |
Definition at line 55 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), and produce().
|
private |
Definition at line 44 of file CSCRecHitDProducer.h.
|
private |
Definition at line 50 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), produce(), and ~CSCRecHitDProducer().
|
private |
Definition at line 51 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), produce(), and ~CSCRecHitDProducer().
|
private |
Definition at line 53 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), and produce().
|
private |
Definition at line 45 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 48 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 46 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 47 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), and produce().