![]() |
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, eta, mass=0.0, phi=[0, TWOPI]) | |
| energy (self) | |
| energy (self, x) | |
| eta (self) | |
| eta (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| energy = energy | |
| eta = eta | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _e = mksampler(x) | |
| _eta = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 435 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.EEtaMPhiSampler.__init__ | ( | self, | |
| energy, | |||
| eta, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 440 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.EEtaMPhiSampler.energy | ( | self | ) |
Definition at line 447 of file samplers.py.
| python.samplers.EEtaMPhiSampler.energy | ( | self, | |
| x ) |
Definition at line 451 of file samplers.py.
| python.samplers.EEtaMPhiSampler.eta | ( | self | ) |
Definition at line 455 of file samplers.py.
| python.samplers.EEtaMPhiSampler.eta | ( | self, | |
| x ) |
Definition at line 459 of file samplers.py.
| python.samplers.EEtaMPhiSampler.mass | ( | self | ) |
Definition at line 463 of file samplers.py.
| python.samplers.EEtaMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 467 of file samplers.py.
| python.samplers.EEtaMPhiSampler.phi | ( | self | ) |
Definition at line 471 of file samplers.py.
| python.samplers.EEtaMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 475 of file samplers.py.
| python.samplers.EEtaMPhiSampler.shoot | ( | self | ) |
eta = - ln(tan(theta/2)) / 2 => theta = 2 atan( exp(-eta) )
Reimplemented from python.samplers.Sampler.
Definition at line 478 of file samplers.py.
Definition at line 452 of file samplers.py.
Definition at line 460 of file samplers.py.
Definition at line 468 of file samplers.py.
Definition at line 476 of file samplers.py.
| python.samplers.EEtaMPhiSampler.energy = energy |
Definition at line 441 of file samplers.py.
| python.samplers.EEtaMPhiSampler.eta = eta |
Definition at line 442 of file samplers.py.
| python.samplers.EEtaMPhiSampler.mass = mass |
Definition at line 443 of file samplers.py.
| python.samplers.EEtaMPhiSampler.phi = phi |
Definition at line 444 of file samplers.py.