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
Fixes smaller issues introduced with the hybrid generator
refactoring:
- Make sure that internal configuration object is never null;
In fact, it does not need to be a pointer.
- Make sure the internal configuration struct is initialized
from the GeneratorPythia8Param configurable when using the
default constructor.
This commit fixes an issue/segfault when running the following command
o2-sim-dpl-eventgen --generator external --nEvents 200 --aggregate-timeframe 10000 --configFile ${O2DPG_ROOT}/MC/config/ALICE3/ini/pythia8_pp_136tev.ini -b
(which defaults constructs a Pythia8 generator)
(cherry picked from commit 929bb79)
0 commit comments