forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In newer (>= 8.310) the `SubCollision` objects may not be stored with the `HIInfo` object. Thus, we cannot rely on those to be present when calculating $N_{\mathrm{coll}}$, $N_{\mathrm{part}}$, and so on. Instead, we must use the quantities stored directly in the `HIInfo` object. This PR fixes that issue by protecting on the Pythia version and falling back to the information stored in `HIInfo`. See also JIRA [issue](https://its.cern.ch/jira/browse/O2-4699).
- Loading branch information
Showing
1 changed file
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters