File KinematicCasts.hpp

namespace ActsFatras
namespace Casts
struct AbsEta
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the direction absolute pseudo-rapidity.

Public Functions

inline double operator()(const Particle &particle) const
struct AbsVz
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the longitudinal absolute distance of the position to the origin.

Public Functions

inline double operator()(const Particle &particle) const
struct E
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the total energy.

Public Functions

inline double operator()(const Particle &particle) const
struct Eta
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the direction pseudo-rapidity.

Public Functions

inline double operator()(const Particle &particle) const
struct P
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the absolute momentum.

Public Functions

inline double operator()(const Particle &particle) const
struct Pt
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the transverse momentum.

Public Functions

inline double operator()(const Particle &particle) const
struct Vrho
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the transverse absolute distance of the position to the origin.

Public Functions

inline double operator()(const Particle &particle) const
struct Vz
#include <ActsFatras/Selectors/KinematicCasts.hpp>

Retrieve the longitudinal distance of the position to the origin.

Public Functions

inline double operator()(const Particle &particle) const