Skip to content

Fix calls to generator specific checks [skip modfiles]

Spyros Argyropoulos requested to merge fixGenChecks into master

Copy of https://gitlab.cern.ch/atlas-physics/pmg/tools/logParser/merge_requests/12

The calls to the generator checks were implemented with if else statements, which meant that for e.g. MG+Pythia8 only the Pythia8 checks would be performed.

We have not run into this since there is so far no checks for MG but we would run into it in the near future. #43 (closed)

Edited by Spyros Argyropoulos

Merge request reports