You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/analysis-tools/EventSelection.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,7 @@ Additional effect takes place at the **beginning of the next TF**, where the rec
278
278
- this causes a sharp drop in ITS cluster and track counts at ROF edges.
279
279
- The effect is **particle-dependent**, e.g. protons (larger dE/dx) are recorded earlier than pions—leading to small PID-dependent distortions near borders.
280
280
281
+
281
282
**Mitigation in event selection**
282
283
- The selection bit `kNoITSROFrameBorder` rejects events near ITS ROF edges:
283
284
- removes collisions within **10 BCs** at the beginning and **20 BCs** at the end of each ROF
@@ -288,12 +289,24 @@ Additional effect takes place at the **beginning of the next TF**, where the rec
288
289
```
289
290
- Note that this cut also helps to remove collisions at the ROF borders in the MFT detector (where the same chips as in the ITS are used, and the MFT ROFs are time-aligned with the ITS ROFs).
290
291
292
+
The effect on ```<nITSclusters>``` per track in Data and MC is shown in the following example figure:
The "position" of the dip varies slightly in different runs, but it's always in the BC range -20...+10 wrt nominal ROF border.
299
+
In MC, the effect is simulated via a chip response function, and the magnitude is visibly underestimated (in some PWGs, there was a recommendation to bypass the ```kNoITSROFrameBorder``` selection to keep more events in MC for analysis).
300
+
301
+
291
302
More details on the TF and ROF border effects and cuts can be found e.g. in slides 2-17 of [presentation (November 2024)](https://indico.cern.ch/event/1453901/timetable/#6-event-selection-in-run3).
292
303
293
304
294
305
### Integration into event selection
295
306
- Since April 2024, both the **Time Frame border** and **ITS Readout Frame border** cuts are combined with the ``kIsTriggerTVX`` condition via logical _and_ in the `sel8` event-selection bit, ensuring events used for analysis are free from TF and ROF boundary artifacts.
296
307
308
+
Please note that for pp 2026 data the so-called cross-ROF reconstruction will be used for the ITS, so the **ITS Readout Frame border** cut (i.e. the ```kNoITSROFrameBorder``` bit) will be excluded from `sel8` for the pp 2026 periods (data and MC).
309
+
297
310
## Occupancy estimation
298
311
299
312
In ALICE Run 3 Pb–Pb collisions, **occupancy effects** in the TPC refer to the deterioration of the quality of an event’s TPC clusters by signals from other nearby collisions within the TPC drift time window.
0 commit comments