//////////////////////////////////////////////////////////////////// #ifndef __local_g4compat__ #define __local_g4compat__ 1 // establish some compatibility between versions of Geant4 // Newer versions of Geant4 removed G4std, thus just switch back to std (as geant4) #define G4std std #endif /* __local_g4compat__ */