Changes between Version 1 and Version 2 of WorkBook/RootTreeDescription
- Timestamp:
- Feb 25, 2013, 12:25:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/RootTreeDescription
v1 v2 3 3 Description of all classes used to store output data. 4 4 5 5 6 ||= Parameter =||= Definition =||= How it was calculated =|| 6 7 || || || || 7 || Event |||| ||8 |||| class Event || || 8 9 || || || || 9 10 || Number || event number || || 10 11 || || || || 11 || LHCOEvent |||| ||12 |||| class LHCOEvent || || 12 13 || || || || 13 14 || Event || LHCOEvent inherits all Event parameters || || 14 15 || Trigger || trigger word || || 15 16 || || || || 16 || LHEFEvent |||| ||17 |||| class LHEFEvent || || 17 18 || || || || 18 19 || Event || LHEFEvent inherits all Event parameters || || … … 23 24 || AlphaQCD || value of the QCD coupling used in the event || hepup.AQCDUP || 24 25 || || || || 25 || HepMCEvent |||| ||26 |||| class HepMCEvent || || 26 27 || || || || 27 28 || Event || HepMCEvent inherits all Event parameters || || … … 39 40 || PDF2 || PDF (id2, x2, Q) || pdf_info()->pdf2() || 40 41 || || || || 41 || !GenParticle |||| ||42 |||| class !GenParticle || || 42 43 || || || || 43 44 || PID || particle HEP ID number || hepevt.idhep[number] || … … 62 63 || Z || particle vertex position (z component) || hepevt.vhep[number][2] || 63 64 || || || || 64 || MissingET |||| ||65 |||| class MissingET || || 65 66 || || || || 66 67 || MET || mising transverse energy || || 67 68 || Phi || mising energy azimuthal angle || || 68 69 || || || || 69 || ScalarHT |||| ||70 |||| class ScalarHT || || 70 71 || || || || 71 72 || HT || scalar sum of transverse momenta || || 72 73 || || || || 73 || Photon |||| ||74 |||| class Photon || || 74 75 || || || || 75 76 || PT || photon transverse momentum || || … … 79 80 || Particles || references to generated particles || || 80 81 || || || || 81 || Electron |||| ||82 |||| class Electron || || 82 83 || || || || 83 84 || PT || electron transverse momentum || || … … 87 88 || Particle || reference to generated particle || || 88 89 || || || || 89 || Muon |||| ||90 |||| class Muon || || 90 91 || || || || 91 92 || PT || muon transverse momentum || || … … 95 96 || Particle || reference to generated particle || || 96 97 || || || || 97 || Jet |||| ||98 |||| class Jet || || 98 99 || || || || 99 100 || PT || jet transverse momentum || || … … 107 108 || Particles || references to generated particles || || 108 109 || || || || 109 || Track |||| ||110 |||| class Track || || 110 111 || || || || 111 112 || PID || HEP ID number || || … … 124 125 || Particle || reference to generated particle || || 125 126 || || || || 126 || Tower |||| ||127 |||| class Tower || || 127 128 || || || || 128 129 || ET || calorimeter tower transverse energy || ||