Fix bug in madgraph check call
Description of bug
- Wrong syntax in the call to
madgraphChecks
caused the call to happen for generators that were not MadGraph and logParser would fail in such cases:if "MadGraph" or "aMcAtNlo" in generatorName:
theif "MadGraph"
always evaluates to true
Changes introduced
- Fix call
Tests
Issues resolved
Closes #
Edited by Spyros Argyropoulos