#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 | |
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 Member Functions | |
void | run (const edm::DetSetVector< CTPPSPixelDigi > &input, edm::DetSetVector< CTPPSPixelCluster > &output, const CTPPSPixelAnalysisMask *mask) |
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 40 of file CTPPSPixelClusterProducer.h.
|
explicit |
Definition at line 5 of file CTPPSPixelClusterProducer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_FULL_cff::InputTag, src_, AlCaHLTBitMon_QueryRunRegistry::string, tokenCTPPSPixelAnalysisMask_, tokenCTPPSPixelDigi_, and verbosity_.
|
override |
Definition at line 15 of file CTPPSPixelClusterProducer.cc.
|
static |
Definition at line 17 of file CTPPSPixelClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
get inputs
Definition at line 30 of file CTPPSPixelClusterProducer.cc.
References CTPPSPixelGainCalibrationDBService::getDB(), edm::EventSetup::getHandle(), iEvent, convertSQLitetoXML_cfg::output, edm::ESHandle< T >::product(), run(), theGainCalibrationDB, tokenCTPPSPixelAnalysisMask_, and tokenCTPPSPixelDigi_.
|
private |
Definition at line 53 of file CTPPSPixelClusterProducer.cc.
References RPixDetClusterizer::buildClusters(), clusterizer_, edm::DetSet< T >::data, CTPPSPixelGainCalibrationDBService::getCalibs(), input, convertSQLitetoXML_cfg::output, theGainCalibrationDB, and verbosity_.
Referenced by produce().
|
private |
Definition at line 60 of file CTPPSPixelClusterProducer.h.
Referenced by run().
|
private |
Definition at line 53 of file CTPPSPixelClusterProducer.h.
|
private |
Definition at line 56 of file CTPPSPixelClusterProducer.h.
Referenced by CTPPSPixelClusterProducer().
|
private |
Definition at line 66 of file CTPPSPixelClusterProducer.h.
|
private |
Definition at line 58 of file CTPPSPixelClusterProducer.h.
Referenced by CTPPSPixelClusterProducer(), and produce().
|
private |
Definition at line 57 of file CTPPSPixelClusterProducer.h.
Referenced by CTPPSPixelClusterProducer(), and produce().
|
private |
Definition at line 54 of file CTPPSPixelClusterProducer.h.
Referenced by CTPPSPixelClusterProducer(), and run().