Skip to content

Commit 40deda2

Browse files
Christopher RoganChristopher Rogan
authored andcommitted
test batch submission
1 parent 5ccef81 commit 40deda2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

DRS/scripts/processDRS_Run.sh

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

14-
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/RawData*Run${runNum}_*.dat .
15-
14+
FILES = eos ls root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/ | grep RawDataSaver0CMSVMETiming_Run${runNum}
15+
for f in $FILES
16+
do
17+
xrdcp root://cmseos.fnal.gov//store/user/cmstestbeam/ETL/MT6Section1Data/122017/OTSDAQ/CMSTiming/$f .
18+
done
1619
ls RawData*Run${runNum}_*.dat > ${runNum}.log
1720
xrdcp ${runNum}.log root://cmseos.fnal.gov/${output}
1821

0 commit comments

Comments
 (0)