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

Comparing UserCode/VHbb/python/config8TeV (file contents):
Revision 1.4 by nmohr, Mon Sep 17 15:34:43 2012 UTC vs.
Revision 1.10 by nmohr, Fri Sep 28 13:56:59 2012 UTC

# Line 66 | Line 66 | bb_RMed_ZH135: RMed_ZH135_may.nominal,BD
66   logy: 1
67   #setup: DY jets udscg,DY jets b,TT-bar,WW/WZ/ZZ,Single top,Hbb 115
68   #setup: DY jets b,DY jets udscg,TT-bar,Single top,Hbb 115,WW/WZ/ZZ
69 < setup: DYlight,DYc,DYb,TT,ST,VV,ZH
70 < color: 401,41,5,596,602,17,2
71 <
69 > samples: Zudsg,Zudsg5070,Zudsg70100,Zudsg100,Zcc,Zcc5070,Zcc70100,Zcc100,Zbb,Zbb5070,Zbb70100,Zbb100,ZZ,WW,WZ,TT,ST_s,ST_t,ST_tW,STbar_s,STbar_t,STbar_tW,ZH125
70 > setup: DYlight,DYb,TT,ST,VV,ZH
71 > #color: 401,41,5,596,602,17,2
72 > colorDict: {'DYlight':401,'DYc':41,'DYb':5,'TT':596,'ST':602,'VV':17,'ZH':2}
73  
74  
75   [Compare]
# Line 110 | Line 111 | SIG: ZH115
111   ###########################################################################################
112   # REGRESSION
113   [Regression]
114 < regWeight = ../data/MVA_BDT_REG_Jun16.weights.xml
115 < regDict = {"Jet_pt": "hJet_pt", "Jet_eta": "hJet_eta", "Jet_e": "hJet_e", "Jet_ptRaw": "hJet_ptRaw", "Jet_chf": "hJet_chf","Jet_nconstituents": "hJet_nconstituents", "Jet_vtxPt": "hJet_vtxPt", "Jet_vtx3dL": "hJet_vtx3dL", "Jet_vtx3deL": "hJet_vtx3deL"}
116 < regVars = ["Jet_pt","Jet_eta","Jet_e","Jet_ptRaw", "Jet_chf","Jet_nconstituents", "Jet_vtxPt", "Jet_vtx3dL", "Jet_vtx3deL"]
114 > regWeight = ../data/MVA_BDT_REG_Sept28.weights.xml
115 > regDict = {"Jet_pt": "hJet_pt", "Jet_eta": "hJet_eta", "Jet_e": "hJet_e","Jet_JECUnc": "hJet_JECUnc", "Jet_ptRaw": "hJet_ptRaw","Jet_chf": "hJet_chf","Jet_cef": "hJet_cef","Jet_nch": "hJet_nch", "Jet_chf": "hJet_chf","Jet_nconstituents": "hJet_nconstituents","Jet_ptLeadTrack": "hJet_ptLeadTrack", "Jet_vtxPt": "hJet_vtxPt", "Jet_vtxMass": "hJet_vtxMass", "Jet_vtx3dL": "hJet_vtx3dL", "Jet_vtx3deL": "hJet_vtx3deL","Jet_SoftLeptptRel":"hJet_SoftLeptptRel","Jet_SoftLeptPt":"hJet_SoftLeptPt","Jet_SoftLeptdR":"hJet_SoftLeptdR"}
116 > regVars = ["Jet_pt","Jet_eta","Jet_e","Jet_JECUnc","Jet_ptRaw","Jet_chf","Jet_cef","Jet_nch","Jet_nconstituents","Jet_ptLeadTrack","Jet_vtxPt","Jet_vtxMass","Jet_vtx3dL", "Jet_vtx3deL","Jet_SoftLeptptRel","Jet_SoftLeptPt","Jet_SoftLeptdR"]
117   useMET = True
118   usePtRaw = True
119 < useRho25 = False
119 > useMt = True
120 > useRho25 = True
121  
122   [BTagReshaping]
123 < library=/shome/nmohr/CMSSW_5_2_4_patch4/src/UserCode/VHbb/interface/BTagReshaping_h.so
123 > library=<!Directories|vhbbpath!>/interface/BTagReshaping_h.so
124  
125   ###########################################################################################
126   # LIMIT
# Line 126 | Line 128 | library=/shome/nmohr/CMSSW_5_2_4_patch4/
128   varName = CMS_vhbb_BDT_Zll
129   range = BDT output,20,-1,1
130  
131 + systematicsnaming7TeV={'JER':'CMS_res_j','JES':'CMS_scale_j','beff':'CMS_eff_b','bmis':'CMS_fake_b_7TeV'}
132 + systematicsnaming8TeV={'JER':'CMS_res_j','JES':'CMS_scale_j','beff':'CMS_eff_b','bmis':'CMS_fake_b_8TeV'}
133 +
134 + sys_BDT: ['JER','JES','beff','bmis']
135 + sys_Mjj: ['JER','JES']
136 +
137 +
138 + #Add a different Cut (syntax: 'oldVar>newVar?' -> '?' will then automatically be replaced with 'Up'/'Down' for the variations)
139 + sys_cut_suffix: {'JER':'nominal','JES':'nominal','beff':'csv>csv?','bmis':'csv>csvF?'}
140 +
141 + weightF_sys: True
142 +
143 + #Example of sample systematic, in this case the ZZ sample is replaced by WZ
144 + addSample_sys: {'ZZ':'WZ'}
145 +
146 + # bin-by-bin statistics
147 + binstat=True
148 +
149 +
150 + blind: False
151 + #### rescaling by factor 4
152 + scaling: True
153 + #rescale stats
154 + rescaleSqrtN: False
155 +
156 + BKG = ['Zudsg','Zudsg5070','Zudsg70100','Zudsg100','Zcc','Zcc5070','Zcc70100','Zcc100','Zbb','Zbb5070','Zbb70100','Zbb100','ZZ','WW','WZ','TT','ST_s','ST_t','ST_tW','STbar_s','STbar_t','STbar_tW']
157 +
158 + #Groups for adding samples together
159 + Group: {'ZH110':'ZH','ZH115':'ZH','ZH120':'ZH','ZH125':'ZH','ZH130':'ZH','ZH135':'ZH', 'Zudsg':'DYlight','Zudsg5070':'DYlight','Zudsg70100':'DYlight','Zudsg100':'DYlight','Zcc':'DYlight','Zcc5070':'DYlight','Zcc70100':'DYlight','Zcc100':'DYlight','Zbb':'DYb','Zbb5070':'DYb','Zbb70100':'DYb','Zbb100':'DYb','ZZ-light':'VV','WW':'VV','WZ':'VV','ZZ':'VV','TT':'TT','ST_s':'ST','ST_t':'ST','ST_tW':'ST','STbar_s':'ST','STbar_t':'ST','STbar_tW':'ST','Zee':'Data','Zmm':'Data','ZZ-bb':'VV'}
160 + #naming for DC
161 + Dict: {'ZH':'VH','DYlight':'ZjLF','DYb':'ZjHF','TT':'TT','ST':'s_Top','VV':'VV','ZZ-bb':'ZZbb','Data':'data_obs'}
162 +
163 + #SETUP DATACARD (1st Signal, afterwards BKG)
164 + setup: ['ZH', 'DYlight','DYb','VV','TT','ST']
165 +
166 +
167 + [Datacard]
168 +
169 + InUse: ['lumi_8TeV','pdf_qqbar','pdf_gg','QCDscale_VH','QCDscale_ttbar','QCDscale_VV','QCDscale_QCD','CMS_vhbb_boost_EWK','CMS_vhbb_boost_QCD','CMS_vhbb_ST','CMS_vhbb_VV','CMS_vhbb_ZjLF_ex','CMS_vhbb_ZjHF_ex','CMS_vhbb_TT_ex','CMS_eff_e','CMS_eff_m','CMS_trigger_e','CMS_trigger_m','CMS_vhbb_trigger_MET','CMS_vhbb_ZjLF_SF_8TeV','CMS_vhbb_ZjHF_SF_8TeV','CMS_vhbb_TT_SF_8TeV']
170 +
171 + lumi_7TeV: {'type':'lnN', 'ZH':1.022,'ST':1.022,'VV':1.022}
172 +
173 + lumi_8TeV: {'type':'lnN', 'ZH':1.05,'ST':1.05,'VV':1.05}
174 +
175 + pdf_qqbar: {'type':'lnN', 'ZH':1.01,'VV':1.01}
176 + pdf_gg: {'type':'lnN', 'ST':1.01,'QCD':1.01}
177 + QCDscale_VH: {'type':'lnN', 'ZH':1.04}
178 + QCDscale_ttbar: {'type':'lnN', 'ST':1.06}
179 + QCDscale_VV: {'type':'lnN', 'VV':1.04}
180 + QCDscale_QCD: {'type':'lnN', 'QCD':1.30}
181 + CMS_vhbb_boost_EWK: {'type':'lnN', 'ZH':1.05}
182 + CMS_vhbb_boost_QCD: {'type':'lnN', 'ZH':1.10}
183 + CMS_vhbb_ST: {'type':'lnN', 'ST':1.29}
184 + CMS_vhbb_VV: {'type':'lnN', 'VV':1.30}
185 + CMS_vhbb_ZjLF_ex: {'type':'lnN', 'DYlight':1.05}
186 + CMS_vhbb_ZjHF_ex: {'type':'lnN', 'DYb':1.05}
187 + CMS_vhbb_TT_ex: {'type':'lnN', 'TT':1.05}
188 + CMS_vhbb_ZjLF_ex_8TeV: {'type':'lnN', 'DYlight':1.05}
189 + CMS_vhbb_ZjHF_ex_8TeV: {'type':'lnN', 'DYb':1.05}
190 + CMS_vhbb_TT_ex_8TeV: {'type':'lnN', 'TT':1.05}
191 + CMS_eff_e: {'type':'lnN', 'ZH':1.04, 'ST':1.04,'VV':1.04,'QCD':1.04}
192 + CMS_trigger_e: {'type':'lnN','ZH':1.02, 'ST':1.02,'VV':1.02 }
193 + CMS_eff_m: {'type':'lnN',  'ZH':1.04, 'ST':1.04,'VV':1.04,'QCD':1.04}
194 + CMS_trigger_m: {'type':'lnN', 'ZH':1.01, 'ST':1.01,'VV':1.01 }
195 + CMS_vhbb_trigger_MET: {'type':'lnN'}
196 +
197 + CMS_vhbb_ZjLF_SF_7TeV: {'type':'lnN', 'DYlight':1.198 ,'DYb':0.875 ,'TT':1.003}
198 + CMS_vhbb_ZjHF_SF_7TeV: {'type':'lnN', 'DYlight':0.873 ,'DYb':1.202 ,'TT':0.957}
199 + CMS_vhbb_TT_SF_7TeV: {'type':'lnN',  'DYlight':1.002 ,'DYb':0.974 ,'TT':1.123}
200 +
201 + CMS_vhbb_ZjLF_SF_8TeV: {'type':'lnN', 'DYlight':1.040 ,'DYb':0.974 ,'TT':1.001}
202 + CMS_vhbb_ZjHF_SF_8TeV: {'type':'lnN', 'DYlight':0.897 ,'DYb':1.162 ,'TT':0.966}
203 + CMS_vhbb_TT_SF_8TeV: {'type':'lnN',  'DYlight':1.002 ,'DYb':0.983 ,'TT':1.079}
204 +
205 +
206 +
207   [Limit]
208  
209   #Mjj low EE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines