Commit e715728
TPC: centralize correction map building in TPCScalerSpec
`TPCScalerSpec` now owns the full correction map pipeline: loads maps from CCDB, applies luminosity scaling and M-shape corrections, applies VDrift into the final map, and publishes a single merged `TPCFastTransformPOD` (`TPC/TPCCORRMAP`) plus instantaneous CTP lumi (`CTP/LUMICTP`) each TF.
Downstream consumers (ITS-TPC matcher, TRD, TOF, secondary vertexing, GPU reco, etc.) are simplified: lumi scale options removed from constructors, `corrMapsLoader.updateVDrift()` / `corrMapsLoader.accountCCDBInputs()` / `corrMapsLoader.init()` calls dropped, and `requestCCDBInputs()` replaced by `requestInputs()` subscribing only to the two new outputs.
`TPCScalerSpec` is now always added unconditionally.
`CorrectionMapsHelper` is reduced to a thin wrapper around `TPCFastTransformPOD*`; full lumi-scaling state moves to the new `CorrectionMapsHelperFull` / `CorrectionMapsLoaderFull` used only inside `TPCScalerSpec`. `TPCFastTransformPOD` gains a flat buffer offset table and `interpolateAtUZeroCopy()` for correct spline evaluation on zero-copy shared memory paths.1 parent e7474a4 commit e715728
File tree
76 files changed
+1257
-1122
lines changed- Detectors
- Align/Workflow
- include/AlignmentWorkflow
- src
- GlobalTrackingWorkflow
- include/GlobalTrackingWorkflow
- src
- study
- include/GlobalTrackingStudy
- src
- GlobalTracking/src
- TPC
- calibration
- include/TPCCalibration
- src
- reconstruction
- include/TPCReconstruction
- src
- test
- workflow
- include/TPCWorkflow
- src
- TRD/workflow
- include/TRDWorkflow
- src
- GPU
- GPUTracking
- Base
- DataTypes
- Global
- Merger
- TPCConvert
- qa
- TPCFastTransformation
- Workflow
- include/GPUWorkflow
- src
- prodtests/full-system-test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+1257
-1122
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 91 | + | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
184 | 179 | | |
185 | 180 | | |
186 | 181 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 182 | | |
191 | 183 | | |
192 | 184 | | |
| |||
278 | 270 | | |
279 | 271 | | |
280 | 272 | | |
281 | | - | |
| 273 | + | |
282 | 274 | | |
283 | 275 | | |
284 | 276 | | |
| |||
288 | 280 | | |
289 | 281 | | |
290 | 282 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | 283 | | |
295 | 284 | | |
296 | 285 | | |
| |||
314 | 303 | | |
315 | 304 | | |
316 | 305 | | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | 306 | | |
321 | 307 | | |
322 | 308 | | |
| |||
374 | 360 | | |
375 | 361 | | |
376 | 362 | | |
377 | | - | |
| 363 | + | |
378 | 364 | | |
379 | 365 | | |
380 | 366 | | |
| |||
399 | 385 | | |
400 | 386 | | |
401 | 387 | | |
402 | | - | |
| 388 | + | |
403 | 389 | | |
404 | 390 | | |
405 | 391 | | |
| |||
417 | 403 | | |
418 | 404 | | |
419 | 405 | | |
420 | | - | |
| 406 | + | |
421 | 407 | | |
422 | 408 | | |
423 | 409 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
152 | | - | |
| 150 | + | |
| 151 | + | |
153 | 152 | | |
154 | 153 | | |
155 | | - | |
| 154 | + | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2087 | 2087 | | |
2088 | 2088 | | |
2089 | 2089 | | |
| 2090 | + | |
2090 | 2091 | | |
2091 | 2092 | | |
2092 | 2093 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 4 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 65 | + | |
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
| |||
92 | 87 | | |
93 | 88 | | |
94 | 89 | | |
95 | | - | |
96 | 90 | | |
97 | 91 | | |
98 | 92 | | |
| |||
132 | 126 | | |
133 | 127 | | |
134 | 128 | | |
135 | | - | |
136 | 129 | | |
137 | 130 | | |
138 | | - | |
139 | 131 | | |
140 | 132 | | |
141 | 133 | | |
| |||
145 | 137 | | |
146 | 138 | | |
147 | 139 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | 140 | | |
153 | 141 | | |
154 | 142 | | |
| |||
160 | 148 | | |
161 | 149 | | |
162 | 150 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 151 | | |
167 | 152 | | |
168 | 153 | | |
| |||
177 | 162 | | |
178 | 163 | | |
179 | 164 | | |
180 | | - | |
| 165 | + | |
181 | 166 | | |
182 | 167 | | |
183 | 168 | | |
| |||
203 | 188 | | |
204 | 189 | | |
205 | 190 | | |
206 | | - | |
| 191 | + | |
207 | 192 | | |
208 | 193 | | |
209 | 194 | | |
210 | 195 | | |
211 | 196 | | |
212 | | - | |
| 197 | + | |
213 | 198 | | |
214 | 199 | | |
215 | 200 | | |
| |||
0 commit comments