ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/global/management/include/G4Log.hh>
Public Member Functions | |
ieee754 () | |
ieee754 (G4double thed) | |
ieee754 (uint64_t thell) | |
ieee754 (G4float thef) | |
ieee754 (uint32_t thei) | |
Public Attributes | |
G4double | d |
G4float | f [2] |
uint32_t | i [2] |
uint64_t | ll |
uint16_t | s [4] |
Definition at line 88 of file G4Log.hh.
View newest version in sPHENIX GitHub at line 88 of file G4Log.hh
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4double G4LogConsts::ieee754::d |
Definition at line 94 of file G4Log.hh.
View newest version in sPHENIX GitHub at line 94 of file G4Log.hh
Referenced by G4LogConsts::dp2uint64(), ieee754(), and G4LogConsts::uint642dp().
G4float G4LogConsts::ieee754::f[2] |
Definition at line 96 of file G4Log.hh.
View newest version in sPHENIX GitHub at line 96 of file G4Log.hh
Referenced by ieee754(), G4LogConsts::sp2uint32(), and G4LogConsts::uint322sp().
uint32_t G4LogConsts::ieee754::i[2] |
Definition at line 97 of file G4Log.hh.
View newest version in sPHENIX GitHub at line 97 of file G4Log.hh
Referenced by ieee754(), G4LogConsts::sp2uint32(), and G4LogConsts::uint322sp().
uint64_t G4LogConsts::ieee754::ll |
Definition at line 98 of file G4Log.hh.
View newest version in sPHENIX GitHub at line 98 of file G4Log.hh
Referenced by G4LogConsts::dp2uint64(), ieee754(), and G4LogConsts::uint642dp().
uint16_t G4LogConsts::ieee754::s[4] |