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

Comparing UserCode/VHbb/python/vhbbPlotDef.ini (file contents):
Revision 1.1 by peller, Tue Oct 2 11:23:11 2012 UTC vs.
Revision 1.9 by peller, Thu Oct 11 14:09:11 2012 UTC

# Line 1 | Line 1
1   [plotDef:BDT_RMed]
2   relPath = RMed_<mass>_may.nominal
3   xAxis = BDT output
4 < nBins = 10
4 > nBins = 20
5   min = -1
6   max = 1
7  
8   [plotDef:BDT_RTight]
9   relPath = RTight_<mass>_may.nominal
10   xAxis = BDT output
11 < nBins = 10
11 > nBins = 20
12 > min = -1
13 > max = 1
14 >
15 > [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 + [plotDef:BDT8_RTightLooseBTag]
30 + relPath = RTightLooseBTag_<mass>_oct.nominal
31 + xAxis = BDT output
32 + nBins = 20
33 + min = -1
34 + max = 1
35  
36   [plotDef:Hmass]
37   relPath = H.mass
38 < xAxis = Higgs mass [GeV]
38 > xAxis = M_{b#bar{b}} [GeV]
39 > nBins = 25
40 > min = 0
41 > max = 250
42 >
43 > [plotDef:Hmass_NoReg]
44 > relPath = HNoReg.mass
45 > xAxis = M_{b#bar{b}} before Regression [GeV]
46   nBins = 25
47   min = 0
48   max = 250
49  
50   [plotDef:Hpt]
51   relPath = H.pt
52 < xAxis = Higgs p_T
52 > xAxis = p_{T} (b#bar{b}) [GeV]
53   nBins = 40
54   min = 0
55   max = 400
56  
57   [plotDef:Vpt]
58   relPath = V.pt
59 < xAxis = Vector p_T
59 > xAxis = p_{T} (V) [GeV]
60   nBins = 40
61   min = 0
62   max = 400
63  
64   [plotDef:HVdPhi]
65   relPath = HVdPhi
66 < xAxis = Higgs-Vector delta Phi
66 > xAxis = #Delta #phi (V,H)
67   nBins = 20
68   min = 0
69 < max = 3.2
69 > max = 3.5
70  
71   [plotDef:Vmass]
72   relPath = V.mass
73 < xAxis = Vector mass
73 > xAxis = m_{l^{+}l^{-}} [GeV]
74   nBins = 20
75   min = 75
76   max = 105
77  
78   [plotDef:HdR]
79   relPath = H.dR
80 < xAxis = Higgs delta R
80 > xAxis = #Delta R (b,#bar{b})
81   nBins = 20
82   min = 0
83   max = 4
84  
85   [plotDef:csv0]
86   relPath = hJet_csv[0]
87 < xAxis = csv hJet 0
87 > xAxis = jet 0 csv
88   nBins = 20
89 < min = 0.2
89 > min = 0
90   max = 1
91  
92   [plotDef:csv1]
93   relPath = hJet_csv[1]
94 < xAxis = csv hJet 1
94 > xAxis = jet 1 csv
95   nBins = 20
96 < min = 0.2
96 > min = 0
97   max = 1
98  
99   [plotDef:AK7]
# Line 78 | Line 105 | max = 3.5
105  
106   [plotDef:Sum]
107   relPath = Sum$(aJet_pt>20.&abs(aJet_eta)<2.4)
108 < xAxis = number of additional Jets
108 > xAxis = number of additional jets
109   nBins = 6
110   min = 0
111   max = 6
112 +
113 + [plotDef:HdEta]
114 + relPath = H.dEta
115 + xAxis = #Delta #eta (b,#bar{b})
116 + nBins = 25
117 + min = 0
118 + max = 4
119 +
120 + [plotDef:minCSV]
121 + relPath = min(hJet_csv[0],hJet_csv[1])
122 + xAxis = min CSV
123 + nBins = 25
124 + min = 0
125 + max = 1
126 +
127 + [plotDef:maxCSV]
128 + relPath = max(hJet_csv[0],hJet_csv[1])
129 + xAxis = max CSV
130 + nBins = 25
131 + min = 0
132 + max = 1
133 +
134 + [plotDef:hJet0pt]
135 + relPath = hJet_pt[0]
136 + xAxis = leading Jet p_T
137 + nBins = 25
138 + min = 0
139 + max = 400
140 +
141 + [plotDef:hJet1pt]
142 + relPath = hJet_pt[1]
143 + xAxis = second leading Jet p_T
144 + nBins = 25
145 + min = 0
146 + max = 250
147 +
148 + [plotDef:PullAngle]
149 + relPath = deltaPullAngle
150 + xAxis = #Delta#theta
151 + nBins = 20
152 + min = -3.5
153 + max = 3.5
154 +
155 + [plotDef:PullAngle2]
156 + relPath = deltaPullAngle2
157 + xAxis = #Delta#theta
158 + nBins = 20
159 + min = -3.5
160 + max = 3.5
161 +
162 + [plotDef:rHVpt]
163 + relPath = H.pt/V.pt
164 + xAxis = p_{T} balance
165 + nBins = 30
166 + min = 0.5
167 + max = 2.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines