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 |
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 168 of file ClustersFromRawProducer.cc.
|
inlineexplicit |
Definition at line 170 of file ClustersFromRawProducer.cc.
References cms::cuda::assert(), clusterizer_, edm::ParameterSet::getParameter(), productToken_, and rawAlgos_.
|
private |
Definition at line 237 of file ClustersFromRawProducer.cc.
Referenced by produce().
|
inlineoverride |
Definition at line 186 of file ClustersFromRawProducer.cc.
References cms::cuda::assert(), clusterizer_, COUT, doAPVEmulatorCheck_, edm::Event::getByToken(), hybridZeroSuppressed_, initialize(), legacy_, eostools::move(), onDemand, convertSQLitetoXML_cfg::output, productToken_, edm::Event::put(), rawAlgos_, and run().
|
private |
Definition at line 242 of file ClustersFromRawProducer.cc.
References edmNew::DetSetVector< T >::TSFastFiller::abort(), clusterizer_, doAPVEmulatorCheck_, edmNew::DetSetVector< T >::TSFastFiller::empty(), hybridZeroSuppressed_, legacy_, rawAlgos_, and GlobalPosition_Frontier_DevDB_cff::record.
Referenced by produce().
|
private |
Definition at line 224 of file ClustersFromRawProducer.cc.
Referenced by produce(), run(), and SiStripClusterizerFromRaw().
|
private |
Definition at line 228 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 231 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 230 of file ClustersFromRawProducer.cc.
|
private |
Definition at line 220 of file ClustersFromRawProducer.cc.
Referenced by produce().
|
private |
Definition at line 222 of file ClustersFromRawProducer.cc.
Referenced by produce(), and SiStripClusterizerFromRaw().
|
private |
Definition at line 225 of file ClustersFromRawProducer.cc.
Referenced by produce(), run(), and SiStripClusterizerFromRaw().