Class Acts::SinglyChargedParticleHypothesis

class SinglyChargedParticleHypothesis : public Acts::GenericParticleHypothesis<SinglyCharged>

Specialized particle hypothesis for singly charged particles.

Note

This serves as a factory for common singly charge particles.

Public Functions

inline constexpr SinglyChargedParticleHypothesis(PdgParticle absPdg, float mass)
inline SinglyChargedParticleHypothesis(PdgParticle absPdg)
template<typename other_charge_t>
inline constexpr SinglyChargedParticleHypothesis(const GenericParticleHypothesis<other_charge_t> &other)

Public Static Functions

static inline SinglyChargedParticleHypothesis electron()
static inline SinglyChargedParticleHypothesis muon()
static inline SinglyChargedParticleHypothesis pion()