#include <CTPPSPixelClusterProducer.h>
Public Member Functions | |
CTPPSPixelClusterProducer (const edm::ParameterSet ¶m) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~CTPPSPixelClusterProducer () 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 Member Functions | |
void | run (const edm::DetSetVector< CTPPSPixelDigi > &input, edm::DetSetVector< CTPPSPixelCluster > &output, const CTPPSPixelAnalysisMask &mask, const CTPPSPixelGainCalibrations &gainCalibration) |
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 |
Definition at line 41 of file CTPPSPixelClusterProducer.h.
|
explicit |
Definition at line 5 of file CTPPSPixelClusterProducer.cc.
|
override |
Definition at line 14 of file CTPPSPixelClusterProducer.cc.
|
static |
Definition at line 16 of file CTPPSPixelClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
get inputs
Definition at line 29 of file CTPPSPixelClusterProducer.cc.
References edm::EventSetup::getData(), iEvent, convertSQLitetoXML_cfg::output, run(), tokenCTPPSPixelAnalysisMask_, tokenCTPPSPixelDigi_, and tokenGainCalib_.
|
private |
Definition at line 48 of file CTPPSPixelClusterProducer.cc.
References RPixDetClusterizer::buildClusters(), clusterizer_, edm::DetSet< T >::data, input, convertSQLitetoXML_cfg::output, and verbosity_.
Referenced by produce().
|
private |
Definition at line 59 of file CTPPSPixelClusterProducer.h.
Referenced by run().
|
private |
Definition at line 55 of file CTPPSPixelClusterProducer.h.
Referenced by produce().
|
private |
Definition at line 54 of file CTPPSPixelClusterProducer.h.
Referenced by produce().
|
private |
Definition at line 56 of file CTPPSPixelClusterProducer.h.
Referenced by produce().
|
private |
Definition at line 57 of file CTPPSPixelClusterProducer.h.
Referenced by run().