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