Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
ALICE Blender animation
Commits
c176fe96
Commit
c176fe96
authored
Dec 16, 2019
by
Lucas Mello Schnorr
Browse files
use env var + continue command
parent
165fdb61
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
c176fe96
...
@@ -142,11 +142,16 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
...
@@ -142,11 +142,16 @@ elif [ "$DEFAULT_ANIMATION" = "false" ]; then
#################################################
#################################################
for
EVENT_ID
in
"
$(
seq
${
FIRST_EVENT
}
${
LAST_EVENT
}
)
"
;
do
for
EVENT_ID
in
"
$(
seq
${
FIRST_EVENT
}
${
LAST_EVENT
}
)
"
;
do
echo
$EVENT_ID
echo
$EVENT_ID
###############################################
# Phase 1: aliroot extract data from an event #
###############################################
aliroot
-q
-b
"runAnalysis.C(
${
EVENT_ID
}
)"
aliroot
-q
-b
"runAnalysis.C(
${
EVENT_ID
}
)"
ESD_DETAIL
=
${
ALIROOT_SCRIPT_DIR
}
/esd-detail.dat
if
!
[[
-f
"
$FILE_WITH_DATA
"
]]
if
!
[[
-f
"
$ESD_DETAIL
"
]]
then
then
echo
"ERROR: aliRoot analysis on event
${
EVENT_ID
}
went wrong."
echo
"WARNING: aliRoot extraction for event
${
EVENT_ID
}
went wrong."
echo
"We are ignoring this and proceed to next event."
continue
fi
fi
##############################
##############################
...
...
Write
Preview
Markdown
is supported
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