ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/BatchSubmitCMS2/writeAllConfig.sh
Revision: 1.1
Committed: Thu Apr 19 00:45:04 2012 UTC (13 years ago) by fgolf
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
first version of new batch submit based almost entirely on scripts form d.evans

File Contents

# Content
1 #!/bin/bash
2
3 #root [1] SmurfTree::dyee
4 #(const enum SmurfTree::DataType)45
5 #root [2] SmurfTree::dymm
6 #(const enum SmurfTree::DataType)46
7
8 DATA=0
9 DYEE=45
10 DYMM=46
11
12 #
13 # DATA
14 #
15
16 #
17 # Single Mu
18 #
19
20 # May10 MM
21 ./writeConfig.sh $DATA 1 files/Cert_160404-180252_7TeV_PromptReco_ReRecoAug5_ReRecoMay5_JSON_cms2.txt /hadoop/cms/store/user/jaehyeok/CMSSW_4_2_4_V04-02-20/SingleMu_Run2011A-May10ReReco-v1_AOD/CMSSW_4_2_4_V04-02-20_merged/V04-02-20/ SingleMu_Run2011A-May10ReReco-v1_AOD
22
23 #
24 # Double Mu
25 #
26
27 #
28 # Single Ele
29 #
30
31 #
32 # Double Ele
33 #
34
35 #
36 # MC
37 #
38
39 ./writeConfig.sh $DYMM 0 norunlist /hadoop/cms/store/group/snt/papers2011/Summer11MC/DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola_Summer11-PU_S4_START42_V11-v1/V04-02-29/ DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola_Summer11-PU_S4_START42_V11-v1
40