Skip to content
Snippets Groups Projects

Merging full workflow into Tanay's HiggsDNA

Open Sergi Castells requested to merge castells/higgs-dna-4-gamma-tanays-copy:master into master
Compare and Show latest version
3 files
+ 201
64
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
0
if [ $# -ne 2 ]; then
echo "Required: arg1: XRootD path arg2: Mass point"
exit 1
fi
xrdcp "root://hactar02.crc.nd.edu:1096//${1}" .
my_array=($(echo ${1} | tr "/" "\n"))
mv ${my_array[-1]} "${2}_GeV.root"
Loading