Belle II Software  release-05-01-25
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 }
genfit
Defines for I/O streams used for error and debug printing.
Definition: AlignablePXDRecoHit.h:19