diff --git a/docs/analysis-tools/EventSelection.md b/docs/analysis-tools/EventSelection.md index e5ff8d97..4881272f 100644 --- a/docs/analysis-tools/EventSelection.md +++ b/docs/analysis-tools/EventSelection.md @@ -278,6 +278,7 @@ Additional effect takes place at the **beginning of the next TF**, where the rec - this causes a sharp drop in ITS cluster and track counts at ROF edges. - The effect is **particle-dependent**, e.g. protons (larger dE/dx) are recorded earlier than pions—leading to small PID-dependent distortions near borders. + **Mitigation in event selection** - The selection bit `kNoITSROFrameBorder` rejects events near ITS ROF edges: - 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 ``` - 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). +The effect on `````` 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. +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). + + 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). ### Integration into event selection - 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. +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). + ## Occupancy estimation 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. diff --git a/docs/analysis-tools/ROF_border_pp_data_vs_MC.png b/docs/analysis-tools/ROF_border_pp_data_vs_MC.png new file mode 100644 index 00000000..e5ff8d6c Binary files /dev/null and b/docs/analysis-tools/ROF_border_pp_data_vs_MC.png differ