|
static const DetectorSet | allDetectors |
| The set of all detectors.
|
|
static const ParticleSet | chargedStableSet |
| set of charged stable particles
|
|
static const ParticleSet | clusterSet |
| set of cluster particles
|
|
static const ParticleSet | finalStateParticlesSet |
| set of final set particles that can be created by the ParticleLoader
|
|
static const ChargedStable | electron = Const::chargedStableSet.find(11) |
| electron particle
|
|
static const ChargedStable | muon = Const::chargedStableSet.find(13) |
| muon particle
|
|
static const ChargedStable | pion = Const::chargedStableSet.find(211) |
| charged pion particle
|
|
static const ChargedStable | kaon = Const::chargedStableSet.find(321) |
| charged kaon particle
|
|
static const ChargedStable | proton = Const::chargedStableSet.find(2212) |
| proton particle
|
|
static const ChargedStable | deuteron = Const::chargedStableSet.find(1000010020) |
| deuteron particle
|
|
static const Cluster | clusterphoton = Const::clusterSet.find(22) |
| photon cluster
|
|
static const Cluster | clusterKlong = Const::clusterSet.find(130) |
| K^0_L cluster.
|
|
static const Cluster | clusterelectron = Const::clusterSet.find(11) |
| electron cluster
|
|
static const Cluster | clusterpion = Const::clusterSet.find(211) |
| charged hadron cluster
|
|
static const Cluster | clustermuon = Const::clusterSet.find(13) |
| muon cluster
|
|
static const Cluster | clusterjunk = Const::clusterSet.find(9900001) |
| junk cluster
|
|
static const ParticleType | photon = Const::ParticleType(22) |
| photon particle
|
|
static const ParticleType | pi0 = Const::ParticleType(111) |
| neutral pion particle
|
|
static const ParticleType | neutron = Const::ParticleType(2112) |
| neutron particle
|
|
static const ParticleType | antiNeutron = Const::ParticleType(-2112) |
| Anti-neutron particle.
|
|
static const ParticleType | Kshort = Const::ParticleType(310) |
| K^0_S particle.
|
|
static const ParticleType | Klong = Const::ParticleType(130) |
| K^0_L particle.
|
|
static const ParticleType | Lambda = Const::ParticleType(3122) |
| Lambda particle.
|
|
static const ParticleType | antiLambda = Const::ParticleType(-3122) |
| Anti-Lambda particle.
|
|
static const ParticleType | invalidParticle = Const::ParticleType(9900000) |
| Invalid particle, used internally.
|
|
static const ParticleType | unspecifiedParticle = Const::ParticleType(9900001) |
| Unspecified particle, used when no other particle type fits.
|
|
static const double | electronMass = Const::electron.getMass() |
| electron mass
|
|
static const double | muonMass = Const::muon.getMass() |
| muon mass
|
|
static const double | pionMass = Const::pion.getMass() |
| charged pion mass
|
|
static const double | kaonMass = Const::kaon.getMass() |
| charged kaon mass
|
|
static const double | protonMass = Const::proton.getMass() |
| proton mass
|
|
static const double | deuteronMass = Const::deuteron.getMass() |
| deuteron mass
|
|
static const double | pi0Mass = Const::pi0.getMass() |
| neutral pion mass
|
|
static const double | neutronMass = Const::neutron.getMass() |
| neutron mass
|
|
static const double | K0Mass = Const::Kshort.getMass() |
| neutral kaon mass
|
|
static const double | speedOfLight = 29.9792458 |
| [cm/ns]
|
|
static const double | kBoltzmann = 8.617343 * 1.0e-5 * Unit::eV / Unit::K |
| Boltzmann constant in GeV/K.
|
|
static const double | ehEnergy = 3.65 * Unit::eV |
| Energy needed to create an electron-hole pair in Si at std.
|
|
static const double | fineStrConst = 1.0 / 137.036 |
| The fine structure constant.
|
|
static const double | permSi = 11.9 * 8.8542 * 1e-18 * Unit::C / Unit::V / Unit::um |
| Permittivity of Silicon.
|
|
static const double | uTherm = 0.026 * Unit::V |
| Thermal Voltage at room temperature.
|
|
static const double | eMobilitySi = 1415 * Unit::cm2 / Unit::V / Unit::s |
| Electron mobility in intrinsic Silicon at room temperature.
|
|
static const double | doubleNaN = std::numeric_limits<double>::quiet_NaN() |
| quiet_NaN
|
|
static const float | floatNaN = std::numeric_limits<float>::quiet_NaN() |
| quiet_NaN
|
|