IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ffd7efd8 authored by ralfulrich's avatar ralfulrich
Browse files

cleanup

parent 75074e41
No related branches found
No related tags found
1 merge request!22Resolve "Define best unit for mass: "eV" or "kg""
......@@ -18,9 +18,8 @@ namespace corsika::units::hep {
using namespace phys::units;
using namespace phys::units::literals;
/// defining cross section
using energy_hep_d = phys::units::energy_d; //dimensions<2, 0, 0>;
// constexpr phys::units::quantity<energy_hep_d> energy{Rep(1.e-28L) * meter * meter};
/// defining HEP energy, mass, momentum
using energy_hep_d = phys::units::energy_d;
using MassType = phys::units::quantity<energy_hep_d, double>;
using MomentumType = phys::units::quantity<energy_hep_d, double>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment