5 | | |
6 | | ||= Parameter =||= Definition =||= How it was calculated =|| |
7 | | || || || || |
8 | | |||| class Event || || |
9 | | || || || || |
10 | | || Number || event number || || |
11 | | || || || || |
12 | | |||| class LHCOEvent || || |
13 | | || || || || |
14 | | || Event || LHCOEvent inherits all Event parameters || || |
15 | | || Trigger || trigger word || || |
16 | | || || || || |
17 | | |||| class LHEFEvent || || |
18 | | || || || || |
19 | | || Event || LHEFEvent inherits all Event parameters || || |
20 | | || ProcessID || subprocess code for the event || hepup.IDPRUP || |
21 | | || Weight || weight for the event || hepup.XWGTUP || |
22 | | || ScalePDF || scale in GeV used in the calculation of the PDFs in the event || hepup.SCALUP || |
23 | | || AlphaQED || value of the QED coupling used in the event || hepup.AQEDUP || |
24 | | || AlphaQCD || value of the QCD coupling used in the event || hepup.AQCDUP || |
25 | | || || || || |
26 | | |||| class HepMCEvent || || |
27 | | || || || || |
28 | | || Event || HepMCEvent inherits all Event parameters || || |
29 | | || ProcessID || unique signal process id || signal_process_id() || |
30 | | || MPI || number of multi parton interactions || mpi () || |
31 | | || Weight || weight for the event || || |
32 | | || Scale || energy scale, see hep-ph/0109068 || event_scale() || |
33 | | || AlphaQED || QED coupling, see hep-ph/0109068 || alphaQED() || |
34 | | || AlphaQCD || QCD coupling, see hep-ph/0109068 || alphaQCD() || |
35 | | || ID1 || flavour code of first parton || pdf_info()->id1() || |
36 | | || ID2 || flavour code of second parton || pdf_info()->id2() || |
37 | | || X1 || fraction of beam momentum carried by first parton ("beam side") || pdf_info()->x1() || |
38 | | || X2 || fraction of beam momentum carried by second parton ("target side") || pdf_info()->x2() || |
39 | | || ScalePDF || Q-scale used in evaluation of PDF's (in GeV) || pdf_info()->scalePDF() || |
40 | | || PDF1 || PDF (id1, x1, Q) || pdf_info()->pdf1() || |
41 | | || PDF2 || PDF (id2, x2, Q) || pdf_info()->pdf2() || |
42 | | || || || || |
43 | | |||| class !GenParticle || || |
44 | | || || || || |
45 | | || PID || particle HEP ID number || hepevt.idhep[number] || |
46 | | || Status || particle status || hepevt.isthep[number] || |
47 | | || IsPU || 0 or 1 for particles from pile-up interactions || || |
48 | | || M1 || particle 1st mother || hepevt.jmohep[number]![0] - 1 || |
49 | | || M2 || particle 2nd mother || hepevt.jmohep[number]![1] - 1 || |
50 | | || D1 || particle 1st daughter || hepevt.jdahep[number]![0] - 1 || |
51 | | || D2 || particle last daughter || hepevt.jdahep[number]![1] - 1 || |
52 | | || Charge || particle charge || || |
53 | | || Mass || particle mass || || |
54 | | || E || particle energy || hepevt.phep[number]![3] || |
55 | | || Px || particle momentum vector (x component) || hepevt.phep[number]![0] || |
56 | | || Py || particle momentum vector (y component) || hepevt.phep[number]![1] || |
57 | | || Pz || particle momentum vector (z component) || hepevt.phep[number]![2] || |
58 | | || PT || particle transverse momentum || || |
59 | | || Eta || particle pseudorapidity || || |
60 | | || Phi || particle azimuthal angle || || |
61 | | || Rapidity || particle rapidity || || |
62 | | || T || particle vertex position (t component) || hepevt.vhep[number]![3] || |
63 | | || X || particle vertex position (x component) || hepevt.vhep[number]![0] || |
64 | | || Y || particle vertex position (y component) || hepevt.vhep[number]![1] || |
65 | | || Z || particle vertex position (z component) || hepevt.vhep[number]![2] || |
66 | | || || || || |
67 | | |||| class Vertex || || |
68 | | || || || || |
69 | | || T || vertex position (t component) || || |
70 | | || X || vertex position (x component) || || |
71 | | || Y || vertex position (y component) || || |
72 | | || Z || vertex position (z component) || || |
73 | | || || || || |
74 | | |||| class MissingET || || |
75 | | || || || || |
76 | | || MET || mising transverse energy || || |
77 | | || Eta || mising energy pseudorapidity || || |
78 | | || Phi || mising energy azimuthal angle || || |
79 | | || || || || |
80 | | |||| class ScalarHT || || |
81 | | || || || || |
82 | | || HT || scalar sum of transverse momenta || || |
83 | | || || || || |
84 | | |||| class Rho || || |
85 | | || || || || |
86 | | || Rho || rho energy density || || |
87 | | || Edges![2] || pseudorapidity range edges || || |
88 | | || || || || |
89 | | |||| class Weight || || |
90 | | || || || || |
91 | | || Weight || weight for the event || || |
92 | | || || || || |
93 | | |||| class Photon || || |
94 | | || || || || |
95 | | || PT || photon transverse momentum || || |
96 | | || Eta || photon pseudorapidity || || |
97 | | || Phi || photon azimuthal angle || || |
98 | | || E || photon energy || || |
99 | | || !EhadOverEem || ratio of the hadronic versus electromagnetic energy deposited in the calorimeter || || |
100 | | || Particles || references to generated particles || || |
101 | | || || || || |
102 | | |||| class Electron || || |
103 | | || || || || |
104 | | || PT || electron transverse momentum || || |
105 | | || Eta || electron pseudorapidity || || |
106 | | || Phi || electron azimuthal angle || || |
107 | | || Charge || electron charge || || |
108 | | || !EhadOverEem || ratio of the hadronic versus electromagnetic energy deposited in the calorimeter || || |
109 | | || Particle || reference to generated particle || || |
110 | | || || || || |
111 | | |||| class Muon || || |
112 | | || || || || |
113 | | || PT || muon transverse momentum || || |
114 | | || Eta || muon pseudorapidity || || |
115 | | || Phi || muon azimuthal angle || || |
116 | | || Charge || muon charge || || |
117 | | || Particle || reference to generated particle || || |
118 | | || || || || |
119 | | |||| class Jet || || |
120 | | || || || || |
121 | | || PT || jet transverse momentum || || |
122 | | || Eta || jet pseudorapidity || || |
123 | | || Phi || jet azimuthal angle || || |
124 | | || Mass || jet invariant mass || || |
125 | | || BTag || 0 or 1 for a jet that has been tagged as containing a heavy quark || || |
126 | | || !TauTag || 0 or 1 for a jet that has been tagged as a tau || || |
127 | | || Charge || tau charge || || |
128 | | || !EhadOverEem || ratio of the hadronic versus electromagnetic energy deposited in the calorimeter || || |
129 | | || NCharged || number of charged constituents || || |
130 | | || NNeutrals || number of neutral constituents || || |
131 | | || Beta || (sum pt of charged pile-up constituents)/(sum pt of charged constituents) || || |
132 | | || !BetaStar || (sum pt of charged constituents coming from hard interaction)/(sum pt of charged constituents) || || |
133 | | || !MeanSqDeltaR || average distance (squared) between constituent and jet weighted by pt (squared) of constituent || || |
134 | | || PTD || average pt between constituent and jet weighted by pt of constituent || || |
135 | | || !FracPt![5] || (sum pt of constituents within a ring 0.1*i < DeltaR < 0.1*(i+1))/(sum pt of constituents) || || |
136 | | || Tau1 || 1-subjettiness || || |
137 | | || Tau2 || 2-subjettiness || || |
138 | | || Tau3 || 3-subjettiness || || |
139 | | || Tau4 || 4-subjettiness || || |
140 | | || Tau5 || 5-subjettiness || || |
141 | | || Constituents || references to constituents || || |
142 | | || Particles || references to generated particles || || |
143 | | || || || || |
144 | | |||| class Track || || |
145 | | || || || || |
146 | | || PID || HEP ID number || || |
147 | | || Charge || track charge || || |
148 | | || PT || track transverse momentum || || |
149 | | || Eta || track pseudorapidity || || |
150 | | || Phi || track azimuthal angle || || |
151 | | || !EtaOuter || track pseudorapidity at the tracker edge || || |
152 | | || !PhiOuter || track azimuthal angle at the tracker edge || || |
153 | | || X || track vertex position (x component) || || |
154 | | || Y || track vertex position (y component) || || |
155 | | || Z || track vertex position (z component) || || |
156 | | || T || track vertex position (z component) || || |
157 | | || XOuter || track position (x component) at the tracker edge || || |
158 | | || YOuter || track position (y component) at the tracker edge || || |
159 | | || ZOuter || track position (z component) at the tracker edge || || |
160 | | || TOuter || track position (z component) at the tracker edge || || |
161 | | || Particle || reference to generated particle || || |
162 | | || || || || |
163 | | |||| class Tower || || |
164 | | || || || || |
165 | | || ET || calorimeter tower transverse energy || || |
166 | | || Eta || calorimeter tower pseudorapidity || || |
167 | | || Phi || calorimeter tower azimuthal angle || || |
168 | | || E || calorimeter tower energy || || |
169 | | || Eem || calorimeter tower electromagnetic energy || || |
170 | | || Ehad || calorimeter tower hadronic energy || || |
171 | | || Edges![4] || calorimeter tower edges || || |
172 | | || Particles || references to generated particles || || |
173 | | || || || || |
174 | | |||| class !HectorHit || || |
175 | | || || || || |
176 | | || E || reconstructed energy [GeV] || || |
177 | | || Tx || angle of the momentum in the horizontal (x,z) plane [urad] || || |
178 | | || Ty || angle of the momentum in the verical (y,z) plane [urad] || || |
179 | | || T || time of flight to the detector [s] || || |
180 | | || X || horizontal distance to the beam [um] || || |
181 | | || Y || vertical distance to the beam [um] || || |
182 | | || S || distance to the interaction point [m] || || |
183 | | || Particle || reference to generated particle || || |
| 5 | {{{ |
| 6 | #!html |
| 7 | <table> |
| 8 | <tr><th>Parameter</th> |
| 9 | <th>Definition</th> |
| 10 | <th>How it was calculated</th></tr> |
| 11 | <tr class="class"><td colspan="3" id="Event">class Event</td></tr> |
| 12 | <tr class="even"> |
| 13 | <td>Number</td> |
| 14 | <td>event number</td> |
| 15 | <td></td> |
| 16 | </tr> |
| 17 | <tr class="class"><td colspan="3" id="LHCOEvent">class LHCOEvent</td></tr> |
| 18 | <tr class="odd"> |
| 19 | <td><a href="#Event">Event</a></td> |
| 20 | <td>LHCOEvent inherits all Event parameters</td> |
| 21 | <td></td> |
| 22 | </tr> |
| 23 | <tr class="even"> |
| 24 | <td>Trigger</td> |
| 25 | <td>trigger word</td> |
| 26 | <td></td> |
| 27 | </tr> |
| 28 | <tr class="class"><td colspan="3" id="LHEFEvent">class LHEFEvent</td></tr> |
| 29 | <tr class="odd"> |
| 30 | <td><a href="#Event">Event</a></td> |
| 31 | <td>LHEFEvent inherits all Event parameters</td> |
| 32 | <td></td> |
| 33 | </tr> |
| 34 | <tr class="even"> |
| 35 | <td>ProcessID</td> |
| 36 | <td>subprocess code for the event </td> |
| 37 | <td> hepup.IDPRUP</td> |
| 38 | </tr> |
| 39 | <tr class="odd"> |
| 40 | <td>Weight</td> |
| 41 | <td>weight for the event </td> |
| 42 | <td> hepup.XWGTUP</td> |
| 43 | </tr> |
| 44 | <tr class="even"> |
| 45 | <td>ScalePDF</td> |
| 46 | <td>scale in GeV used in the calculation of the PDFs in the event </td> |
| 47 | <td> hepup.SCALUP</td> |
| 48 | </tr> |
| 49 | <tr class="odd"> |
| 50 | <td>AlphaQED</td> |
| 51 | <td>value of the QED coupling used in the event </td> |
| 52 | <td> hepup.AQEDUP</td> |
| 53 | </tr> |
| 54 | <tr class="even"> |
| 55 | <td>AlphaQCD</td> |
| 56 | <td>value of the QCD coupling used in the event </td> |
| 57 | <td> hepup.AQCDUP</td> |
| 58 | </tr> |
| 59 | <tr class="class"><td colspan="3" id="HepMCEvent">class HepMCEvent</td></tr> |
| 60 | <tr class="odd"> |
| 61 | <td><a href="#Event">Event</a></td> |
| 62 | <td>HepMCEvent inherits all Event parameters</td> |
| 63 | <td></td> |
| 64 | </tr> |
| 65 | <tr class="even"> |
| 66 | <td>ProcessID</td> |
| 67 | <td>unique signal process id </td> |
| 68 | <td> signal_process_id()</td> |
| 69 | </tr> |
| 70 | <tr class="odd"> |
| 71 | <td>MPI</td> |
| 72 | <td>number of multi parton interactions </td> |
| 73 | <td> mpi ()</td> |
| 74 | </tr> |
| 75 | <tr class="even"> |
| 76 | <td>Weight</td> |
| 77 | <td>weight for the event</td> |
| 78 | <td></td> |
| 79 | </tr> |
| 80 | <tr class="odd"> |
| 81 | <td>Scale</td> |
| 82 | <td>energy scale, see hep-ph/0109068 </td> |
| 83 | <td> event_scale()</td> |
| 84 | </tr> |
| 85 | <tr class="even"> |
| 86 | <td>AlphaQED</td> |
| 87 | <td>QED coupling, see hep-ph/0109068 </td> |
| 88 | <td> alphaQED()</td> |
| 89 | </tr> |
| 90 | <tr class="odd"> |
| 91 | <td>AlphaQCD</td> |
| 92 | <td>QCD coupling, see hep-ph/0109068 </td> |
| 93 | <td> alphaQCD()</td> |
| 94 | </tr> |
| 95 | <tr class="even"> |
| 96 | <td>ID1</td> |
| 97 | <td>flavour code of first parton </td> |
| 98 | <td> pdf_info()->id1()</td> |
| 99 | </tr> |
| 100 | <tr class="odd"> |
| 101 | <td>ID2</td> |
| 102 | <td>flavour code of second parton </td> |
| 103 | <td> pdf_info()->id2()</td> |
| 104 | </tr> |
| 105 | <tr class="even"> |
| 106 | <td>X1</td> |
| 107 | <td>fraction of beam momentum carried by first parton ("beam side") </td> |
| 108 | <td> pdf_info()->x1()</td> |
| 109 | </tr> |
| 110 | <tr class="odd"> |
| 111 | <td>X2</td> |
| 112 | <td>fraction of beam momentum carried by second parton ("target side") </td> |
| 113 | <td> pdf_info()->x2()</td> |
| 114 | </tr> |
| 115 | <tr class="even"> |
| 116 | <td>ScalePDF</td> |
| 117 | <td>Q-scale used in evaluation of PDF's (in GeV) </td> |
| 118 | <td> pdf_info()->scalePDF()</td> |
| 119 | </tr> |
| 120 | <tr class="odd"> |
| 121 | <td>PDF1</td> |
| 122 | <td>PDF (id1, x1, Q) </td> |
| 123 | <td> pdf_info()->pdf1()</td> |
| 124 | </tr> |
| 125 | <tr class="even"> |
| 126 | <td>PDF2</td> |
| 127 | <td>PDF (id2, x2, Q) </td> |
| 128 | <td> pdf_info()->pdf2()</td> |
| 129 | </tr> |
| 130 | <tr class="class"><td colspan="3" id="GenParticle">class GenParticle</td></tr> |
| 131 | <tr class="even"> |
| 132 | <td>PID</td> |
| 133 | <td>particle HEP ID number </td> |
| 134 | <td> hepevt.idhep[number]</td> |
| 135 | </tr> |
| 136 | <tr class="odd"> |
| 137 | <td>Status</td> |
| 138 | <td>particle status </td> |
| 139 | <td> hepevt.isthep[number]</td> |
| 140 | </tr> |
| 141 | <tr class="even"> |
| 142 | <td>IsPU</td> |
| 143 | <td>0 or 1 for particles from pile-up interactions</td> |
| 144 | <td></td> |
| 145 | </tr> |
| 146 | <tr class="odd"> |
| 147 | <td>M1</td> |
| 148 | <td>particle 1st mother </td> |
| 149 | <td> hepevt.jmohep[number][0] - 1</td> |
| 150 | </tr> |
| 151 | <tr class="even"> |
| 152 | <td>M2</td> |
| 153 | <td>particle 2nd mother </td> |
| 154 | <td> hepevt.jmohep[number][1] - 1</td> |
| 155 | </tr> |
| 156 | <tr class="odd"> |
| 157 | <td>D1</td> |
| 158 | <td>particle 1st daughter </td> |
| 159 | <td> hepevt.jdahep[number][0] - 1</td> |
| 160 | </tr> |
| 161 | <tr class="even"> |
| 162 | <td>D2</td> |
| 163 | <td>particle last daughter </td> |
| 164 | <td> hepevt.jdahep[number][1] - 1</td> |
| 165 | </tr> |
| 166 | <tr class="odd"> |
| 167 | <td>Charge</td> |
| 168 | <td>particle charge</td> |
| 169 | <td></td> |
| 170 | </tr> |
| 171 | <tr class="even"> |
| 172 | <td>Mass</td> |
| 173 | <td>particle mass</td> |
| 174 | <td></td> |
| 175 | </tr> |
| 176 | <tr class="odd"> |
| 177 | <td>E</td> |
| 178 | <td>particle energy </td> |
| 179 | <td> hepevt.phep[number][3]</td> |
| 180 | </tr> |
| 181 | <tr class="even"> |
| 182 | <td>Px</td> |
| 183 | <td>particle momentum vector (x component) </td> |
| 184 | <td> hepevt.phep[number][0]</td> |
| 185 | </tr> |
| 186 | <tr class="odd"> |
| 187 | <td>Py</td> |
| 188 | <td>particle momentum vector (y component) </td> |
| 189 | <td> hepevt.phep[number][1]</td> |
| 190 | </tr> |
| 191 | <tr class="even"> |
| 192 | <td>Pz</td> |
| 193 | <td>particle momentum vector (z component) </td> |
| 194 | <td> hepevt.phep[number][2]</td> |
| 195 | </tr> |
| 196 | <tr class="odd"> |
| 197 | <td>PT</td> |
| 198 | <td>particle transverse momentum</td> |
| 199 | <td></td> |
| 200 | </tr> |
| 201 | <tr class="even"> |
| 202 | <td>Eta</td> |
| 203 | <td>particle pseudorapidity</td> |
| 204 | <td></td> |
| 205 | </tr> |
| 206 | <tr class="odd"> |
| 207 | <td>Phi</td> |
| 208 | <td>particle azimuthal angle</td> |
| 209 | <td></td> |
| 210 | </tr> |
| 211 | <tr class="even"> |
| 212 | <td>Rapidity</td> |
| 213 | <td>particle rapidity</td> |
| 214 | <td></td> |
| 215 | </tr> |
| 216 | <tr class="odd"> |
| 217 | <td>T</td> |
| 218 | <td>particle vertex position (t component) </td> |
| 219 | <td> hepevt.vhep[number][3]</td> |
| 220 | </tr> |
| 221 | <tr class="even"> |
| 222 | <td>X</td> |
| 223 | <td>particle vertex position (x component) </td> |
| 224 | <td> hepevt.vhep[number][0]</td> |
| 225 | </tr> |
| 226 | <tr class="odd"> |
| 227 | <td>Y</td> |
| 228 | <td>particle vertex position (y component) </td> |
| 229 | <td> hepevt.vhep[number][1]</td> |
| 230 | </tr> |
| 231 | <tr class="even"> |
| 232 | <td>Z</td> |
| 233 | <td>particle vertex position (z component) </td> |
| 234 | <td> hepevt.vhep[number][2]</td> |
| 235 | </tr> |
| 236 | <tr class="class"><td colspan="3" id="Vertex">class Vertex</td></tr> |
| 237 | <tr class="even"> |
| 238 | <td>T</td> |
| 239 | <td>vertex position (t component)</td> |
| 240 | <td></td> |
| 241 | </tr> |
| 242 | <tr class="odd"> |
| 243 | <td>X</td> |
| 244 | <td>vertex position (x component)</td> |
| 245 | <td></td> |
| 246 | </tr> |
| 247 | <tr class="even"> |
| 248 | <td>Y</td> |
| 249 | <td>vertex position (y component)</td> |
| 250 | <td></td> |
| 251 | </tr> |
| 252 | <tr class="odd"> |
| 253 | <td>Z</td> |
| 254 | <td>vertex position (z component)</td> |
| 255 | <td></td> |
| 256 | </tr> |
| 257 | <tr class="class"><td colspan="3" id="MissingET">class MissingET</td></tr> |
| 258 | <tr class="even"> |
| 259 | <td>MET</td> |
| 260 | <td>mising transverse energy</td> |
| 261 | <td></td> |
| 262 | </tr> |
| 263 | <tr class="odd"> |
| 264 | <td>Eta</td> |
| 265 | <td>mising energy pseudorapidity</td> |
| 266 | <td></td> |
| 267 | </tr> |
| 268 | <tr class="even"> |
| 269 | <td>Phi</td> |
| 270 | <td>mising energy azimuthal angle</td> |
| 271 | <td></td> |
| 272 | </tr> |
| 273 | <tr class="class"><td colspan="3" id="ScalarHT">class ScalarHT</td></tr> |
| 274 | <tr class="even"> |
| 275 | <td>HT</td> |
| 276 | <td>scalar sum of transverse momenta</td> |
| 277 | <td></td> |
| 278 | </tr> |
| 279 | <tr class="class"><td colspan="3" id="Rho">class Rho</td></tr> |
| 280 | <tr class="even"> |
| 281 | <td>Rho</td> |
| 282 | <td>rho energy density</td> |
| 283 | <td></td> |
| 284 | </tr> |
| 285 | <tr class="odd"> |
| 286 | <td>Edges[2]</td> |
| 287 | <td>pseudorapidity range edges</td> |
| 288 | <td></td> |
| 289 | </tr> |
| 290 | <tr class="class"><td colspan="3" id="Weight">class Weight</td></tr> |
| 291 | <tr class="even"> |
| 292 | <td>Weight</td> |
| 293 | <td>weight for the event</td> |
| 294 | <td></td> |
| 295 | </tr> |
| 296 | <tr class="class"><td colspan="3" id="Photon">class Photon</td></tr> |
| 297 | <tr class="even"> |
| 298 | <td>PT</td> |
| 299 | <td>photon transverse momentum</td> |
| 300 | <td></td> |
| 301 | </tr> |
| 302 | <tr class="odd"> |
| 303 | <td>Eta</td> |
| 304 | <td>photon pseudorapidity</td> |
| 305 | <td></td> |
| 306 | </tr> |
| 307 | <tr class="even"> |
| 308 | <td>Phi</td> |
| 309 | <td>photon azimuthal angle</td> |
| 310 | <td></td> |
| 311 | </tr> |
| 312 | <tr class="odd"> |
| 313 | <td>E</td> |
| 314 | <td>photon energy</td> |
| 315 | <td></td> |
| 316 | </tr> |
| 317 | <tr class="even"> |
| 318 | <td>EhadOverEem</td> |
| 319 | <td>ratio of the hadronic versus electromagnetic energy deposited in the calorimeter</td> |
| 320 | <td></td> |
| 321 | </tr> |
| 322 | <tr class="odd"> |
| 323 | <td>Particles</td> |
| 324 | <td>references to generated particles</td> |
| 325 | <td></td> |
| 326 | </tr> |
| 327 | <tr class="class"><td colspan="3" id="Electron">class Electron</td></tr> |
| 328 | <tr class="even"> |
| 329 | <td>PT</td> |
| 330 | <td>electron transverse momentum</td> |
| 331 | <td></td> |
| 332 | </tr> |
| 333 | <tr class="odd"> |
| 334 | <td>Eta</td> |
| 335 | <td>electron pseudorapidity</td> |
| 336 | <td></td> |
| 337 | </tr> |
| 338 | <tr class="even"> |
| 339 | <td>Phi</td> |
| 340 | <td>electron azimuthal angle</td> |
| 341 | <td></td> |
| 342 | </tr> |
| 343 | <tr class="odd"> |
| 344 | <td>Charge</td> |
| 345 | <td>electron charge</td> |
| 346 | <td></td> |
| 347 | </tr> |
| 348 | <tr class="even"> |
| 349 | <td>EhadOverEem</td> |
| 350 | <td>ratio of the hadronic versus electromagnetic energy deposited in the calorimeter</td> |
| 351 | <td></td> |
| 352 | </tr> |
| 353 | <tr class="odd"> |
| 354 | <td>Particle</td> |
| 355 | <td>reference to generated particle</td> |
| 356 | <td></td> |
| 357 | </tr> |
| 358 | <tr class="class"><td colspan="3" id="Muon">class Muon</td></tr> |
| 359 | <tr class="even"> |
| 360 | <td>PT</td> |
| 361 | <td>muon transverse momentum</td> |
| 362 | <td></td> |
| 363 | </tr> |
| 364 | <tr class="odd"> |
| 365 | <td>Eta</td> |
| 366 | <td>muon pseudorapidity</td> |
| 367 | <td></td> |
| 368 | </tr> |
| 369 | <tr class="even"> |
| 370 | <td>Phi</td> |
| 371 | <td>muon azimuthal angle</td> |
| 372 | <td></td> |
| 373 | </tr> |
| 374 | <tr class="odd"> |
| 375 | <td>Charge</td> |
| 376 | <td>muon charge</td> |
| 377 | <td></td> |
| 378 | </tr> |
| 379 | <tr class="even"> |
| 380 | <td>Particle</td> |
| 381 | <td>reference to generated particle</td> |
| 382 | <td></td> |
| 383 | </tr> |
| 384 | <tr class="class"><td colspan="3" id="Jet">class Jet</td></tr> |
| 385 | <tr class="even"> |
| 386 | <td>PT</td> |
| 387 | <td>jet transverse momentum</td> |
| 388 | <td></td> |
| 389 | </tr> |
| 390 | <tr class="odd"> |
| 391 | <td>Eta</td> |
| 392 | <td>jet pseudorapidity</td> |
| 393 | <td></td> |
| 394 | </tr> |
| 395 | <tr class="even"> |
| 396 | <td>Phi</td> |
| 397 | <td>jet azimuthal angle</td> |
| 398 | <td></td> |
| 399 | </tr> |
| 400 | <tr class="odd"> |
| 401 | <td>Mass</td> |
| 402 | <td>jet invariant mass</td> |
| 403 | <td></td> |
| 404 | </tr> |
| 405 | <tr class="even"> |
| 406 | <td>BTag</td> |
| 407 | <td>0 or 1 for a jet that has been tagged as containing a heavy quark</td> |
| 408 | <td></td> |
| 409 | </tr> |
| 410 | <tr class="odd"> |
| 411 | <td>TauTag</td> |
| 412 | <td>0 or 1 for a jet that has been tagged as a tau</td> |
| 413 | <td></td> |
| 414 | </tr> |
| 415 | <tr class="even"> |
| 416 | <td>Charge</td> |
| 417 | <td>tau charge</td> |
| 418 | <td></td> |
| 419 | </tr> |
| 420 | <tr class="odd"> |
| 421 | <td>EhadOverEem</td> |
| 422 | <td>ratio of the hadronic versus electromagnetic energy deposited in the calorimeter</td> |
| 423 | <td></td> |
| 424 | </tr> |
| 425 | <tr class="even"> |
| 426 | <td>NCharged</td> |
| 427 | <td>number of charged constituents </td> |
| 428 | <td></td> |
| 429 | </tr> |
| 430 | <tr class="odd"> |
| 431 | <td>NNeutrals</td> |
| 432 | <td>number of neutral constituents </td> |
| 433 | <td></td> |
| 434 | </tr> |
| 435 | <tr class="even"> |
| 436 | <td>Beta</td> |
| 437 | <td>(sum pt of charged pile-up constituents)/(sum pt of charged constituents) </td> |
| 438 | <td></td> |
| 439 | </tr> |
| 440 | <tr class="odd"> |
| 441 | <td>BetaStar</td> |
| 442 | <td>(sum pt of charged constituents coming from hard interaction)/(sum pt of charged constituents) </td> |
| 443 | <td></td> |
| 444 | </tr> |
| 445 | <tr class="even"> |
| 446 | <td>MeanSqDeltaR</td> |
| 447 | <td>average distance (squared) between constituent and jet weighted by pt (squared) of constituent</td> |
| 448 | <td></td> |
| 449 | </tr> |
| 450 | <tr class="odd"> |
| 451 | <td>PTD</td> |
| 452 | <td>average pt between constituent and jet weighted by pt of constituent</td> |
| 453 | <td></td> |
| 454 | </tr> |
| 455 | <tr class="even"> |
| 456 | <td>FracPt[5]</td> |
| 457 | <td>(sum pt of constituents within a ring 0.1*i < DeltaR < 0.1*(i+1))/(sum pt of constituents) </td> |
| 458 | <td></td> |
| 459 | </tr> |
| 460 | <tr class="odd"> |
| 461 | <td>Tau1</td> |
| 462 | <td>1-subjettiness</td> |
| 463 | <td></td> |
| 464 | </tr> |
| 465 | <tr class="even"> |
| 466 | <td>Tau2</td> |
| 467 | <td>2-subjettiness</td> |
| 468 | <td></td> |
| 469 | </tr> |
| 470 | <tr class="odd"> |
| 471 | <td>Tau3</td> |
| 472 | <td>3-subjettiness</td> |
| 473 | <td></td> |
| 474 | </tr> |
| 475 | <tr class="even"> |
| 476 | <td>Tau4</td> |
| 477 | <td>4-subjettiness</td> |
| 478 | <td></td> |
| 479 | </tr> |
| 480 | <tr class="odd"> |
| 481 | <td>Tau5</td> |
| 482 | <td>5-subjettiness</td> |
| 483 | <td></td> |
| 484 | </tr> |
| 485 | <tr class="even"> |
| 486 | <td>Constituents</td> |
| 487 | <td>references to constituents</td> |
| 488 | <td></td> |
| 489 | </tr> |
| 490 | <tr class="odd"> |
| 491 | <td>Particles</td> |
| 492 | <td>references to generated particles</td> |
| 493 | <td></td> |
| 494 | </tr> |
| 495 | <tr class="class"><td colspan="3" id="Track">class Track</td></tr> |
| 496 | <tr class="even"> |
| 497 | <td>PID</td> |
| 498 | <td>HEP ID number</td> |
| 499 | <td></td> |
| 500 | </tr> |
| 501 | <tr class="odd"> |
| 502 | <td>Charge</td> |
| 503 | <td>track charge</td> |
| 504 | <td></td> |
| 505 | </tr> |
| 506 | <tr class="even"> |
| 507 | <td>PT</td> |
| 508 | <td>track transverse momentum</td> |
| 509 | <td></td> |
| 510 | </tr> |
| 511 | <tr class="odd"> |
| 512 | <td>Eta</td> |
| 513 | <td>track pseudorapidity</td> |
| 514 | <td></td> |
| 515 | </tr> |
| 516 | <tr class="even"> |
| 517 | <td>Phi</td> |
| 518 | <td>track azimuthal angle</td> |
| 519 | <td></td> |
| 520 | </tr> |
| 521 | <tr class="odd"> |
| 522 | <td>EtaOuter</td> |
| 523 | <td>track pseudorapidity at the tracker edge</td> |
| 524 | <td></td> |
| 525 | </tr> |
| 526 | <tr class="even"> |
| 527 | <td>PhiOuter</td> |
| 528 | <td>track azimuthal angle at the tracker edge</td> |
| 529 | <td></td> |
| 530 | </tr> |
| 531 | <tr class="odd"> |
| 532 | <td>X</td> |
| 533 | <td>track vertex position (x component)</td> |
| 534 | <td></td> |
| 535 | </tr> |
| 536 | <tr class="even"> |
| 537 | <td>Y</td> |
| 538 | <td>track vertex position (y component)</td> |
| 539 | <td></td> |
| 540 | </tr> |
| 541 | <tr class="odd"> |
| 542 | <td>Z</td> |
| 543 | <td>track vertex position (z component)</td> |
| 544 | <td></td> |
| 545 | </tr> |
| 546 | <tr class="even"> |
| 547 | <td>T</td> |
| 548 | <td>track vertex position (z component)</td> |
| 549 | <td></td> |
| 550 | </tr> |
| 551 | <tr class="odd"> |
| 552 | <td>XOuter</td> |
| 553 | <td>track position (x component) at the tracker edge</td> |
| 554 | <td></td> |
| 555 | </tr> |
| 556 | <tr class="even"> |
| 557 | <td>YOuter</td> |
| 558 | <td>track position (y component) at the tracker edge</td> |
| 559 | <td></td> |
| 560 | </tr> |
| 561 | <tr class="odd"> |
| 562 | <td>ZOuter</td> |
| 563 | <td>track position (z component) at the tracker edge</td> |
| 564 | <td></td> |
| 565 | </tr> |
| 566 | <tr class="even"> |
| 567 | <td>TOuter</td> |
| 568 | <td>track position (z component) at the tracker edge</td> |
| 569 | <td></td> |
| 570 | </tr> |
| 571 | <tr class="odd"> |
| 572 | <td>Particle</td> |
| 573 | <td>reference to generated particle</td> |
| 574 | <td></td> |
| 575 | </tr> |
| 576 | <tr class="class"><td colspan="3" id="Tower">class Tower</td></tr> |
| 577 | <tr class="even"> |
| 578 | <td>ET</td> |
| 579 | <td>calorimeter tower transverse energy</td> |
| 580 | <td></td> |
| 581 | </tr> |
| 582 | <tr class="odd"> |
| 583 | <td>Eta</td> |
| 584 | <td>calorimeter tower pseudorapidity</td> |
| 585 | <td></td> |
| 586 | </tr> |
| 587 | <tr class="even"> |
| 588 | <td>Phi</td> |
| 589 | <td>calorimeter tower azimuthal angle</td> |
| 590 | <td></td> |
| 591 | </tr> |
| 592 | <tr class="odd"> |
| 593 | <td>E</td> |
| 594 | <td>calorimeter tower energy</td> |
| 595 | <td></td> |
| 596 | </tr> |
| 597 | <tr class="even"> |
| 598 | <td>Eem</td> |
| 599 | <td>calorimeter tower electromagnetic energy</td> |
| 600 | <td></td> |
| 601 | </tr> |
| 602 | <tr class="odd"> |
| 603 | <td>Ehad</td> |
| 604 | <td>calorimeter tower hadronic energy</td> |
| 605 | <td></td> |
| 606 | </tr> |
| 607 | <tr class="even"> |
| 608 | <td>Edges[4]</td> |
| 609 | <td>calorimeter tower edges</td> |
| 610 | <td></td> |
| 611 | </tr> |
| 612 | <tr class="odd"> |
| 613 | <td>Particles</td> |
| 614 | <td>references to generated particles</td> |
| 615 | <td></td> |
| 616 | </tr> |
| 617 | <tr class="class"><td colspan="3" id="HectorHit">class HectorHit</td></tr> |
| 618 | <tr class="even"> |
| 619 | <td>E</td> |
| 620 | <td>reconstructed energy [GeV]</td> |
| 621 | <td></td> |
| 622 | </tr> |
| 623 | <tr class="odd"> |
| 624 | <td>Tx</td> |
| 625 | <td>angle of the momentum in the horizontal (x,z) plane [urad]</td> |
| 626 | <td></td> |
| 627 | </tr> |
| 628 | <tr class="even"> |
| 629 | <td>Ty</td> |
| 630 | <td>angle of the momentum in the verical (y,z) plane [urad]</td> |
| 631 | <td></td> |
| 632 | </tr> |
| 633 | <tr class="odd"> |
| 634 | <td>T</td> |
| 635 | <td>time of flight to the detector [s]</td> |
| 636 | <td></td> |
| 637 | </tr> |
| 638 | <tr class="even"> |
| 639 | <td>X</td> |
| 640 | <td>horizontal distance to the beam [um]</td> |
| 641 | <td></td> |
| 642 | </tr> |
| 643 | <tr class="odd"> |
| 644 | <td>Y</td> |
| 645 | <td>vertical distance to the beam [um]</td> |
| 646 | <td></td> |
| 647 | </tr> |
| 648 | <tr class="even"> |
| 649 | <td>S</td> |
| 650 | <td>distance to the interaction point [m]</td> |
| 651 | <td></td> |
| 652 | </tr> |
| 653 | <tr class="odd"> |
| 654 | <td>Particle</td> |
| 655 | <td>reference to generated particle</td> |
| 656 | <td></td> |
| 657 | </tr> |
| 658 | </table> |
| 659 | }}} |