![]() |
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, theta, mass=0.0, phi=[0, TWOPI]) | |
| energy (self) | |
| energy (self, x) | |
| theta (self) | |
| theta (self, x) | |
| mass (self) | |
| mass (self, x) | |
| phi (self) | |
| phi (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| energy = energy | |
| theta = theta | |
| mass = mass | |
| phi = phi | |
Protected Attributes | |
| _e = mksampler(x) | |
| _theta = mksampler(x) | |
| _m = mksampler(x) | |
| _phi = mksampler(x) | |
Definition at line 562 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.EThetaMPhiSampler.__init__ | ( | self, | |
| energy, | |||
| theta, | |||
| mass = 0.0, | |||
| phi = [0, TWOPI] ) |
Definition at line 567 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.EThetaMPhiSampler.energy | ( | self | ) |
Definition at line 574 of file samplers.py.
| python.samplers.EThetaMPhiSampler.energy | ( | self, | |
| x ) |
Definition at line 578 of file samplers.py.
| python.samplers.EThetaMPhiSampler.mass | ( | self | ) |
Definition at line 590 of file samplers.py.
| python.samplers.EThetaMPhiSampler.mass | ( | self, | |
| x ) |
Definition at line 594 of file samplers.py.
| python.samplers.EThetaMPhiSampler.phi | ( | self | ) |
Definition at line 598 of file samplers.py.
| python.samplers.EThetaMPhiSampler.phi | ( | self, | |
| x ) |
Definition at line 602 of file samplers.py.
| python.samplers.EThetaMPhiSampler.shoot | ( | self | ) |
p = sqrt(e^2 - m^2) pz = p cos(theta) pt = p sin(theta)
Reimplemented from python.samplers.Sampler.
Definition at line 605 of file samplers.py.
| python.samplers.EThetaMPhiSampler.theta | ( | self | ) |
Definition at line 582 of file samplers.py.
| python.samplers.EThetaMPhiSampler.theta | ( | self, | |
| x ) |
Definition at line 586 of file samplers.py.
Definition at line 579 of file samplers.py.
Definition at line 595 of file samplers.py.
Definition at line 603 of file samplers.py.
Definition at line 587 of file samplers.py.
| python.samplers.EThetaMPhiSampler.energy = energy |
Definition at line 568 of file samplers.py.
| python.samplers.EThetaMPhiSampler.mass = mass |
Definition at line 570 of file samplers.py.
| python.samplers.EThetaMPhiSampler.phi = phi |
Definition at line 571 of file samplers.py.
| python.samplers.EThetaMPhiSampler.theta = theta |
Definition at line 569 of file samplers.py.