![]() |
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, px, py, pz, mass=0.0) | |
| mass (self) | |
| mass (self, x) | |
| px (self) | |
| px (self, x) | |
| py (self) | |
| py (self, x) | |
| pz (self) | |
| pz (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| mass = mass | |
| px = px | |
| py = py | |
| pz = pz | |
Protected Attributes | |
| _m = mksampler(x) | |
| _px = mksampler(x) | |
| _py = mksampler(x) | |
| _pz = mksampler(x) | |
Definition at line 384 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.MXYZSampler.__init__ | ( | self, | |
| px, | |||
| py, | |||
| pz, | |||
| mass = 0.0 ) |
Definition at line 387 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.MXYZSampler.mass | ( | self | ) |
Definition at line 394 of file samplers.py.
| python.samplers.MXYZSampler.mass | ( | self, | |
| x ) |
Definition at line 398 of file samplers.py.
| python.samplers.MXYZSampler.px | ( | self | ) |
Definition at line 402 of file samplers.py.
| python.samplers.MXYZSampler.px | ( | self, | |
| x ) |
Definition at line 406 of file samplers.py.
| python.samplers.MXYZSampler.py | ( | self | ) |
Definition at line 410 of file samplers.py.
| python.samplers.MXYZSampler.py | ( | self, | |
| x ) |
Definition at line 414 of file samplers.py.
| python.samplers.MXYZSampler.pz | ( | self | ) |
Definition at line 418 of file samplers.py.
| python.samplers.MXYZSampler.pz | ( | self, | |
| x ) |
Definition at line 422 of file samplers.py.
| python.samplers.MXYZSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 425 of file samplers.py.
Definition at line 399 of file samplers.py.
Definition at line 407 of file samplers.py.
Definition at line 415 of file samplers.py.
Definition at line 423 of file samplers.py.
| python.samplers.MXYZSampler.mass = mass |
Definition at line 388 of file samplers.py.
| python.samplers.MXYZSampler.px = px |
Definition at line 389 of file samplers.py.
| python.samplers.MXYZSampler.py = py |
Definition at line 390 of file samplers.py.
| python.samplers.MXYZSampler.pz = pz |
Definition at line 391 of file samplers.py.