/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/local_g4compat.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/local_g4compat.hh Source File
Ratpac-two
local_g4compat.hh
1 #ifndef __local_g4compat__
2 #define __local_g4compat__ 1
3 // establish some compatibility between versions of Geant4
4 
5 #ifndef G4VERSION_NUMBER
6 #include "G4Version.hh"
7 #endif
8 
9 #if (G4VERSION_NUMBER < 500)
10 #define G4State_PreInit PreInit
11 #define G4State_Init Init
12 #define G4State_Idle Idle
13 #define G4State_GeomClosed GeomClosed
14 #define G4State_EventProc EventProc
15 #define G4State_Quit Quit
16 #define G4State_Abort Abort
17 #endif
18 
19 #if (G4VERSION_NUMBER >= 600)
20 #define std std
21 #endif
22 
23 #endif /* __local_g4compat__ */