ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HFmon2012/test/getData.sh
Revision: 1.5
Committed: Wed Aug 15 12:56:51 2012 UTC (12 years, 8 months ago) by makbiyik
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -64 lines
Log Message:
update

File Contents

# User Rev Content
1 yilmaz 1.1 #!/bin/sh
2    
3 makbiyik 1.5 for run in `cat runlist.txt`
4 yilmaz 1.1 do
5     scp cmshcal01:/bigspool/usc/USC_$run.root .
6 yilmaz 1.2 cat raddamAnalyzer.py | sed "s/___RUN___/$run/g" > cfg$run.py
7     cmsRun cfg$run.py
8     root -b -q makeNtuple.C+\($run\)
9     rm USC_$run.root
10 yilmaz 1.1 done
11    
12    
13    
14