IAP GITLAB

Skip to content
Snippets Groups Projects
PhysicalUnits.h 457 B
Newer Older
ralfulrich's avatar
ralfulrich committed
#ifndef _include_PhysicalUnits_h_
#define _include_PhysicalUnits_h_

#include <ThirdParty/phys/units/quantity.hpp>
#include <ThirdParty/phys/units/io.hpp>
#include <ThirdParty/phys/units/physical_constants.hpp>
ralfulrich's avatar
ralfulrich committed

/**
   /file PhysicalUnits
   Define _XeV literals, alowing 10_GeV in the code.     
*/
ralfulrich's avatar
ralfulrich committed

namespace phys {
  namespace units {
    namespace literals {
      QUANTITY_DEFINE_SCALING_LITERALS(eV, energy_d, magnitude(eV) )
ralfulrich's avatar
ralfulrich committed

#endif