Commit 01caa90
[EMCAL-565, EMCAL-566] Add optional shift to match CTP and EMC bcs
- During data taking this year, the CTP bc information was shifted by 3bcs compared to the EMCalbc. This would not enable a correct trigger selection in the online calibration and hence the calibration would be biased
- The additional shift can be set via the EMCALCalibParams, its default value is 0
- The loop over the ctp information was moved from within the EMCal trigger loop to before the loop to speed-up the code further. The bc ids with the correct trigger present are stored in a vector to allow the selection in the trigger loop1 parent e7d9c83 commit 01caa90
2 files changed
Lines changed: 20 additions & 23 deletions
File tree
- Detectors/EMCAL/calibration
- include/EMCALCalibration
- testWorkflow
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
Lines changed: 19 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
238 | 255 | | |
239 | 256 | | |
240 | 257 | | |
| |||
259 | 276 | | |
260 | 277 | | |
261 | 278 | | |
262 | | - | |
263 | 279 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 280 | + | |
| 281 | + | |
286 | 282 | | |
287 | 283 | | |
288 | 284 | | |
| |||
0 commit comments