Skip to content

Commit 5500d99

Browse files
authored
ev sel docs: small text fixes
1 parent 5ee0cae commit 5500d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/analysis-tools/EventSelection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ In addition ```EvSels``` table contains additional info:
5151

5252
```BcSels``` and ```EvSels``` tables are produced by _BcSelectionModule_ and _EventSelectionModule_, respectively, see [`O2Physics/Common/Tools/EventSelectionModule.h`](https://github.com/AliceO2Group/O2Physics/blob/master/Common/Tools/EventSelectionModule.h),
5353
the process functions are called from the task [`O2Physics/Common/TableProducer/eventSelectionService.cxx`](https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/eventSelectionService.cxx).
54-
There are separate process functions for Run 2 and Run 3 in both modules. The `eventSelectionService` autodetects if the dataset being analysed is Run 2 or 3.
54+
There are separate process functions for Run 2 and Run 3 in both modules, and the `eventSelectionService` autodetects if the dataset being analysed is Run 2 or 3.
5555

5656
```note
57-
Previously (until July 2025), the ```BcSels``` and ```EvSels``` tables were produced in the [`O2Physics/Common/TableProducer/eventSelection.cxx`](https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/eventSelection.cxx) task.
57+
Previously (until July 2025), the `BcSels` and `EvSels` tables were produced in the [`O2Physics/Common/TableProducer/eventSelection.cxx`](https://github.com/AliceO2Group/O2Physics/blob/master/Common/TableProducer/eventSelection.cxx) task.
5858
This task is now deprecated and obsolete (and will be removed). All ongoing developments for event selection are being carried out in `eventSelectionService.cxx` and `EventSelectionModule.h`.
5959
6060
A new core wagon called `eventSelectionService` has been [created in the Hyperloop](https://mattermost.web.cern.ch/alice/pl/c19t8owyh3n1ufzaeoisug4s5r) to replace the existing timestamp and event selection wagon and provide users with exactly the same tables but with a much reduced memory overhead.
@@ -545,7 +545,7 @@ Note that in pp the `kIsGoodITSLayersAll` bit can reject a huge fraction of even
545545
546546
## Usage of RCT flags
547547
548-
(to be updated)
548+
(to be added)
549549
550550
551551

0 commit comments

Comments
 (0)