Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
MC Job Options
Commits
d8d5b031
Commit
d8d5b031
authored
Nov 16, 2021
by
Spyros Argyropoulos
Browse files
Some fixes
parent
4764a6e1
Pipeline
#3250116
passed with stages
in 1 minute and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/run_athena.sh
View file @
d8d5b031
...
...
@@ -135,29 +135,29 @@ fi
# If there is a GRID file then copy it to the directory where we run athena
# First we need to construct the filename from the ecmEnergy (there might be more than 1 GRID files in the DSID dir)
case
"
$ecmEnergy
"
in
14000
|14000.
)
case
"
$
{
ecmEnergy
%.*
}
"
in
14000
)
GRIDPREFIX
=
"14TeV"
;;
13000
|13000.
)
13000
)
GRIDPREFIX
=
"13TeV"
;;
13600
+|13600.
)
13600
)
GRIDPREFIX
=
"13p6TeV"
;;
8000
|8000.
)
8000
)
GRIDPREFIX
=
"8TeV"
;;
8160
|8160.
)
8160
)
GRIDPREFIX
=
"8p16TeV"
;;
7000
|7000.
)
7000
)
GRIDPREFIX
=
"7TeV"
;;
500
0|5000.
)
50
2
0
)
GRIDPREFIX
=
"5TeV"
;;
2760
|2760.
)
2760
)
GRIDPREFIX
=
"2p76TeV"
;;
*
)
...
...
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