![]() |
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, energy, rap, mass=0.0, phi=[0, TWOPI]) | |
| energy (self) | |
| energy (self, x) | |
| rap (self) | |
| rap (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| energy = energy | |
| rap = rap | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _e = mksampler(x) | |
| _rap = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 497 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.ERapMPhiSampler.__init__ | ( | self, | |
| energy, | |||
| rap, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 502 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.ERapMPhiSampler.energy | ( | self | ) |
Definition at line 509 of file samplers.py.
| python.samplers.ERapMPhiSampler.energy | ( | self, | |
| x ) |
Definition at line 513 of file samplers.py.
| python.samplers.ERapMPhiSampler.mass | ( | self | ) |
Definition at line 525 of file samplers.py.
| python.samplers.ERapMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 529 of file samplers.py.
| python.samplers.ERapMPhiSampler.phi | ( | self | ) |
Definition at line 533 of file samplers.py.
| python.samplers.ERapMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 537 of file samplers.py.
| python.samplers.ERapMPhiSampler.rap | ( | self | ) |
Definition at line 517 of file samplers.py.
| python.samplers.ERapMPhiSampler.rap | ( | self, | |
| x ) |
Definition at line 521 of file samplers.py.
| python.samplers.ERapMPhiSampler.shoot | ( | self | ) |
y = 0.5 * ln((E+pz)/(E-pz)) -> (E^2 - pz^2) exp(2y) = (E+pz)^2 & (E^2 - pz^2) exp(-2y) = (E-pz)^2 -> E = sqrt(pt^2 + m^2) cosh(y) -> pz = sqrt(pt^2 + m^2) sinh(y) -> sqrt(pt^2 + m^2) = E / cosh(y)
Reimplemented from python.samplers.Sampler.
Definition at line 540 of file samplers.py.
Definition at line 514 of file samplers.py.
Definition at line 530 of file samplers.py.
Definition at line 538 of file samplers.py.
Definition at line 522 of file samplers.py.
| python.samplers.ERapMPhiSampler.energy = energy |
Definition at line 503 of file samplers.py.
| python.samplers.ERapMPhiSampler.mass = mass |
Definition at line 505 of file samplers.py.
| python.samplers.ERapMPhiSampler.phi = phi |
Definition at line 506 of file samplers.py.
| python.samplers.ERapMPhiSampler.rap = rap |
Definition at line 504 of file samplers.py.