- Timestamp:
- Dec 21, 2013, 3:00:11 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 24d005f
- Parents:
- af88093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
raf88093 r22dc7fd 211 211 212 212 Float_t E; // photon energy 213 213 214 Float_t T; //particle arrival time of flight 215 214 216 Float_t EhadOverEem; // ratio of the hadronic versus electromagnetic energy deposited in the calorimeter 215 217 … … 233 235 Float_t Eta; // electron pseudorapidity 234 236 Float_t Phi; // electron azimuthal angle 235 237 238 Float_t T; //particle arrival time of flight 239 236 240 Int_t Charge; // electron charge 237 241 … … 258 262 Float_t Phi; // muon azimuthal angle 259 263 264 Float_t T; //particle arrival time of flight 265 260 266 Int_t Charge; // muon charge 261 267 … … 280 286 Float_t Phi; // jet azimuthal angle 281 287 288 Float_t T; //particle arrival time of flight 289 282 290 Float_t Mass; // jet invariant mass 283 291 … … 323 331 Float_t Y; // track vertex position (y component) 324 332 Float_t Z; // track vertex position (z component) 333 Float_t T; // track vertex position (z component) 325 334 326 335 Float_t XOuter; // track position (x component) at the tracker edge 327 336 Float_t YOuter; // track position (y component) at the tracker edge 328 337 Float_t ZOuter; // track position (z component) at the tracker edge 338 Float_t TOuter; // track position (z component) at the tracker edge 329 339 330 340 TRef Particle; // reference to generated particle … … 349 359 Float_t E; // calorimeter tower energy 350 360 361 Float_t T; //particle arrival time of flight 362 351 363 Float_t Eem; // calorimeter tower electromagnetic energy 352 364 Float_t Ehad; // calorimeter tower hadronic energy
Note:
See TracChangeset
for help on using the changeset viewer.