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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines