Skip to content

Commit

Permalink
fix input file for reals
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed May 31, 2024
1 parent 797ecbb commit de045f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hmm

This file was deleted.

2 changes: 1 addition & 1 deletion install-topeft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CFG=$(realpath ${CFG_DIR}/UL17_private_ttH_for_CI.json)

if [[ ! -f ${DATA_FILE} ]]
then
curl -o ${DATA_FILE} http://ccl.cse.nd.edu/workflows/topcoffea-test-data/ttHJet_UL17_R1B14_NAOD-00000_10194_NDSkim.root
curl -L -o ${DATA_FILE} https://ccl.cse.nd.edu/workflows/topcoffea-test-data/ttHJet_UL17_R1B14_NAOD-00000_10194_NDSkim.root
fi

git clone https://github.com/TopEFT/topeft.git
Expand Down

0 comments on commit de045f0

Please sign in to comment.