Skip to content

Commit d75a769

Browse files
Christopher RoganChristopher Rogan
authored andcommitted
test batch submission
1 parent cab6f24 commit d75a769

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DRS/scripts/processDRS_Run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ echo "Processing DRS/Pixel data for run ${runNum} in location ${output}"
1414
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
17-
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/$f .
17+
echo xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/$f
18+
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/$f > ${runNum}.log
1819
done
19-
ls * > ${runNum}.log
20+
#ls * > ${runNum}.log
2021
xrdcp ${runNum}.log root://cmseos.fnal.gov/${output}
2122

2223

0 commit comments

Comments
 (0)