![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, pid=None, mom=None, pos=None) | |
Public Attributes | |
| pid = pid | |
| mom = mom or ROOT.TLorentzVector(0,0,0,0) | |
| pos = pos or ROOT.TLorentzVector(0,0,0,0) | |
| mass = None | |
A particle object for use as a return value from the particle samplers.
Definition at line 837 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
Constructor/initializer: PID is the (int) PDG particle ID code of this particle, mom is its momentum 4-vector, and pos is the vertex 4-position (both as ROOT.TLorentzVector, in MeV).
Definition at line 841 of file samplers.py.
| python.samplers.SampledParticle.mass = None |
Definition at line 850 of file samplers.py.
| python.samplers.SampledParticle.mom = mom or ROOT.TLorentzVector(0,0,0,0) |
Definition at line 848 of file samplers.py.
| python.samplers.SampledParticle.pid = pid |
Definition at line 847 of file samplers.py.
| python.samplers.SampledParticle.pos = pos or ROOT.TLorentzVector(0,0,0,0) |
Definition at line 849 of file samplers.py.