#include <Samplers.h>
Definition at line 258 of file Samplers.h.
◆ ~PosSampler()
| PosSampler::~PosSampler |
( |
| ) |
|
|
default |
◆ PosSampler() [1/2]
| PosSampler::PosSampler |
( |
| ) |
|
|
default |
◆ PosSampler() [2/2]
| PosSampler::PosSampler |
( |
float | x, |
|
|
float | y, |
|
|
float | z, |
|
|
float | t = 0 ) |
|
inline |
Definition at line 262 of file Samplers.h.
262 :
263 m_x(ConstSampler(
x)),
m_y(ConstSampler(
y)),
m_z(ConstSampler(
z)),
m_t(ConstSampler(t)){
264
265 }
◆ shoot()
| TLorentzVector PosSampler::shoot |
( |
| ) |
|
|
inline |
Definition at line 267 of file Samplers.h.
267 {
268 float x =
m_x.shoot();
269 float y =
m_y.shoot();
270 float z =
m_z.shoot();
271 float t =
m_t.shoot();
272 return TLorentzVector(
x,
y,
z, t);
273 }
◆ m_t
◆ m_x
◆ m_y
◆ m_z
The documentation for this class was generated from the following file: