ATLAS Offline Software
Loading...
Searching...
No Matches
TrigVtx::TrigParticleMasses Struct Reference

#include <TrigParticleTable.h>

Collaboration diagram for TrigVtx::TrigParticleMasses:

Public Member Functions

constexpr TrigParticleMasses ()=default

Public Attributes

std::array< double, 6 > mass

Detailed Description

Definition at line 30 of file TrigParticleTable.h.

Constructor & Destructor Documentation

◆ TrigParticleMasses()

TrigVtx::TrigParticleMasses::TrigParticleMasses ( )
constexprdefault

Member Data Documentation

◆ mass

std::array<double,6> TrigVtx::TrigParticleMasses::mass
Initial value:
{
}
constexpr double muonMassInMeV
the mass of the muon (in MeV)
constexpr double chargedKaonMassInMeV
the mass of the charged kaon (in MeV)
constexpr double protonMassInMeV
the mass of the proton (in MeV)
constexpr double chargedPionMassInMeV
the mass of the charged pion (in MeV)
constexpr double electronMassInMeV
the mass of the electron (in MeV)
constexpr double photonMassInMeV
various mass-less particles

Definition at line 33 of file TrigParticleTable.h.

33 {
36 ParticleConstants::chargedPionMassInMeV, // charged pion mass
37 ParticleConstants::chargedKaonMassInMeV, // charged kaon mass
40 };

The documentation for this struct was generated from the following file: