![]() |
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, pt, rap, mass=0.0, phi=[0, TWOPI]) | |
| pt (self) | |
| pt (self, x) | |
| rap (self) | |
| rap (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| pt = pt | |
| rap = rap | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _pt = mksampler(x) | |
| _rap = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 684 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.PtRapMPhiSampler.__init__ | ( | self, | |
| pt, | |||
| rap, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 687 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.PtRapMPhiSampler.mass | ( | self | ) |
Definition at line 710 of file samplers.py.
| python.samplers.PtRapMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 714 of file samplers.py.
| python.samplers.PtRapMPhiSampler.phi | ( | self | ) |
Definition at line 718 of file samplers.py.
| python.samplers.PtRapMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 722 of file samplers.py.
| python.samplers.PtRapMPhiSampler.pt | ( | self | ) |
Definition at line 694 of file samplers.py.
| python.samplers.PtRapMPhiSampler.pt | ( | self, | |
| x ) |
Definition at line 698 of file samplers.py.
| python.samplers.PtRapMPhiSampler.rap | ( | self | ) |
Definition at line 702 of file samplers.py.
| python.samplers.PtRapMPhiSampler.rap | ( | self, | |
| x ) |
Definition at line 706 of file samplers.py.
| python.samplers.PtRapMPhiSampler.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 725 of file samplers.py.
Definition at line 715 of file samplers.py.
Definition at line 723 of file samplers.py.
Definition at line 699 of file samplers.py.
Definition at line 707 of file samplers.py.
| python.samplers.PtRapMPhiSampler.mass = mass |
Definition at line 690 of file samplers.py.
| python.samplers.PtRapMPhiSampler.phi = phi |
Definition at line 691 of file samplers.py.
| python.samplers.PtRapMPhiSampler.pt = pt |
Definition at line 688 of file samplers.py.
| python.samplers.PtRapMPhiSampler.rap = rap |
Definition at line 689 of file samplers.py.