Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -114,8 +114,6 @@ class CexmcRunManager : public G4RunManager
#endif
#endif
void EnableLiveHistograms( G4bool on = true );
void BeamParticleChangeHook( void );
void SetupConstructionHook( void );
@@ -145,8 +143,6 @@ class CexmcRunManager : public G4RunManager
boost::archive::binary_oarchive * GetFastEventsArchive( void ) const;
#endif
G4bool AreLiveHistogramsEnabled( void ) const;
CexmcEventDataVerboseLevel GetEventDataVerboseLevel( void ) const;
protected:
@@ -191,8 +187,6 @@ class CexmcRunManager : public G4RunManager
CexmcEventCountPolicy eventCountPolicy;
G4bool areLiveHistogramsEnabled;
G4bool skipInteractionsWithoutEDTonWrite;
CexmcEventDataVerboseLevel evDataVerboseLevel;
@@ -385,18 +379,6 @@ inline void CexmcRunManager::SkipInteractionsWithoutEDTonWrite( G4bool on )
#endif
inline void CexmcRunManager::EnableLiveHistograms( G4bool on )
{
areLiveHistogramsEnabled = on;
}
inline G4bool CexmcRunManager::AreLiveHistogramsEnabled( void ) const
{
return areLiveHistogramsEnabled;
}
inline CexmcEventDataVerboseLevel CexmcRunManager::GetEventDataVerboseLevel(
void ) const
{