#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 | |
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) |
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<> | |
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 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, 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(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 43 of file CSCRecHitDProducer.cc.
References CSCRecHitDBuilder::build(), cscGeom_token, edm::EventID::event(), edm::Event::getByToken(), edm::EventSetup::getHandle(), h, edm::EventBase::id(), CSCRecoConditions::initializeEvent(), LogTrace, eostools::move(), edm::Handle< T >::product(), edm::Event::put(), recHitBuilder_, recoConditions_, edm::EventID::run(), s_token, CSCRecHitDBuilder::setGeometry(), 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().