File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ echo "Processing DRS/Pixel data for run ${runNum} in location ${output}"
1414FILES=$( eos ls root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/ | grep RawDataSaver0CMSVMETiming_Run${runNum} )
1515for f in $FILES
1616do
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
1819done
19- ls * > ${runNum} .log
20+ # ls * > ${runNum}.log
2021xrdcp ${runNum} .log root://cmseos.fnal.gov/${output}
2122
2223
You can’t perform that action at this time.
0 commit comments