Skip to content

Commit

Permalink
remove check on filtered galice file (not existing any more)
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI authored and fprino committed Apr 19, 2019
1 parent e02f3a3 commit 445f357
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions MC/dpgsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1023,11 +1023,12 @@ if [[ $CONFIG_MODE == *"extractembedded"* ]] && [[ $CONFIG_SIMULATION == *"Embed
exit 2
fi

if [ ! -f galice_EMB.root ]; then
echo "*! Could not find galice_EMB.root, the embedded signal filtering failed!"
echo "Could not find galice_EMB.root, the embedded signal filtering failed!" >> validation_error.message
exit 2
fi
## Removed for proper handling of AliMultSelection task
#if [ ! -f galice_EMB.root ]; then
# echo "*! Could not find galice_EMB.root, the embedded signal filtering failed!"
# echo "Could not find galice_EMB.root, the embedded signal filtering failed!" >> validation_error.message
# exit 2
#fi

if [ "$CONFIG_DEBUG" = "on" ]; then
mv "AliESDs.root" "AliESDs_ORIG.root"
Expand Down

0 comments on commit 445f357

Please sign in to comment.