Skip to content

Fix HepMcParticleLink scheduling issue for overlay jobs

Tadej Novak requested to merge tadej/athena:overlay/truth into master

Fix HepMcParticleLink scheduling issue for overlay jobs. The issue is we merge McEventCollection in overlay jobs and this has to be done before any job requiring it.

Tagging @ssnyder @tsulaia: we should think about how to add an implicit data dependency on McEventCollection when using HepMcParticleLinks.

Merge request reports