![]() |
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, eta, mass=0.0, phi=[0, TWOPI]) | |
| pt (self) | |
| pt (self, x) | |
| eta (self) | |
| eta (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| pt = pt | |
| eta = eta | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _pt = mksampler(x) | |
| _eta = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 624 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.PtEtaMPhiSampler.__init__ | ( | self, | |
| pt, | |||
| eta, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 627 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.PtEtaMPhiSampler.eta | ( | self | ) |
Definition at line 642 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.eta | ( | self, | |
| x ) |
Definition at line 646 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.mass | ( | self | ) |
Definition at line 650 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 654 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.phi | ( | self | ) |
Definition at line 658 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 662 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.pt | ( | self | ) |
Definition at line 634 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.pt | ( | self, | |
| x ) |
Definition at line 638 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.shoot | ( | self | ) |
eta = - ln(tan(theta/2)) / 2 => theta = 2 atan( exp(-eta) )
Reimplemented from python.samplers.Sampler.
Definition at line 665 of file samplers.py.
Definition at line 647 of file samplers.py.
Definition at line 655 of file samplers.py.
Definition at line 663 of file samplers.py.
Definition at line 639 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.eta = eta |
Definition at line 629 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.mass = mass |
Definition at line 630 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.phi = phi |
Definition at line 631 of file samplers.py.
| python.samplers.PtEtaMPhiSampler.pt = pt |
Definition at line 628 of file samplers.py.