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