Skip to content

Pythia8_i: Don't create stuff in a Gaudi component ctor.

Scott Snyder requested to merge ssnyder/athena:init.Pythia8_i-20240117 into main

Move the creation of the pythia instance from the ctor of the Gaudi component to the initialize step. Otherwise that gets run at times we don't really want it to, such as during genconf.

Merge request reports