49 findingRecord<SiStripThresholdRcd>();
70 auto threshold = std::make_unique<SiStripThreshold>();
78 LogDebug(
"SiStripThresholdFakeESSource::produce")
79 <<
"detid: " << elm.first <<
" \t"
80 <<
"firstStrip: " <<
strip <<
" \t" << theSiStripVector.back().getFirstStrip() <<
" \t"
81 <<
"lTh: " <<
m_lTh <<
" \t" << theSiStripVector.back().getLth() <<
" \t"
82 <<
"hTh: " <<
m_hTh <<
" \t" << theSiStripVector.back().getHth() <<
" \t"
83 <<
"FirstStrip_and_Hth: " << theSiStripVector.back().FirstStrip_and_Hth <<
" \t";
85 if (!
threshold->put(elm.first, theSiStripVector)) {
86 edm::LogError(
"SiStripThresholdFakeESSource::produce ") <<
" detid already exists";