Function executing the algorithm.
42 {
43
44
45
46 std::unique_ptr<jFEXDBCondData> writeDBTool(std::make_unique<jFEXDBCondData>() );
47
48
50 if (writeCHandle.isValid()) {
52 return StatusCode::SUCCESS;
53 }
54
55
56
57 bool validTimeStamp = (ctx.eventID().time_stamp() <
m_dbBeginTimestamp) ? false :
true;
59 validTimeStamp = true;
60
61
63
64 bool useDBparams = (!anyKeyEmpty && validTimeStamp);
65
66
67
68
69
70
71 std::vector<std::vector<int>> jJCalibParams(6, std::vector<int>(25, 0));
72
75
76
77 if (load_jFexModuleSet.
isValid() and load_jFexModuleSet->size() == 6) {
78
79
80 writeCHandle.addDependency(load_jFexModuleSet);
81
83 for (auto itr = load_jFexModuleSet->begin(); itr != load_jFexModuleSet->end(); ++itr) {
84
86 const std::string
s((
char*)
blob.startingAddress(),
blob.size());
87 nlohmann::json attrList = nlohmann::json::parse(s);
88
89 if(attrList["JetCalib"] == nullptr) {
91 return StatusCode::FAILURE;
92 }
93
94 const std::vector<int> v_tmp(attrList["JetCalib"]);
95 if ( not(v_tmp.size() == 9 || v_tmp.size() == 8 || v_tmp.size() == 25 ) ){
97 return StatusCode::FAILURE;
98 }
99
100 jJCalibParams[
mod] = std::move(v_tmp);
102 }
103
104 }
105 else{
107 return StatusCode::FAILURE;
108 }
109 }
110 else{
111
112
113 for(unsigned int fex=0; fex<6; fex++){
116 }
117 }
118 }
119
120 writeDBTool->set_jJCalibParam(jJCalibParams);
121
122
123
124
125
126
127
128
129
142
143
146
147 const std::vector<std::string> myStrings{ "PileUpCorrectionJet", "PileUpCorrectionMET", "PileUpThresholdLowEm", "PileUpThresholdHighEm", "PileUpThresholdLowHadLar", "PileUpThresholdHighHadLar", "PileUpThresholdLowHadHecOverlap", "PileUpThresholdHighHadHecOverlap", "PileUpThresholdLowHadTrex", "PileUpThresholdHighHadTrex", "PileUpThresholdLowFcal", "PileUpThresholdHighFcal" };
148
149 if (load_SystemSet.
isValid()) {
150
151
152 writeCHandle.addDependency(load_SystemSet);
153
154 for (auto itr = load_SystemSet->begin(); itr != load_SystemSet->end(); ++itr) {
155
157 const std::string
s((
char*)
blob.startingAddress(),
blob.size());
158 nlohmann::json attrList = nlohmann::json::parse(s);
159
160 try {
161
162
163 bool allitemsPresent = true;
164 for(const auto & name:myStrings ) {
165 allitemsPresent = allitemsPresent && attrList.contains(name);
166 }
167 if(allitemsPresent) {
168 PileUpCorrectionJet = (
bool) attrList[myStrings.at( 0)];
169 PileUpCorrectionMET = (
bool) attrList[myStrings.at( 1)];
170 PileUpThresholdLowEm = (
int) attrList[myStrings.at( 2)];
171 PileUpThresholdHighEm = (
int) attrList[myStrings.at( 3)];
172 PileUpThresholdLowHadLar = (
int) attrList[myStrings.at( 4)];
173 PileUpThresholdHighHadLar = (
int) attrList[myStrings.at( 5)];
174 PileUpThresholdLowHadHecOverlap = (
int) attrList[myStrings.at( 6)];
175 PileUpThresholdHighHadHecOverlap = (
int) attrList[myStrings.at( 7)];
176 PileUpThresholdLowHadTrex = (
int) attrList[myStrings.at( 8)];
177 PileUpThresholdHighHadTrex = (
int) attrList[myStrings.at( 9)];
178 PileUpThresholdLowFcal = (
int) attrList[myStrings.at(10)];
179 PileUpThresholdHighFcal = (
int) attrList[myStrings.at(11)];
180
181 }
182 else {
183 throw (uint16_t) itr->first;
184 }
185 }
186 catch(uint16_t errTower) {
187 ATH_MSG_DEBUG(
"Loading Pileup values for jFEX ID A:"<<errTower <<
". Some towers are not used anymore. Skipping");
188 }
189 }
190 }
191 else {
193 return StatusCode::FAILURE;
194 }
195 }
196
197 writeDBTool->set_doPileUpJet(PileUpCorrectionJet);
198 writeDBTool->set_doPileUpMet(PileUpCorrectionMET);
199 writeDBTool->set_PUThrLowEm(PileUpThresholdLowEm);
200 writeDBTool->set_PUThrHighEm(PileUpThresholdHighEm);
201 writeDBTool->set_PUThrLowHadLar(PileUpThresholdLowHadLar);
202 writeDBTool->set_PUThrHighHadLar(PileUpThresholdHighHadLar);
203 writeDBTool->set_PUThrLowHadHecOverlap(PileUpThresholdLowHadHecOverlap);
204 writeDBTool->set_PUThrHighHadHecOverlap(PileUpThresholdHighHadHecOverlap);
205 writeDBTool->set_PUThrLowHadTrex(PileUpThresholdLowHadTrex);
206 writeDBTool->set_PUThrHighHadTrex(PileUpThresholdHighHadTrex);
207 writeDBTool->set_PUThrLowFcal(PileUpThresholdLowFcal);
208 writeDBTool->set_PUThrHighFcal(PileUpThresholdHighFcal);
209
210
211
212
213
214
215
216
217
218 std::unordered_map< uint16_t, std::array<uint16_t,4> > NoiseCuts;
219
220
221
222 std::unordered_map< uint16_t, std::array<uint16_t,4> > PileUpWeight;
223
224
226
227 SG::ReadCondHandle <CondAttrListCollection> load_jFexNoiseCut{
m_JfexNoiseCutsKey, ctx };
228
229 std::vector<std::string> myStringsNoise;
230
231 if (PileUpCorrectionJet == 0 and PileUpCorrectionMET == 0)
232 myStringsNoise = { "CutJetEM", "CutJetHad", "CutMetEM", "CutMetHad" };
233 else if (PileUpCorrectionJet == 1 and PileUpCorrectionMET == 0)
234 myStringsNoise = { "CutJetPUEM", "CutJetPUHad", "CutMetEM", "CutMetHad" };
235 else if (PileUpCorrectionJet == 0 and PileUpCorrectionMET == 1)
236 myStringsNoise = { "CutJetEM", "CutJetHad", "CutMetPUEM", "CutMetPUHad" };
237 else
238 myStringsNoise = { "CutJetPUEM", "CutJetPUHad", "CutMetPUEM", "CutMetPUHad" };
239
240 const std::vector<std::string> myStringsPileup{ "PileUpWeightEM", "PileUpWeightHad", "InverseWeightEM", "InverseWeightHad" };
241
242
243 if (load_jFexNoiseCut.
isValid()) {
244
245
246 writeCHandle.addDependency(load_jFexNoiseCut);
247
248 writeDBTool->set_sendDefaults(false);
249
250 for (auto itr = load_jFexNoiseCut->begin(); itr != load_jFexNoiseCut->end(); ++itr) {
251
253 const std::string
s((
char*)
blob.startingAddress(),
blob.size());
254 nlohmann::json attrList = nlohmann::json::parse(s);
255
256
257
258 try {
259
260 bool allitemsPresent = true;
261 for(const auto & name:myStringsNoise ) {
262 allitemsPresent = allitemsPresent && attrList.contains(name);
263 }
264
265 if( allitemsPresent ) {
266 NoiseCuts[ (
uint16_t) itr->first ]= { {(uint16_t) attrList[myStringsNoise.at(0)],(
uint16_t) attrList[myStringsNoise.at(1)],(
uint16_t) attrList[myStringsNoise.at(2)],(
uint16_t) attrList[myStringsNoise.at(3)]} };
267 }
268 else {
269 throw (uint16_t) itr->first;
270 }
271 }
272 catch(uint16_t errTower) {
273 ATH_MSG_DEBUG(
"Loading Pileup values for jFEX ID B:"<<errTower <<
". Some towers are not used anymore. Skipping");
274 NoiseCuts[ (
uint16_t) itr->first ] = {0, 0, 0, 0};
275 }
276
277
278
279 try {
280
281 bool allitemsPresent = true;
282 for(const auto & name:myStringsPileup ) {
283 allitemsPresent = allitemsPresent && attrList.contains(name);
284 }
285
286 if( allitemsPresent ) {
287 PileUpWeight[ (
uint16_t) itr->first ]= { {(uint16_t) attrList[myStringsPileup.at(0)],(
uint16_t) attrList[myStringsPileup.at(1)],(
uint16_t) attrList[myStringsPileup.at(2)],(
uint16_t) attrList[myStringsPileup.at(3)]} };
288 }
289 else {
290 throw (uint16_t) itr->first;
291 }
292 }
293 catch(uint16_t errTower) {
294 ATH_MSG_DEBUG(
"Loading Pileup values for jFEX ID C:"<<errTower <<
". Some towers are not used anymore. Skipping");
295 PileUpWeight[ (
uint16_t) itr->first ] = {0, 0, 0, 0};
296 }
297 }
298
299 }
300 else {
302 return StatusCode::FAILURE;
303 }
304 }
305 else{
310
315 }
316
317
318 writeDBTool->set_NoiseCuts(NoiseCuts);
319 writeDBTool->set_PileUpValues(PileUpWeight);
320
322
323 std::stringstream myprint;
324 if (useDBparams)
326 else
327 myprint << "JfexModuleSettings obtained from jDBdefaults"<< std::endl;
328 myprint << "jJCalibParam:" << std::endl;
329
330 for(
int mod=0;
mod<6;
mod++) {
331 myprint <<
"jFEX"<<
mod<<
" - ";
333 myprint << writeDBTool->get_jJCalibParam(mod,range)<< " ";
334 }
335 myprint << std::endl;
336 }
337 myprint << std::endl;
338
340
341
342 std::stringstream myprint1;
343
344 if (useDBparams)
346 else
347 myprint1 << "JfexSystemSettings obtained from jDBdefaults"<< std::endl;
348
349 myprint1 << "System setting parameters: " <<std::endl;
350 myprint1 << "PileUpCorrectionJet: " << writeDBTool->get_doPileUpJet() <<std::endl;
351 myprint1 << "PileUpCorrectionMET: " << writeDBTool->get_doPileUpMet() <<std::endl;
352 myprint1 << "PileUpThresholdLowEm: " << writeDBTool->get_PUThrLowEm() <<std::endl;
353 myprint1 << "PileUpThresholdHighEm: " << writeDBTool->get_PUThrHighEm() <<std::endl;
354 myprint1 << "PileUpThresholdLowHadLar: " << writeDBTool->get_PUThrLowHadLar() <<std::endl;
355 myprint1 << "PileUpThresholdHighHadLar: " << writeDBTool->get_PUThrHighHadLar() <<std::endl;
356 myprint1 << "PileUpThresholdLowHadHecOverlap: " << writeDBTool->get_PUThrLowHadHecOverlap() <<std::endl;
357 myprint1 << "PileUpThresholdHighHadHecOverlap: "<< writeDBTool->get_PUThrHighHadHecOverlap()<<std::endl;
358 myprint1 << "PileUpThresholdLowHadTrex: " << writeDBTool->get_PUThrLowHadTrex() <<std::endl;
359 myprint1 << "PileUpThresholdHighHadTrex: " << writeDBTool->get_PUThrHighHadTrex() <<std::endl;
360 myprint1 << "PileUpThresholdLowFcal: " << writeDBTool->get_PUThrLowFcal() <<std::endl;
361 myprint1 << "PileUpThresholdHighFcal: " << writeDBTool->get_PUThrHighFcal() <<std::endl;
362
364
365 std::stringstream myprint2;
366
367 if (useDBparams)
368 myprint2 <<
"Parameters obtained from m_JfexNoiseCutsKey: "<<
m_JfexNoiseCutsKey << std::endl;
369 else
370 myprint2 << "JfexNoiseCuts obtained from jDBdefaults"<< std::endl;
371
372 for( const auto& [key, value] : NoiseCuts) {
373 const auto [CutJetEM, CutJetHad, CutMetEM, CutMetHad] =
value;
374 const auto [PileUpWeightEM, PileUpWeightHad, InverseWeightEM, InverseWeightHad] = PileUpWeight[
key];
375
376 myprint2 <<
"OnlineID: 0x"<< std::hex<<
key<<std::dec<<
" - CutJetEM: "<< CutJetEM<<
", CutJetHad:"<< CutJetHad<<
", CutMetEM:"<< CutMetEM<<
", CutMetHad:"<< CutMetHad<<
", PileUpWeightEM: "<< PileUpWeightEM<<
", PileUpWeightHad:"<< PileUpWeightHad<<
", InverseWeightEM:"<< InverseWeightEM<<
", InverseWeightHad:"<< InverseWeightHad<< std::endl;
377 }
378
380
381 }
382
383
384
385
386 if (!useDBparams) {
388 }
389
390
391 if (writeCHandle.record(std::move(writeDBTool)).isFailure()) {
392 ATH_MSG_ERROR(
"Could not record " << writeCHandle.key() <<
" with EventRange " << writeCHandle.getRange() <<
" into Conditions Store");
393 return StatusCode::FAILURE;
394 }
395 ATH_MSG_INFO(
"Recorded " << writeCHandle.key() <<
" with EventRange " << writeCHandle.getRange() <<
" into Conditions Store");
396
397 return StatusCode::SUCCESS;
398
399}
char data[hepevt_bytes_allocation_ATLAS]
bool msgLvl(const MSG::Level lvl) const
static EventIDRange infiniteRunLB()
Produces an EventIDRange that is infinite in RunLumi and invalid in Time.
SG::ReadCondHandleKey< CondAttrListCollection > m_JfexNoiseCutsKey
SG::ReadCondHandleKey< CondAttrListCollection > m_JfexSystemSettingsKey
SG::WriteCondHandleKey< jFEXDBCondData > m_jFEXDBParamsKey
Gaudi::Property< bool > m_isMC
UnsignedIntegerProperty m_dbBeginTimestamp
SG::ReadCondHandleKey< CondAttrListCollection > m_JfexModuleSettingsKey
static constexpr int PileUpThresholdHighHadLar
static constexpr int PileUpThresholdHighEm
static constexpr std::array< uint16_t, 4 > NoiseCuts_LATOME_HEC
static constexpr bool PileUpCorrectionJet
static constexpr int PileUpThresholdLowFcal
static constexpr int PileUpThresholdLowHadTrex
static constexpr int PileUpThresholdLowHadHecOverlap
static constexpr std::array< uint16_t, 4 > NoiseCuts_FCAL
static constexpr std::array< uint16_t, 4 > PileUpWeight_default
static constexpr std::array< uint16_t, 4 > NoiseCuts_LATOME_TILE
static constexpr int PileUpThresholdHighHadTrex
static constexpr int PileUpThresholdHighFcal
static constexpr int PileUpThresholdLowEm
static constexpr int jJCalibParams[6][25]
static constexpr bool PileUpCorrectionMET
static constexpr int PileUpThresholdLowHadLar
static constexpr int PileUpThresholdHighHadHecOverlap
setBGCode setTAP setLVL2ErrorBits bool