Skip to content

Commit 5d6299e

Browse files
Christopher RoganChristopher Rogan
authored andcommitted
test batch submission
1 parent d6feda3 commit 5d6299e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DRS/scripts/processDRS_Run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runNum=$1
1111
output=$2
1212
echo "Processing DRS/Pixel data for run ${runNum} in location ${output}"
1313

14-
FILES=`nsls root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/ | grep RawDataSaver0CMSVMETiming_Run${runNum})`
14+
FILES=`eos ls root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/ | grep RawDataSaver0CMSVMETiming_Run${runNum}`
1515
for f in $FILES
1616
do
1717
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/${f} .

0 commit comments

Comments
 (0)