#include <CTPPSPixelRecHitProducer.h>
Public Member Functions | |
CTPPSPixelRecHitProducer (const edm::ParameterSet ¶m) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~CTPPSPixelRecHitProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | run (const edm::DetSetVector< CTPPSPixelCluster > &input, edm::DetSetVector< CTPPSPixelRecHit > &output) |
Private Attributes | |
RPixClusterToHit | cluster2hit_ |
edm::ParameterSet | param_ |
edm::InputTag | src_ |
edm::EDGetTokenT< edm::DetSetVector< CTPPSPixelCluster > > | tokenCTPPSPixelCluster_ |
int | verbosity_ |
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 |
Definition at line 29 of file CTPPSPixelRecHitProducer.h.
|
explicit |
Definition at line 3 of file CTPPSPixelRecHitProducer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), src_, tokenCTPPSPixelCluster_, and verbosity_.
|
override |
Definition at line 10 of file CTPPSPixelRecHitProducer.cc.
|
static |
Definition at line 12 of file CTPPSPixelRecHitProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), and HLT_2018_cff::InputTag.
|
override |
Definition at line 19 of file CTPPSPixelRecHitProducer.cc.
References iEvent, convertSQLitetoXML_cfg::output, run(), and tokenCTPPSPixelCluster_.
|
private |
Definition at line 32 of file CTPPSPixelRecHitProducer.cc.
References RPixClusterToHit::buildHits(), cluster2hit_, edm::DetSet< T >::data, input, and convertSQLitetoXML_cfg::output.
Referenced by produce().
|
private |
Definition at line 49 of file CTPPSPixelRecHitProducer.h.
Referenced by run().
|
private |
Definition at line 43 of file CTPPSPixelRecHitProducer.h.
|
private |
Definition at line 46 of file CTPPSPixelRecHitProducer.h.
Referenced by CTPPSPixelRecHitProducer().
|
private |
Definition at line 47 of file CTPPSPixelRecHitProducer.h.
Referenced by CTPPSPixelRecHitProducer(), and produce().
|
private |
Definition at line 44 of file CTPPSPixelRecHitProducer.h.
Referenced by CTPPSPixelRecHitProducer().