Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -23,39 +23,29 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4StateManager inline methods implementation
//
//
//
// ------------------------------------------------------------
// GEANT 4 class inline implementation
// ------------------------------------------------------------
// Authors: G.Cosmo, M.Asai - November 1996
// --------------------------------------------------------------------
inline
void G4StateManager::SetSuppressAbortion(G4int i)
inline void G4StateManager::SetSuppressAbortion(G4int i)
{
suppressAbortion = i;
}
inline
G4int G4StateManager::GetSuppressAbortion() const
inline G4int G4StateManager::GetSuppressAbortion() const
{
return suppressAbortion;
}
inline
const char* G4StateManager::GetMessage() const
{
return msgptr;
}
inline const char* G4StateManager::GetMessage() const { return msgptr; }
inline
void G4StateManager::SetExceptionHandler(G4VExceptionHandler* eh)
inline void G4StateManager::SetExceptionHandler(G4VExceptionHandler* eh)
{
exceptionHandler = eh;
}
inline
G4VExceptionHandler* G4StateManager::GetExceptionHandler() const
inline G4VExceptionHandler* G4StateManager::GetExceptionHandler() const
{
return exceptionHandler;
}