Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -90,6 +90,8 @@ class CexmcRunManager : public G4RunManager
void SetEventDataVerboseLevel( CexmcEventDataVerboseLevel value );
void RegisterScenePrimitives( void );
#ifdef CEXMC_USE_PERSISTENCY
void ReadProject( void );
@@ -114,6 +116,10 @@ class CexmcRunManager : public G4RunManager
void EnableLiveHistograms( G4bool on = true );
void BeamParticleChangeHook( void );
void SetupConstructionHook( void );
public:
CexmcPhysicsManager * GetPhysicsManager( void );
@@ -143,8 +149,6 @@ class CexmcRunManager : public G4RunManager
CexmcEventDataVerboseLevel GetEventDataVerboseLevel( void ) const;
void BeamParticleChangeHook( void );
protected:
void DoEventLoop( G4int nEvent, const char * macroFile,
G4int nSelect );