Skip to content

Commit 1a4a485

Browse files
authored
Merge pull request #345 from altsybee/master
update of evSel doc: adding a figure for ROF border effect
2 parents 796b28f + 4a6df65 commit 1a4a485

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/analysis-tools/EventSelection.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Additional effect takes place at the **beginning of the next TF**, where the rec
278278
- this causes a sharp drop in ITS cluster and track counts at ROF edges.
279279
- The effect is **particle-dependent**, e.g. protons (larger dE/dx) are recorded earlier than pions—leading to small PID-dependent distortions near borders.
280280
281+
281282
**Mitigation in event selection**
282283
- The selection bit `kNoITSROFrameBorder` rejects events near ITS ROF edges:
283284
- 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
288289
```
289290
- 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).
290291
292+
The effect on ```<nITSclusters>``` per track in Data and MC is shown in the following example figure:
293+
294+
<div align="center">
295+
<img src="ROF_border_pp_data_vs_MC.png" width="80%">
296+
</div>
297+
298+
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+
291302
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).
292303
293304
294305
### Integration into event selection
295306
- 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.
296307
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+
297310
## Occupancy estimation
298311
299312
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.
182 KB
Loading

0 commit comments

Comments
 (0)