ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HFmon2012/test/getData.sh
(Generate patch)

Comparing UserCode/HFmon2012/test/getData.sh (file contents):
Revision 1.1 by yilmaz, Wed Apr 4 16:45:27 2012 UTC vs.
Revision 1.5 by makbiyik, Wed Aug 15 12:56:51 2012 UTC

# Line 1 | Line 1
1   #!/bin/sh
2  
3 < for run in \
4 < 178579 \
5 < 178754 \
6 < 178937 \
7 < 179612 \
8 < 180031 \
9 < 180033 \
10 < 180169 \
11 < 180174 \
12 < 180188 \
13 < 180192 \
14 < 180206 \
15 < 180213 \
16 < 180559 \
17 < 180558 \
18 < 180633 \
19 < 180726 \
20 < 180766 \
21 < 127707 \
22 < 127785 \
23 < 129007 \
24 < 129123 \
25 < 129222 \
26 < 130158 \
27 < 130193 \
28 < 130276 \
29 < 130291 \
30 < 130311 \
31 < 130908 \
32 < 130983 \
33 < 131086 \
34 < 131181 \
35 < 131201 \
36 < 131602 \
37 < 132503 \
38 < 133143 \
39 < 133199 \
40 < 133360 \
41 < 133681 \
42 < 133914 \
43 < 133977 \
44 < 134091 \
45 < 134247 \
46 < 134465 \
47 < 134609 \
48 < 134921 \
49 < 135274 \
50 < 135484 \
51 < 135552 \
52 < 136199 \
53 < 136367 \
54 < 139811 \
55 < 140583 \
56 < 140715 \
57 < 142103 \
58 < 142249 \
59 < 142360 \
60 < 142592 \
61 < 143526 \
62 < 151642 \
63 < 151720 \
64 < 151728 \
65 < 152899 \
66 < 152932
3 > for run in `cat runlist.txt`
4    do
5    scp cmshcal01:/bigspool/usc/USC_$run.root .
6 < cat raddamAnalyzer.py | sed "s/___RUN___/$run/g"  > cfg$run.py
7 < cmsRun cfg$run.py
8 < rm USC_$run.root
6 >  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   done
11  
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines