#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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
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 30 of file CSCRecHitDProducer.h.
|
explicit |
Definition at line 19 of file CSCRecHitDProducer.cc.
References edm::ParameterSet::getParameter(), recHitBuilder_, recoConditions_, s_token, CSCRecHitDBuilder::setConditions(), and w_token.
|
override |
Definition at line 40 of file CSCRecHitDProducer.cc.
References recHitBuilder_, and recoConditions_.
|
static |
Definition at line 82 of file CSCRecHitDProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), and DEFINE_FWK_MODULE.
|
override |
Definition at line 47 of file CSCRecHitDProducer.cc.
References CSCRecHitDBuilder::build(), edm::EventID::event(), edm::EventSetup::get(), edm::Event::getByToken(), 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 43 of file CSCRecHitDProducer.h.
|
private |
Definition at line 49 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), produce(), and ~CSCRecHitDProducer().
|
private |
Definition at line 50 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), produce(), and ~CSCRecHitDProducer().
|
private |
Definition at line 52 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), and produce().
|
private |
Definition at line 44 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 47 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 45 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 46 of file CSCRecHitDProducer.h.
Referenced by produce().
|
private |
Definition at line 53 of file CSCRecHitDProducer.h.
Referenced by CSCRecHitDProducer(), and produce().