![]() |
ATLAS Offline Software
|
Beam-spot (origin vertex) sampling. More...
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, x, y, z, t=0) | |
| x (self) | |
| x (self, x) | |
| y (self) | |
| y (self, y) | |
| z (self) | |
| z (self, z) | |
| t (self) | |
| t (self, t) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| x = x | |
| y = y | |
| z = z | |
| t = t | |
Protected Attributes | |
| _x = mksampler(x) | |
| _y = mksampler(y) | |
| _z = mksampler(z) | |
| _t = mksampler(t) | |
Beam-spot (origin vertex) sampling.
Sampler of position 3-vectors, for modelling a beamspot.
Definition at line 286 of file samplers.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.samplers.PosSampler.__init__ | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| t = 0 ) |
Definition at line 291 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.PosSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 329 of file samplers.py.
| python.samplers.PosSampler.t | ( | self | ) |
Definition at line 322 of file samplers.py.
| python.samplers.PosSampler.t | ( | self, | |
| t ) |
Definition at line 326 of file samplers.py.
| python.samplers.PosSampler.x | ( | self | ) |
Definition at line 298 of file samplers.py.
| python.samplers.PosSampler.x | ( | self, | |
| x ) |
Definition at line 302 of file samplers.py.
| python.samplers.PosSampler.y | ( | self | ) |
Definition at line 306 of file samplers.py.
| python.samplers.PosSampler.y | ( | self, | |
| y ) |
Definition at line 310 of file samplers.py.
| python.samplers.PosSampler.z | ( | self | ) |
Definition at line 314 of file samplers.py.
| python.samplers.PosSampler.z | ( | self, | |
| z ) |
Definition at line 318 of file samplers.py.
Definition at line 327 of file samplers.py.
Definition at line 303 of file samplers.py.
Definition at line 311 of file samplers.py.
Definition at line 319 of file samplers.py.
| python.samplers.PosSampler.t = t |
Definition at line 295 of file samplers.py.
| python.samplers.PosSampler.x = x |
Definition at line 292 of file samplers.py.
| python.samplers.PosSampler.y = y |
Definition at line 293 of file samplers.py.
| python.samplers.PosSampler.z = z |
Definition at line 294 of file samplers.py.