Commit ccb64dd
TPC: add ITS-TPC combined-momentum sampling trigger (#15599)
Add a third sampling trigger bit for tracks with matched ITS-TPC
combined momentum. The new trigger uses the Tsallis sampling function on
the combined-track pT instead of the TPC-only pT and stores the
corresponding weight as weight_ITSTPC.
This extends the existing trigger mask scheme:
0x1: minimum-bias sampling
0x2: Tsallis sampling using TPC-only track pT
0x4: Tsallis sampling using ITS-TPC combined-track pT
The output condition is updated so tracks selected by the new ITS-TPC
sampling path are written even when they are not selected by the existing
TPC-only or minimum-bias triggers.
Motivation:
sampling only on TPC-only momentum can bias correlated observables such
as qpt_TPC - qpt_Comb. The new trigger provides a dedicated sampled
stream for combined-track performance studies while preserving the
existing TPC-only and minimum-bias sampling streams.
Co-authored-by: miranov25 <marian.ivanov@cern.cg>1 parent 4bda43c commit ccb64dd
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
| 1327 | + | |
1327 | 1328 | | |
| 1329 | + | |
1328 | 1330 | | |
1329 | 1331 | | |
1330 | 1332 | | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
1331 | 1336 | | |
1332 | | - | |
| 1337 | + | |
1333 | 1338 | | |
1334 | 1339 | | |
1335 | 1340 | | |
| |||
1384 | 1389 | | |
1385 | 1390 | | |
1386 | 1391 | | |
1387 | | - | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
1388 | 1397 | | |
1389 | 1398 | | |
1390 | 1399 | | |
| |||
1435 | 1444 | | |
1436 | 1445 | | |
1437 | 1446 | | |
| 1447 | + | |
1438 | 1448 | | |
1439 | 1449 | | |
1440 | 1450 | | |
| |||
0 commit comments