![]() |
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=999, mom=NullMomSampler(), n=1, pos=PosSampler(0, 0, 0)) | |
| pid (self) | |
| pid (self, x) | |
| n (self) | |
| n (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| pid = pid | |
| mom = mom | |
| n = n | |
| pos = pos | |
| massdict = MASSES | |
| Pass mass info to the v4 sampler and set same generated mass. | |
| bool | mass_override = True |
Protected Attributes | |
| _pid = mksampler(x) | |
| _n = mksampler(x) | |
A simple N-independent-particle sampler.
Definition at line 853 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.ParticleSampler.__init__ | ( | self, | |
| pid = 999, | |||
| mom = NullMomSampler(), | |||
| n = 1, | |||
| pos = PosSampler(0, 0, 0) ) |
Definition at line 858 of file samplers.py.
|
inherited |
This is the call method that will actually be used (so that normal functions can also be passed in as samplers).
Definition at line 17 of file samplers.py.
| python.samplers.ParticleSampler.n | ( | self | ) |
Definition at line 878 of file samplers.py.
| python.samplers.ParticleSampler.n | ( | self, | |
| x ) |
Definition at line 882 of file samplers.py.
| python.samplers.ParticleSampler.pid | ( | self | ) |
Definition at line 870 of file samplers.py.
| python.samplers.ParticleSampler.pid | ( | self, | |
| x ) |
Definition at line 874 of file samplers.py.
| python.samplers.ParticleSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 885 of file samplers.py.
Definition at line 883 of file samplers.py.
Definition at line 875 of file samplers.py.
| bool python.samplers.ParticleSampler.mass_override = True |
Definition at line 867 of file samplers.py.
| python.samplers.ParticleSampler.massdict = MASSES |
Pass mass info to the v4 sampler and set same generated mass.
Definition at line 866 of file samplers.py.
| python.samplers.ParticleSampler.mom = mom |
Definition at line 863 of file samplers.py.
| python.samplers.ParticleSampler.n = n |
Definition at line 864 of file samplers.py.
| python.samplers.ParticleSampler.pid = pid |
Definition at line 862 of file samplers.py.
| python.samplers.ParticleSampler.pos = pos |
Definition at line 865 of file samplers.py.