![]() |
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, theta, mass=0.0, phi=[0, TWOPI]) | |
| pt (self) | |
| pt (self, x) | |
| theta (self) | |
| theta (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| pt = pt | |
| theta = theta | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _pt = mksampler(x) | |
| _theta = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 749 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.PtThetaMPhiSampler.__init__ | ( | self, | |
| pt, | |||
| theta, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 752 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.PtThetaMPhiSampler.mass | ( | self | ) |
Definition at line 775 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 779 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.phi | ( | self | ) |
Definition at line 783 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 787 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.pt | ( | self | ) |
Definition at line 759 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.pt | ( | self, | |
| x ) |
Definition at line 763 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.shoot | ( | self | ) |
p = pt / math.sin(theta) pz = p cos(theta) pt = p sin(theta) E = sqrt(p^2 + m^2)
Reimplemented from python.samplers.Sampler.
Definition at line 790 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.theta | ( | self | ) |
Definition at line 767 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.theta | ( | self, | |
| x ) |
Definition at line 771 of file samplers.py.
Definition at line 780 of file samplers.py.
Definition at line 788 of file samplers.py.
Definition at line 764 of file samplers.py.
Definition at line 772 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.mass = mass |
Definition at line 755 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.phi = phi |
Definition at line 756 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.pt = pt |
Definition at line 753 of file samplers.py.
| python.samplers.PtThetaMPhiSampler.theta = theta |
Definition at line 754 of file samplers.py.