Line Code
1 2 3 4 5 6 7 8 9
#!/bin/bash
set -o nounset

#WorkDir='/home/dqmprolocal/filecopy' #comment out because it is defined in alivecheck_filesave.sh

inputFile=$1

root -l -b -q $WorkDir/filechk.C"(\"$inputFile\")"
exit 0