![]() |
ATLAS Offline Software
|
Public Member Functions | |
| mothers (self) | |
| daughters (self) | |
| index (self) | |
| from_string (cls, string) | |
| to_string (self) | |
Public Attributes | |
| mother1 | |
| event | |
| invalid = not (set(kwargs.keys()) == set(self.FIELD_NAMES)) | |
| FIELD_NAMES | |
Static Public Attributes | |
| dict | FIELD_TYPES |
| str | FMT = "{pdg_id:8d} {status:5d} {mother0:5d} {mother1:5d} {colour0:5d} {colour1:5d} {px: .9E} {py: .9E} {pz: .9E} {e: .9E} {m: .9E} {lifetime: .5E} {spin: .3E}" |
Definition at line 57 of file LHETools.py.
| LHETools.Particle.daughters | ( | self | ) |
Definition at line 88 of file LHETools.py.
|
inherited |
Definition at line 23 of file LHETools.py.
| LHETools.Particle.index | ( | self | ) |
Definition at line 94 of file LHETools.py.
| LHETools.Particle.mothers | ( | self | ) |
Definition at line 84 of file LHETools.py.
|
inherited |
Definition at line 35 of file LHETools.py.
| LHETools.Particle.event |
Definition at line 90 of file LHETools.py.
|
inherited |
Definition at line 24 of file LHETools.py.
|
static |
Definition at line 65 of file LHETools.py.
|
static |
Definition at line 82 of file LHETools.py.
Definition at line 18 of file LHETools.py.
| LHETools.Particle.mother1 |
Definition at line 86 of file LHETools.py.