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.2 by nmohr, Wed Jun 6 20:52:37 2012 UTC

# Line 1 | Line 1
1 + [General]
2 + prefix = ZllH.2012.
3 + lumi = 2220.
4 +
5   #Montecarlos
6   [DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball]
7   infile = DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball
8   sampleName =['Zudsg','Zbb','Zcc']
9   sampleType =['BKG']*3
10   sampleGroup=['DYlight','DYb','DYc']
11 < xSec = [3048]*3
11 > xSec = [3503.7]*3
12   SF = [1.108,0.984,1.108]
13   Aprefix = ['udsg_120_', 'b_120_','c_120_']
14 < 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']
14 > 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.)']
15 >
16 > [DYJetsToLL_PtZ-70To100_TuneZ2star_8TeV-madgraph-tarball]
17 > infile = DYJetsToLL_PtZ-70To100_TuneZ2star_8TeV-madgraph-tarball
18 > sampleName =['Zudsg','Zbb','Zcc']
19 > sampleType =['BKG']*3
20 > sampleGroup=['DYlight','DYb','DYc']
21 > xSec = [62.]*3
22 > SF = [1.108,0.984,1.108]
23 > Aprefix = ['udsg_120_', 'b_120_','c_120_']
24 > 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.']
25  
26   [WW_TuneZ2star_8TeV_pythia6_tauola]
27   infile = WW_TuneZ2star_8TeV_pythia6_tauola
# Line 117 | Line 131 | cut = (Vtype == 1 || Vtype == 0)
131   #[ZH_ZToLL_HToBB_M-135_7TeV-powheg-herwigpp]
132  
133   #Data
134 + [DataZee]
135 + infile = DataZee
136 + sampleFile = DataZee
137 + sampleName =Zee
138 + sampleType =DATA
139 + sampleGroup=DATA
140 + Aprefix =
141 + cut = (Vtype==1)
142 +
143 + [DataZmm]
144 + infile = DataZmm
145 + sampleFile = DataZmm
146 + sampleName =Zmm
147 + sampleType =DATA
148 + sampleGroup=DATA
149 + Aprefix =
150 + cut = (Vtype==0)
151 +
152   [Data]
153   infile = DataZ
154   sampleFile = ['DataZee', 'DataZmm']
155   sampleName =['Zee','Zmm']
156   sampleType =['DATA','DATA']
157   sampleGroup=['DATA','DATA']
158 < Aprefix = ['','']
127 < cut = ['(Vtype==1)','(Vtype==0)']
158 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines