EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Units.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Units.h
1 #pragma once
2 
3 #include "EigenMatrixTypedefs.h"
4 
5 namespace genfit {
6 
7  namespace Unit {
8 
9  constexpr Scalar GeV = 1;
10  constexpr Scalar MeV = 1e-3 * Unit::GeV;
11  constexpr Scalar keV = 1e-6 * Unit::GeV;
12  constexpr Scalar eV = 1e-9 * Unit::GeV;
13 
14  }
15 
16 }