ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/vhbbPlotDef.ini
Revision: 1.14
Committed: Mon Oct 15 21:37:23 2012 UTC (12 years, 7 months ago) by nmohr
Branch: MAIN
Changes since 1.13: +5 -5 lines
Log Message:
Add balance

File Contents

# User Rev Content
1 peller 1.1 [plotDef:BDT_RMed]
2     relPath = RMed_<mass>_may.nominal
3     xAxis = BDT output
4 peller 1.2 nBins = 20
5 peller 1.1 min = -1
6     max = 1
7    
8     [plotDef:BDT_RTight]
9     relPath = RTight_<mass>_may.nominal
10     xAxis = BDT output
11 peller 1.2 nBins = 20
12 peller 1.1 min = -1
13     max = 1
14    
15 peller 1.3 [plotDef:BDT8_RMed]
16     relPath = RMed_<mass>_oct.nominal
17     xAxis = BDT output
18     nBins = 20
19     min = -1
20     max = 1
21    
22     [plotDef:BDT8_RTight]
23     relPath = RTight_<mass>_oct.nominal
24     xAxis = BDT output
25     nBins = 20
26     min = -1
27     max = 1
28    
29 peller 1.8 [plotDef:BDT8_RTightLooseBTag]
30     relPath = RTightLooseBTag_<mass>_oct.nominal
31     xAxis = BDT output
32     nBins = 20
33     min = -1
34     max = 1
35    
36 peller 1.1 [plotDef:Hmass]
37     relPath = H.mass
38 nmohr 1.7 xAxis = M_{b#bar{b}} [GeV]
39 peller 1.1 nBins = 25
40     min = 0
41     max = 250
42    
43 peller 1.9 [plotDef:Hmass_NoReg]
44     relPath = HNoReg.mass
45     xAxis = M_{b#bar{b}} before Regression [GeV]
46 nmohr 1.13 nBins = 17
47 peller 1.9 min = 0
48 nmohr 1.13 max = 255
49 peller 1.9
50 peller 1.1 [plotDef:Hpt]
51     relPath = H.pt
52 nmohr 1.7 xAxis = p_{T} (b#bar{b}) [GeV]
53 peller 1.1 nBins = 40
54     min = 0
55     max = 400
56    
57     [plotDef:Vpt]
58     relPath = V.pt
59 nmohr 1.7 xAxis = p_{T} (V) [GeV]
60 peller 1.1 nBins = 40
61     min = 0
62     max = 400
63    
64     [plotDef:HVdPhi]
65     relPath = HVdPhi
66 nmohr 1.7 xAxis = #Delta #phi (V,H)
67 peller 1.1 nBins = 20
68     min = 0
69 peller 1.5 max = 3.5
70 peller 1.1
71     [plotDef:Vmass]
72     relPath = V.mass
73 nmohr 1.7 xAxis = m_{l^{+}l^{-}} [GeV]
74 peller 1.1 nBins = 20
75     min = 75
76     max = 105
77    
78     [plotDef:HdR]
79     relPath = H.dR
80 nmohr 1.7 xAxis = #Delta R (b,#bar{b})
81 peller 1.1 nBins = 20
82     min = 0
83     max = 4
84    
85     [plotDef:csv0]
86     relPath = hJet_csv[0]
87 nmohr 1.7 xAxis = jet 0 csv
88 peller 1.1 nBins = 20
89 peller 1.5 min = 0
90 peller 1.1 max = 1
91    
92     [plotDef:csv1]
93     relPath = hJet_csv[1]
94 nmohr 1.7 xAxis = jet 1 csv
95 peller 1.1 nBins = 20
96 peller 1.5 min = 0
97 peller 1.1 max = 1
98    
99     [plotDef:AK7]
100     relPath = deltaPullAngleAK7
101     xAxis = deltaPullAngleAK7
102     nBins = 30
103     min = -3.5
104     max = 3.5
105    
106     [plotDef:Sum]
107     relPath = Sum$(aJet_pt>20.&abs(aJet_eta)<2.4)
108 nmohr 1.7 xAxis = number of additional jets
109 peller 1.1 nBins = 6
110     min = 0
111     max = 6
112 nmohr 1.4
113 peller 1.5 [plotDef:HdEta]
114     relPath = H.dEta
115 nmohr 1.7 xAxis = #Delta #eta (b,#bar{b})
116 peller 1.6 nBins = 25
117 peller 1.5 min = 0
118     max = 4
119    
120     [plotDef:minCSV]
121     relPath = min(hJet_csv[0],hJet_csv[1])
122     xAxis = min CSV
123 peller 1.6 nBins = 25
124 peller 1.5 min = 0
125     max = 1
126    
127     [plotDef:maxCSV]
128     relPath = max(hJet_csv[0],hJet_csv[1])
129     xAxis = max CSV
130 peller 1.6 nBins = 25
131 peller 1.5 min = 0
132     max = 1
133    
134     [plotDef:hJet0pt]
135     relPath = hJet_pt[0]
136     xAxis = leading Jet p_T
137 peller 1.6 nBins = 25
138 peller 1.5 min = 0
139     max = 400
140    
141     [plotDef:hJet1pt]
142     relPath = hJet_pt[1]
143     xAxis = second leading Jet p_T
144 peller 1.6 nBins = 25
145 peller 1.5 min = 0
146     max = 250
147    
148     [plotDef:PullAngle]
149     relPath = deltaPullAngle
150 nmohr 1.7 xAxis = #Delta#theta
151 peller 1.5 nBins = 20
152     min = -3.5
153     max = 3.5
154    
155     [plotDef:PullAngle2]
156     relPath = deltaPullAngle2
157 nmohr 1.7 xAxis = #Delta#theta
158 peller 1.5 nBins = 20
159     min = -3.5
160     max = 3.5
161    
162 nmohr 1.4 [plotDef:rHVpt]
163     relPath = H.pt/V.pt
164     xAxis = p_{T} balance
165     nBins = 30
166     min = 0.5
167     max = 2.
168 nmohr 1.10
169 nmohr 1.12 [plotDef:rHVpt_NoReg]
170     relPath = HNoReg.pt/V.pt
171     xAxis = p_{T} balance before regression
172 nmohr 1.14 nBins = 30
173     min = 0.5
174     max = 2.
175 nmohr 1.12
176 nmohr 1.10 [plotDef:METnoPU]
177     relPath = METnoPU.et
178     xAxis = PU corrected #slash{E}_{T} [GeV]
179     nBins = 10
180     min = 0
181     max = 100
182    
183     [plotDef:JECUnc]
184     relPath = hJet_JECUnc
185     xAxis = JEC uncertainty
186     nBins = 25
187     min = 0.
188     max = 0.1
189    
190     [plotDef:rho25]
191     relPath = rho25
192     xAxis = #rho_{25}
193     nBins = 25
194     min = -0.5
195     max = 24.5
196    
197     [plotDef:jPtRaw]
198     relPath = hJet_ptRaw
199     xAxis = jet raw p_{T} [GeV]
200     nBins = 30
201     min = 20
202     max = 320
203    
204     [plotDef:jE]
205     relPath = hJet_e
206     xAxis = jet energy [GeV]
207     nBins = 30
208     min = 20
209     max = 320
210    
211     [plotDef:jCef]
212     relPath = hJet_cef
213     xAxis = charged electromagnetic fraction
214     nBins = 25
215     min = 0
216     max = 1
217    
218     [plotDef:jChf]
219     relPath = hJet_chf
220     xAxis = charged hadron fraction
221     nBins = 25
222     min = 0
223     max = 1
224    
225     [plotDef:jNCh]
226     relPath = hJet_nch
227     xAxis = charged multiplicity
228     nBins = 71
229     min = -0.5
230     max = 70.5
231    
232     [plotDef:jNum]
233     relPath = hJet_nconstituents
234     xAxis = number of constituents
235     nBins = 71
236     min = -0.5
237     max = 70.5
238    
239     [plotDef:jPtLeadTrack]
240     relPath = hJet_ptLeadTrack
241     xAxis = jet p_{T} leading track [GeV]
242 nmohr 1.13 nBins = 20
243     min = 0
244     max = 100
245 nmohr 1.10
246     [plotDef:vtxPt]
247     relPath = hJet_vtxPt
248     xAxis = vertex p_{T} [GeV]
249     nBins = 100
250     min = 0
251     max = 100
252    
253     [plotDef:vtxMass]
254     relPath = hJet_vtxMass
255     xAxis = vertex mass [GeV]
256     nBins = 50
257     min = 0
258     max = 50
259    
260     [plotDef:vtx3dL]
261     relPath = hJet_vtx3dL
262 nmohr 1.13 xAxis = vertex 3dL [cm]
263 nmohr 1.10 nBins = 50
264     min = 0
265 nmohr 1.13 max = 5
266 nmohr 1.10
267     [plotDef:vtx3deL]
268     relPath = hJet_vtx3deL
269 nmohr 1.13 xAxis = vertex 3dL #sigma [cm]
270 nmohr 1.10 nBins = 50
271     min = 0
272 nmohr 1.13 max = 0.5
273 nmohr 1.10
274     [plotDef:jSoftLeptPtRel]
275     relPath = hJet_SoftLeptptRel
276     xAxis = jet soft lepton PtRel
277     nBins = 20
278 nmohr 1.14 min = 0.
279     max = 20.
280 nmohr 1.10
281     [plotDef:jSoftLeptPt]
282     relPath = hJet_SoftLeptPt
283     xAxis = jet soft lepton p_{T} [GeV]
284 nmohr 1.13 nBins = 35
285 nmohr 1.10 min = 0
286 nmohr 1.13 max = 70
287 nmohr 1.10
288     [plotDef:jSoftLeptdR]
289     relPath = hJet_SoftLeptdR
290     xAxis = #Delta R (soft lepton, jet)
291     nBins = 20
292     min = 0
293 nmohr 1.13 max = 0.5
294 nmohr 1.11
295     [plotDef:regWeight]
296     relPath = hJet_regWeight
297     xAxis = regression correction
298 nmohr 1.13 nBins = 25
299 nmohr 1.11 min = 0.5
300     max = 1.5
301    
302     [plotDef:dPhiJetMet]
303     relPath = hJet_MET_dPhi
304     xAxis = #Delta #phi (#slash{E}_{T},j)
305     nBins = 35
306     min = -3.5
307     max = 3.5