CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes
EcalRecHitProducerGPU Class Reference
Inheritance diagram for EcalRecHitProducerGPU:
edm::stream::EDProducer< edm::ExternalWork >

Public Member Functions

 EcalRecHitProducerGPU (edm::ParameterSet const &ps)
 
 ~EcalRecHitProducerGPU () override
 
- Public Member Functions inherited from edm::stream::EDProducer< edm::ExternalWork >
 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 EDProduceroperator= (const EDProducer &)=delete
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &)
 

Private Types

using InputProduct = cms::cuda::Product< ecal::UncalibratedRecHit< calo::common::DevStoragePolicy > >
 
using OutputProduct = cms::cuda::Product< ecal::RecHit< calo::common::DevStoragePolicy > >
 

Private Member Functions

void acquire (edm::Event const &, edm::EventSetup const &, edm::WaitingTaskWithArenaHolder) override
 
void produce (edm::Event &, edm::EventSetup const &) override
 

Private Attributes

ecal::rechit::ConfigurationParameters configParameters_
 
cms::cuda::ContextState cudaState_
 
ecal::rechit::EventOutputDataGPU eventOutputDataGPU_
 
std::vector< uint32_t > expanded_flagbit_v_DB_reco_flags_
 
std::vector< uint32_t > expanded_Sizes_v_DB_reco_flags_
 
std::vector< int > expanded_v_DB_reco_flags_
 
uint32_t flagmask_
 
edm::ESHandle< EcalIntercalibConstantsGPUIntercalibConstantsHandle_
 
uint32_t neb_
 
uint32_t nee_
 
edm::ESHandle< EcalRecHitParametersGPUrecHitParametersHandle_
 
edm::EDPutTokenT< OutputProductrecHitsTokenEB_
 
edm::EDPutTokenT< OutputProductrecHitsTokenEE_
 
edm::ESGetToken< EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcdtokenADCToGeVConstant_
 
edm::ESGetToken< EcalRechitChannelStatusGPU, EcalChannelStatusRcdtokenChannelStatus_
 
edm::ESGetToken< EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcdtokenIntercalibConstants_
 
edm::ESGetToken< EcalLaserAlphasGPU, EcalLaserAlphasRcdtokenLaserAlphas_
 
edm::ESGetToken< EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcdtokenLaserAPDPNRatios_
 
edm::ESGetToken< EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcdtokenLaserAPDPNRatiosRef_
 
edm::ESGetToken< EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcdtokenLinearCorrections_
 
edm::ESGetToken< EcalRecHitParametersGPU, JobConfigurationGPURecordtokenRecHitParameters_
 
edm::EDGetTokenT< InputProductuncalibRecHitsInEBToken_
 
edm::EDGetTokenT< InputProductuncalibRecHitsInEEToken_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer< edm::ExternalWork >
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
 

Detailed Description

Definition at line 35 of file EcalRecHitProducerGPU.cc.

Member Typedef Documentation

◆ InputProduct

Definition at line 50 of file EcalRecHitProducerGPU.cc.

◆ OutputProduct

Definition at line 60 of file EcalRecHitProducerGPU.cc.

Constructor & Destructor Documentation

◆ EcalRecHitProducerGPU()

EcalRecHitProducerGPU::EcalRecHitProducerGPU ( edm::ParameterSet const &  ps)
explicit

Definition at line 108 of file EcalRecHitProducerGPU.cc.

References configParameters_, ecal::rechit::ConfigurationParameters::EBLaserMAX, ecal::rechit::ConfigurationParameters::EBLaserMIN, ecal::rechit::ConfigurationParameters::EELaserMAX, ecal::rechit::ConfigurationParameters::EELaserMIN, ecal::rechit::ConfigurationParameters::flagmask, flagmask_, edm::ParameterSet::getParameter(), EcalRecHit::kDead, ecal::rechit::ConfigurationParameters::killDeadChannels, HLT_2023v12_cff::killDeadChannels, EcalRecHit::kKilled, EcalRecHit::kL1SpikeFlag, EcalRecHit::kNeighboursRecovered, EcalRecHit::kTowerRecovered, EcalRecHit::kTPSaturated, recHitsTokenEB_, recHitsTokenEE_, ecal::rechit::ConfigurationParameters::recoverEBFE, ecal::rechit::ConfigurationParameters::recoverEBIsolatedChannels, ecal::rechit::ConfigurationParameters::recoverEBVFE, ecal::rechit::ConfigurationParameters::recoverEEFE, ecal::rechit::ConfigurationParameters::recoverEEIsolatedChannels, ecal::rechit::ConfigurationParameters::recoverEEVFE, AlCaHLTBitMon_QueryRunRegistry::string, tokenADCToGeVConstant_, tokenChannelStatus_, tokenIntercalibConstants_, tokenLaserAlphas_, tokenLaserAPDPNRatios_, tokenLaserAPDPNRatiosRef_, tokenLinearCorrections_, tokenRecHitParameters_, uncalibRecHitsInEBToken_, and uncalibRecHitsInEEToken_.

108  {
109  //---- input
110  uncalibRecHitsInEBToken_ = consumes<InputProduct>(ps.getParameter<edm::InputTag>("uncalibrecHitsInLabelEB"));
111  uncalibRecHitsInEEToken_ = consumes<InputProduct>(ps.getParameter<edm::InputTag>("uncalibrecHitsInLabelEE"));
112 
113  //---- output
114  recHitsTokenEB_ = produces<OutputProduct>(ps.getParameter<std::string>("recHitsLabelEB"));
115  recHitsTokenEE_ = produces<OutputProduct>(ps.getParameter<std::string>("recHitsLabelEE"));
116 
117  bool killDeadChannels = ps.getParameter<bool>("killDeadChannels");
119 
120  configParameters_.EBLaserMIN = ps.getParameter<double>("EBLaserMIN");
121  configParameters_.EELaserMIN = ps.getParameter<double>("EELaserMIN");
122  configParameters_.EBLaserMAX = ps.getParameter<double>("EBLaserMAX");
123  configParameters_.EELaserMAX = ps.getParameter<double>("EELaserMAX");
124 
125  flagmask_ = 0;
128  flagmask_ |= 0x1 << EcalRecHit::kDead;
129  flagmask_ |= 0x1 << EcalRecHit::kKilled;
132 
134 
135  // for recovery and killing
136 
137  configParameters_.recoverEBIsolatedChannels = ps.getParameter<bool>("recoverEBIsolatedChannels");
138  configParameters_.recoverEEIsolatedChannels = ps.getParameter<bool>("recoverEEIsolatedChannels");
139  configParameters_.recoverEBVFE = ps.getParameter<bool>("recoverEBVFE");
140  configParameters_.recoverEEVFE = ps.getParameter<bool>("recoverEEVFE");
141  configParameters_.recoverEBFE = ps.getParameter<bool>("recoverEBFE");
142  configParameters_.recoverEEFE = ps.getParameter<bool>("recoverEEFE");
143 
144  // conditions tokens
145  tokenADCToGeVConstant_ = esConsumes<EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcd>();
146  tokenIntercalibConstants_ = esConsumes<EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcd>();
147  tokenChannelStatus_ = esConsumes<EcalRechitChannelStatusGPU, EcalChannelStatusRcd>();
148  tokenLaserAPDPNRatios_ = esConsumes<EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcd>();
149  tokenLaserAPDPNRatiosRef_ = esConsumes<EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcd>();
150  tokenLaserAlphas_ = esConsumes<EcalLaserAlphasGPU, EcalLaserAlphasRcd>();
151  tokenLinearCorrections_ = esConsumes<EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcd>();
152  tokenRecHitParameters_ = esConsumes<EcalRecHitParametersGPU, JobConfigurationGPURecord>();
153 }
edm::EDGetTokenT< InputProduct > uncalibRecHitsInEBToken_
edm::ESGetToken< EcalRecHitParametersGPU, JobConfigurationGPURecord > tokenRecHitParameters_
edm::ESGetToken< EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcd > tokenIntercalibConstants_
edm::EDPutTokenT< OutputProduct > recHitsTokenEB_
edm::EDPutTokenT< OutputProduct > recHitsTokenEE_
edm::ESGetToken< EcalLaserAlphasGPU, EcalLaserAlphasRcd > tokenLaserAlphas_
edm::EDGetTokenT< InputProduct > uncalibRecHitsInEEToken_
edm::ESGetToken< EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcd > tokenLinearCorrections_
edm::ESGetToken< EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcd > tokenADCToGeVConstant_
edm::ESGetToken< EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcd > tokenLaserAPDPNRatiosRef_
ecal::rechit::ConfigurationParameters configParameters_
edm::ESGetToken< EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcd > tokenLaserAPDPNRatios_
edm::ESGetToken< EcalRechitChannelStatusGPU, EcalChannelStatusRcd > tokenChannelStatus_

◆ ~EcalRecHitProducerGPU()

EcalRecHitProducerGPU::~EcalRecHitProducerGPU ( )
override

Definition at line 155 of file EcalRecHitProducerGPU.cc.

155 {}

Member Function Documentation

◆ acquire()

void EcalRecHitProducerGPU::acquire ( edm::Event const &  event,
edm::EventSetup const &  setup,
edm::WaitingTaskWithArenaHolder  holder 
)
overrideprivate

Definition at line 157 of file EcalRecHitProducerGPU.cc.

References ecal::rechit::EventOutputDataGPU::allocate(), ecal::rechit::ConfigurationParameters::ChannelStatusToBeExcluded, ecal::rechit::ConfigurationParameters::ChannelStatusToBeExcludedSize, submitPVValidationJobs::conditions, configParameters_, ecal::rechit::create_ecal_rehit(), cudaCheck, cudaState_, eventOutputDataGPU_, ecal::rechit::ConfigurationParameters::expanded_flagbit_v_DB_reco_flags, ecal::rechit::ConfigurationParameters::expanded_Sizes_v_DB_reco_flags, ecal::rechit::ConfigurationParameters::expanded_v_DB_reco_flags, ecal::rechit::ConfigurationParameters::expanded_v_DB_reco_flagsSize, EcalIntercalibConstantsGPU::getOffset(), EcalIntercalibConstantsGPU::getProduct(), EcalRecHitParametersGPU::getProduct(), EcalRecHitParametersGPU::getValues(), IntercalibConstantsHandle_, eostools::move(), neb_, nee_, recHitParametersHandle_, singleTopDQM_cfi::setup, tokenADCToGeVConstant_, tokenChannelStatus_, tokenIntercalibConstants_, tokenLaserAlphas_, tokenLaserAPDPNRatios_, tokenLaserAPDPNRatiosRef_, tokenLinearCorrections_, tokenRecHitParameters_, uncalibRecHitsInEBToken_, and uncalibRecHitsInEEToken_.

159  {
160  // cuda products
161  auto const& ebUncalibRecHitsProduct = event.get(uncalibRecHitsInEBToken_);
162  auto const& eeUncalibRecHitsProduct = event.get(uncalibRecHitsInEEToken_);
163  // raii
164  cms::cuda::ScopedContextAcquire ctx{ebUncalibRecHitsProduct, std::move(holder), cudaState_};
165  // get actual object
166  auto const& ebUncalibRecHits = ctx.get(ebUncalibRecHitsProduct);
167  auto const& eeUncalibRecHits = ctx.get(eeUncalibRecHitsProduct);
168 
169  ecal::rechit::EventInputDataGPU inputDataGPU{ebUncalibRecHits, eeUncalibRecHits};
170 
171  neb_ = ebUncalibRecHits.size;
172  nee_ = eeUncalibRecHits.size;
173 
174  // stop here if there are no uncalibRecHits
175  if (neb_ + nee_ == 0)
176  return;
177 
178  int nchannelsEB = ebUncalibRecHits.size; // --> offsetForInput, first EB and then EE
179 
180  // conditions
181  // - laser correction
182  // - IC
183  // - adt2gev
184 
185  //
188 
189  auto const& ADCToGeVConstantProduct = setup.getData(tokenADCToGeVConstant_).getProduct(ctx.stream());
190  auto const& IntercalibConstantsProduct = IntercalibConstantsHandle_->getProduct(ctx.stream());
191  auto const& ChannelStatusProduct = setup.getData(tokenChannelStatus_).getProduct(ctx.stream());
192 
193  auto const& LaserAPDPNRatiosProduct = setup.getData(tokenLaserAPDPNRatios_).getProduct(ctx.stream());
194  auto const& LaserAPDPNRatiosRefProduct = setup.getData(tokenLaserAPDPNRatiosRef_).getProduct(ctx.stream());
195  auto const& LaserAlphasProduct = setup.getData(tokenLaserAlphas_).getProduct(ctx.stream());
196  auto const& LinearCorrectionsProduct = setup.getData(tokenLinearCorrections_).getProduct(ctx.stream());
197  auto const& recHitParametersProduct = recHitParametersHandle_->getProduct(ctx.stream());
198 
199  // set config ptrs : this is done to avoid changing things downstream
200  configParameters_.ChannelStatusToBeExcluded = recHitParametersProduct.channelStatusToBeExcluded.get();
202  configParameters_.expanded_v_DB_reco_flags = recHitParametersProduct.expanded_v_DB_reco_flags.get();
203  configParameters_.expanded_Sizes_v_DB_reco_flags = recHitParametersProduct.expanded_Sizes_v_DB_reco_flags.get();
204  configParameters_.expanded_flagbit_v_DB_reco_flags = recHitParametersProduct.expanded_flagbit_v_DB_reco_flags.get();
206 
207  // bundle up conditions
208  ecal::rechit::ConditionsProducts conditions{ADCToGeVConstantProduct,
209  IntercalibConstantsProduct,
210  ChannelStatusProduct,
211  LaserAPDPNRatiosProduct,
212  LaserAPDPNRatiosRefProduct,
213  LaserAlphasProduct,
214  LinearCorrectionsProduct,
216 
217  // dev mem
219 
220  //
221  // schedule algorithms
222  //
223 
224  edm::TimeValue_t event_time = event.time().value();
225 
227  inputDataGPU, eventOutputDataGPU_, conditions, configParameters_, nchannelsEB, event_time, ctx.stream());
228 
229  cudaCheck(cudaGetLastError());
230 }
Product const & getProduct(cudaStream_t) const
edm::EDGetTokenT< InputProduct > uncalibRecHitsInEBToken_
edm::ESHandle< EcalRecHitParametersGPU > recHitParametersHandle_
ecal::rechit::EventOutputDataGPU eventOutputDataGPU_
edm::ESGetToken< EcalRecHitParametersGPU, JobConfigurationGPURecord > tokenRecHitParameters_
edm::ESHandle< EcalIntercalibConstantsGPU > IntercalibConstantsHandle_
edm::ESGetToken< EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcd > tokenIntercalibConstants_
edm::ESGetToken< EcalLaserAlphasGPU, EcalLaserAlphasRcd > tokenLaserAlphas_
void allocate(ConfigurationParameters const &configParameters, uint32_t sizeEB, uint32_t sizeEE, cudaStream_t cudaStream)
edm::EDGetTokenT< InputProduct > uncalibRecHitsInEEToken_
edm::ESGetToken< EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcd > tokenLinearCorrections_
std::tuple< intvec, intvec, uint32vec, uint32vec > getValues() const
unsigned long long TimeValue_t
Definition: Timestamp.h:21
edm::ESGetToken< EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcd > tokenADCToGeVConstant_
void create_ecal_rehit(EventInputDataGPU const &eventInputGPU, EventOutputDataGPU &eventOutputGPU, ConditionsProducts const &conditions, ConfigurationParameters const &configParameters, uint32_t const nChannelsBarrel, edm::TimeValue_t const event_time, cudaStream_t cudaStream)
Product const & getProduct(cudaStream_t) const
edm::ESGetToken< EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcd > tokenLaserAPDPNRatiosRef_
ecal::rechit::ConfigurationParameters configParameters_
edm::ESGetToken< EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcd > tokenLaserAPDPNRatios_
edm::ESGetToken< EcalRechitChannelStatusGPU, EcalChannelStatusRcd > tokenChannelStatus_
#define cudaCheck(ARG,...)
Definition: cudaCheck.h:69
cms::cuda::ContextState cudaState_
def move(src, dest)
Definition: eostools.py:511

◆ fillDescriptions()

void EcalRecHitProducerGPU::fillDescriptions ( edm::ConfigurationDescriptions confDesc)
static

Definition at line 89 of file EcalRecHitProducerGPU.cc.

References submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.

89  {
91 
92  desc.add<edm::InputTag>("uncalibrecHitsInLabelEB",
93  edm::InputTag("ecalUncalibRecHitProducerGPU", "EcalUncalibRecHitsEB"));
94  desc.add<edm::InputTag>("uncalibrecHitsInLabelEE",
95  edm::InputTag("ecalUncalibRecHitProducerGPU", "EcalUncalibRecHitsEE"));
96 
97  desc.add<std::string>("recHitsLabelEB", "EcalRecHitsGPUEB");
98  desc.add<std::string>("recHitsLabelEE", "EcalRecHitsGPUEE");
99 
100  desc.add<bool>("killDeadChannels", true);
101 
102  desc.add<double>("EBLaserMIN", 0.01);
103  desc.add<double>("EELaserMIN", 0.01);
104  desc.add<double>("EBLaserMAX", 30.0);
105  desc.add<double>("EELaserMAX", 30.0);
106 }

◆ produce()

void EcalRecHitProducerGPU::produce ( edm::Event event,
edm::EventSetup const &  setup 
)
overrideprivate

Definition at line 232 of file EcalRecHitProducerGPU.cc.

References cudaState_, eventOutputDataGPU_, eostools::move(), neb_, nee_, ecal::rechit::EventOutputDataGPU::recHitsEB, ecal::rechit::EventOutputDataGPU::recHitsEE, recHitsTokenEB_, and recHitsTokenEE_.

232  {
234 
237 
238  // put into the event
241 }
RecHit<::calo::common::DevStoragePolicy > recHitsEB
ecal::rechit::EventOutputDataGPU eventOutputDataGPU_
RecHit<::calo::common::DevStoragePolicy > recHitsEE
edm::EDPutTokenT< OutputProduct > recHitsTokenEB_
edm::EDPutTokenT< OutputProduct > recHitsTokenEE_
cms::cuda::ContextState cudaState_
def move(src, dest)
Definition: eostools.py:511
Definition: event.py:1

Member Data Documentation

◆ configParameters_

ecal::rechit::ConfigurationParameters EcalRecHitProducerGPU::configParameters_
private

Definition at line 64 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ cudaState_

cms::cuda::ContextState EcalRecHitProducerGPU::cudaState_
private

Definition at line 57 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and produce().

◆ eventOutputDataGPU_

ecal::rechit::EventOutputDataGPU EcalRecHitProducerGPU::eventOutputDataGPU_
private

Definition at line 55 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and produce().

◆ expanded_flagbit_v_DB_reco_flags_

std::vector<uint32_t> EcalRecHitProducerGPU::expanded_flagbit_v_DB_reco_flags_
private

Definition at line 84 of file EcalRecHitProducerGPU.cc.

◆ expanded_Sizes_v_DB_reco_flags_

std::vector<uint32_t> EcalRecHitProducerGPU::expanded_Sizes_v_DB_reco_flags_
private

Definition at line 83 of file EcalRecHitProducerGPU.cc.

◆ expanded_v_DB_reco_flags_

std::vector<int> EcalRecHitProducerGPU::expanded_v_DB_reco_flags_
private

Definition at line 82 of file EcalRecHitProducerGPU.cc.

◆ flagmask_

uint32_t EcalRecHitProducerGPU::flagmask_
private

Definition at line 86 of file EcalRecHitProducerGPU.cc.

Referenced by EcalRecHitProducerGPU().

◆ IntercalibConstantsHandle_

edm::ESHandle<EcalIntercalibConstantsGPU> EcalRecHitProducerGPU::IntercalibConstantsHandle_
private

Definition at line 77 of file EcalRecHitProducerGPU.cc.

Referenced by acquire().

◆ neb_

uint32_t EcalRecHitProducerGPU::neb_
private

Definition at line 47 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and produce().

◆ nee_

uint32_t EcalRecHitProducerGPU::nee_
private

Definition at line 47 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and produce().

◆ recHitParametersHandle_

edm::ESHandle<EcalRecHitParametersGPU> EcalRecHitProducerGPU::recHitParametersHandle_
private

Definition at line 78 of file EcalRecHitProducerGPU.cc.

Referenced by acquire().

◆ recHitsTokenEB_

edm::EDPutTokenT<OutputProduct> EcalRecHitProducerGPU::recHitsTokenEB_
private

Definition at line 61 of file EcalRecHitProducerGPU.cc.

Referenced by EcalRecHitProducerGPU(), and produce().

◆ recHitsTokenEE_

edm::EDPutTokenT<OutputProduct> EcalRecHitProducerGPU::recHitsTokenEE_
private

Definition at line 61 of file EcalRecHitProducerGPU.cc.

Referenced by EcalRecHitProducerGPU(), and produce().

◆ tokenADCToGeVConstant_

edm::ESGetToken<EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcd> EcalRecHitProducerGPU::tokenADCToGeVConstant_
private

Definition at line 67 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenChannelStatus_

edm::ESGetToken<EcalRechitChannelStatusGPU, EcalChannelStatusRcd> EcalRecHitProducerGPU::tokenChannelStatus_
private

Definition at line 69 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenIntercalibConstants_

edm::ESGetToken<EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcd> EcalRecHitProducerGPU::tokenIntercalibConstants_
private

Definition at line 68 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenLaserAlphas_

edm::ESGetToken<EcalLaserAlphasGPU, EcalLaserAlphasRcd> EcalRecHitProducerGPU::tokenLaserAlphas_
private

Definition at line 72 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenLaserAPDPNRatios_

edm::ESGetToken<EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcd> EcalRecHitProducerGPU::tokenLaserAPDPNRatios_
private

Definition at line 70 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenLaserAPDPNRatiosRef_

edm::ESGetToken<EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcd> EcalRecHitProducerGPU::tokenLaserAPDPNRatiosRef_
private

Definition at line 71 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenLinearCorrections_

edm::ESGetToken<EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcd> EcalRecHitProducerGPU::tokenLinearCorrections_
private

Definition at line 73 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ tokenRecHitParameters_

edm::ESGetToken<EcalRecHitParametersGPU, JobConfigurationGPURecord> EcalRecHitProducerGPU::tokenRecHitParameters_
private

Definition at line 74 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ uncalibRecHitsInEBToken_

edm::EDGetTokenT<InputProduct> EcalRecHitProducerGPU::uncalibRecHitsInEBToken_
private

Definition at line 51 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().

◆ uncalibRecHitsInEEToken_

edm::EDGetTokenT<InputProduct> EcalRecHitProducerGPU::uncalibRecHitsInEEToken_
private

Definition at line 52 of file EcalRecHitProducerGPU.cc.

Referenced by acquire(), and EcalRecHitProducerGPU().