Public Member Functions | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
SiStripClusterizerFromRaw (const edm::ParameterSet &conf) | |
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 | initialize (const edm::EventSetup &es) |
void | run (const FEDRawDataCollection &rawColl, edmNew::DetSetVector< SiStripCluster > &output) |
Private Attributes | |
std::unique_ptr< StripClusterizerAlgorithm > | clusterizer_ |
bool | doAPVEmulatorCheck_ |
bool | hybridZeroSuppressed_ |
bool | legacy_ |
bool | onDemand |
edm::EDGetTokenT< FEDRawDataCollection > | productToken_ |
std::unique_ptr< SiStripRawProcessingAlgorithms > | rawAlgos_ |
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 171 of file ClustersFromRawProducer.cc.
|
inlineexplicit |
Definition at line 173 of file ClustersFromRawProducer.cc.
References cms::cuda::assert(), clusterizer_, edm::ParameterSet::getParameter(), productToken_, and rawAlgos_.
|
static |
Definition at line 238 of file ClustersFromRawProducer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), analysisFilters_cff::algorithms, HLT_2024v12_cff::clusterizer, submitPVResolutionJobs::desc, StripClusterizerAlgorithmFactory::fillDescriptions(), SiStripRawProcessingFactory::fillDescriptions(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 262 of file ClustersFromRawProducer.cc.
Referenced by produce().
|
inlineoverride |
Definition at line 188 of file ClustersFromRawProducer.cc.
References cms::cuda::assert(), clusterizer_, COUT, doAPVEmulatorCheck_, makeMEIFBenchmarkPlots::ev, hybridZeroSuppressed_, initialize(), legacy_, eostools::move(), onDemand, convertSQLitetoXML_cfg::output, productToken_, rawAlgos_, l1tstage2_dqm_sourceclient-live_cfg::rawData, and run().
|
private |
Definition at line 267 of file ClustersFromRawProducer.cc.
References clusterizer_, doAPVEmulatorCheck_, trigObjTnPSource_cfi::filler, hybridZeroSuppressed_, legacy_, rawAlgos_, AlCaHarvesting_cff::record, and edmNew::DetSetVector< SiStripCluster >::TSFastFiller.
Referenced by produce().
|
private |
Definition at line 228 of file ClustersFromRawProducer.cc.
Referenced by produce(), run(), and SiStripClusterizerFromRaw().
|
private |
Definition at line 232 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 235 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 234 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 224 of file ClustersFromRawProducer.cc.
Referenced by produce().
|
private |
Definition at line 226 of file ClustersFromRawProducer.cc.
Referenced by produce(), and SiStripClusterizerFromRaw().
|
private |
Definition at line 229 of file ClustersFromRawProducer.cc.
Referenced by produce(), run(), and SiStripClusterizerFromRaw().