Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Data Packages
Gen
DecFiles
Commits
45507a16
Commit
45507a16
authored
Nov 19, 2021
by
Michal Kreps
Browse files
Recognise Madgraph in tests
parent
433b92ce
Pipeline
#3261450
failed with stages
in 7 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/run_gauss.py
View file @
45507a16
...
...
@@ -52,6 +52,9 @@ def productionTool(dkopts):
return
'$LBSUPERCHIC2ROOT/options/SuperChic2Pythia8.py'
if
'Generation.AlpGenDict'
in
line
:
return
'$LBALPGENROOT/options/AlpGen.py'
if
'sampleGenToolsOpts'
in
line
and
'Generator'
in
line
:
if
'Madgraph'
in
line
:
return
'$LBMADGRAPHROOT/options/MadgraphPythia8.py'
match
=
re
.
search
(
r
'''importOptions\s*\(\s*['"]([^'"]+)['"]\s*\)'''
,
line
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment