Skip to content

Commit

Permalink
Update getTaggerCfg script to also get the SF/syst file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pastika committed Aug 12, 2019
1 parent 3fb065d commit 26cf185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TopTagger/scripts/getTaggerCfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ MVAFILES=

if [ -f TopTagger.cfg ]
then
MVAFILES=$(grep "modelFile" TopTagger.cfg | sed 's/[^"]*"\([^"]*\)"/\1/')
MVAFILES=$(grep -e "modelFile" -e "inputFile" TopTagger.cfg | sed 's/[^"]*"\([^"]*\)"/\1/')
MISSING=
if [[ ! -z ${MVAFILES// } ]]
then
Expand Down

0 comments on commit 26cf185

Please sign in to comment.