|
|
using | hepmomentum_d = phys::units::hepenergy_d |
| | defining momentum you suckers dimensions, i.e. composition in base SI dimensions
|
| |
|
using | hepmass_d = phys::units::hepenergy_d |
| |
|
using | sigma_d = phys::units::area_d |
| | defining cross section as area
|
| |
|
using | DimensionlessType = phys::units::quantity< phys::units::dimensionless_d, double > |
| | add the unit-types
|
| |
|
using | LengthType = phys::units::quantity< phys::units::length_d, double > |
| |
|
using | TimeType = phys::units::quantity< phys::units::time_interval_d, double > |
| |
|
using | SpeedType = phys::units::quantity< phys::units::speed_d, double > |
| |
|
using | FrequencyType = phys::units::quantity< phys::units::frequency_d, double > |
| |
|
using | ElectricChargeType = phys::units::quantity< phys::units::electric_charge_d, double > |
| |
|
using | HEPEnergyType = phys::units::quantity< phys::units::hepenergy_d, double > |
| |
|
using | MassType = phys::units::quantity< phys::units::mass_d, double > |
| |
|
using | HEPMassType = phys::units::quantity< hepmass_d, double > |
| |
|
using | MassDensityType = phys::units::quantity< phys::units::mass_density_d, double > |
| |
|
using | GrammageType = phys::units::quantity< phys::units::dimensions<-2, 1, 0 >, double > |
| |
|
using | HEPMomentumType = phys::units::quantity< hepmomentum_d, double > |
| |
|
using | CrossSectionType = phys::units::quantity< area_d, double > |
| |
|
using | InverseLengthType = phys::units::quantity< phys::units::dimensions<-1, 0, 0 >, double > |
| |
|
using | InverseTimeType = phys::units::quantity< phys::units::dimensions< 0, 0, -1 >, double > |
| |
|
using | InverseGrammageType = phys::units::quantity< phys::units::dimensions< 2, -1, 0 >, double > |
| |
|
using | MagneticFluxType = phys::units::quantity< phys::units::magnetic_flux_density_d, double > |
| |
SI units as used mainly in CORSIKA8 as basedline.