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