Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user