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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ A single-value "integrated" occupancy estimator for a given collision can be cal
465
465
float occupancyByFT0C = col.ft0cOccupancyInTimeRange(); // range: from 0 up to ~150k
466
466
```
467
467
468
-
Notes:
468
+
_Notes:_
469
469
- Both occupancy estimators are pre-calculated per each collision in the event selection routine, [EventSelectionModule.h](https://github.com/AliceO2Group/O2Physics/blob/daily-20251029-0000/Common/Tools/EventSelectionModule.h#L1361).
470
470
- In the occupancy calculation, multiplicities of nearby collisions are "weighted" according to their time separation from a collision-of-interest, to reflect the "severity" of their influence on that collision
471
471
- Estimators return `-1` if a given collision is close to Time Frame borders (so, not enough information for the occupancy calculation, while we need information within -40 µs...+100 µs time range wrt a given collision), event loss ~1.2%.
@@ -475,7 +475,7 @@ Notes:
475
475
476
476
In addition to the occupancy estimators described above, several special event selection bits are implemented to better clean up various nearby effects from other collisions (related not only the TPC but also the ITS, e.g. due to high occupancies in the ITS Readout Frames).
477
477
478
-
The following table summarizes the event selection bits used to mitigate occupancy effects in Pb-Pb:
478
+
The following table summarizes the event selection bits that can help to mitigate the occupancy effects:
@@ -516,6 +516,8 @@ Note that TPC-related occupancy effects are most pronounced in Pb–Pb runs, how
516
516
- These dead periods correlate also with **drops in ITS–TPC matching efficiency**.
517
517
- The effect appears both in **A-A** and **pp** data.
518
518
519
+
For more details, see the [report at DPG AOT meeting, Jan 2025](https://indico.cern.ch/event/1493023/#3-rejection-of-events-with-dea).
520
+
519
521
### Using special event selection bits
520
522
521
523
To reject events recorded during the affected time intervals, several event selection bits were introduced in O2Physics ([PR #9038](https://github.com/AliceO2Group/O2Physics/pull/9038), Dec 2024):
0 commit comments