Skip to content

Commit 270a76e

Browse files
Christopher RoganChristopher Rogan
authored andcommitted
test batch submission
1 parent ec4a91d commit 270a76e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DRS/scripts/processDRS_Run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ 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-
echo xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/${f}
1817
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/${f} > ${runNum}.log
1918
done
20-
#ls * > ${runNum}.log
19+
ls * > ${runNum}.log
2120
xrdcp ${runNum}.log root://cmseos.fnal.gov/${output}
2221

2322

0 commit comments

Comments
 (0)