ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/8TeVsamples.cfg
(Generate patch)

Comparing UserCode/VHbb/python/8TeVsamples.cfg (file contents):
Revision 1.1 by bortigno, Wed Jun 6 08:23:54 2012 UTC vs.
Revision 1.3 by nmohr, Thu Jun 14 20:01:07 2012 UTC

# Line 1 | Line 1
1 + [General]
2 + prefix = ZllH.2012.
3 + lumi = 2220.
4 +
5   #Montecarlos
6 + [ZH_ZToLL_HToBB_M-115_8TeV-powheg-herwigpp]
7 + infile = ZH_ZToLL_HToBB_M-115_8TeV-powheg-herwigpp
8 + sampleName = ZH115
9 + sampleType = SIG
10 + sampleGroup = ZH
11 + xSec = 0.036375
12 + SF = 1.
13 + Aprefix =
14 + cut = (Vtype == 1 || Vtype == 0)
15 +
16 + [ZH_ZToLL_HToBB_M-120_8TeV-powheg-herwigpp]
17 + infile = ZH_ZToLL_HToBB_M-120_8TeV-powheg-herwigpp
18 + sampleName = ZH120
19 + sampleType = SIG
20 + sampleGroup = ZH
21 + xSec = 0.0293327854
22 + SF = 1.
23 + Aprefix =
24 + cut = (Vtype == 1 || Vtype == 0)
25 +
26   [DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball]
27   infile = DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball
28   sampleName =['Zudsg','Zbb','Zcc']
29   sampleType =['BKG']*3
30   sampleGroup=['DYlight','DYb','DYc']
31 < xSec = [3048]*3
31 > xSec = [3503.7]*3
32   SF = [1.108,0.984,1.108]
33   Aprefix = ['udsg_120_', 'b_120_','c_120_']
34 < cut = ['(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav != 5 & eventFlav != 4','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 5','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 4']
34 > cut = ['(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav != 5 & eventFlav != 4 & (lheV_pt < 70. | lheV_pt > 100.)','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 5 & (lheV_pt < 70. | lheV_pt > 100.)','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 4 & (lheV_pt < 70. | lheV_pt > 100.)']
35 >
36 > [DYJetsToLL_PtZ-70To100_TuneZ2star_8TeV-madgraph-tarball]
37 > infile = DYJetsToLL_PtZ-70To100_TuneZ2star_8TeV-madgraph-tarball
38 > sampleName =['Zudsg','Zbb','Zcc']
39 > sampleType =['BKG']*3
40 > sampleGroup=['DYlight','DYb','DYc']
41 > xSec = [62.]*3
42 > SF = [1.108,0.984,1.108]
43 > Aprefix = ['udsg_120_', 'b_120_','c_120_']
44 > cut = ['(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav != 5 & eventFlav != 4 & lheV_pt > 70. & lheV_pt < 100.','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 5 & lheV_pt > 70. & lheV_pt < 100.','(Vtype == 1 || Vtype == 0) & EVENT.json  & eventFlav == 4 & lheV_pt > 70. & lheV_pt < 100.']
45  
46   [WW_TuneZ2star_8TeV_pythia6_tauola]
47   infile = WW_TuneZ2star_8TeV_pythia6_tauola
# Line 117 | Line 151 | cut = (Vtype == 1 || Vtype == 0)
151   #[ZH_ZToLL_HToBB_M-135_7TeV-powheg-herwigpp]
152  
153   #Data
154 + [DataZee]
155 + infile = DataZee
156 + sampleFile = DataZee
157 + sampleName =Zee
158 + sampleType =DATA
159 + sampleGroup=DATA
160 + Aprefix =
161 + cut = (Vtype==1)
162 +
163 + [DataZmm]
164 + infile = DataZmm
165 + sampleFile = DataZmm
166 + sampleName =Zmm
167 + sampleType =DATA
168 + sampleGroup=DATA
169 + Aprefix =
170 + cut = (Vtype==0)
171 +
172   [Data]
173   infile = DataZ
174   sampleFile = ['DataZee', 'DataZmm']
175   sampleName =['Zee','Zmm']
176   sampleType =['DATA','DATA']
177   sampleGroup=['DATA','DATA']
178 < Aprefix = ['','']
127 < cut = ['(Vtype==1)','(Vtype==0)']
178 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines