Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4NormalNavigation.icc,v 1.4 2006/06/29 18:36:08 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4NormalNavigation.icc,v 1.5 2010/11/04 08:57:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04 $
//
//
// G4NormalNavigation Inline Implementation
@@ -93,18 +93,30 @@ G4NormalNavigation::LevelLocate( G4NavigationHistory& history,
return found;
}
// ********************************************************************
// GetVerboseLevel
// ********************************************************************
//
inline
G4int G4NormalNavigation::GetVerboseLevel()
G4int G4NormalNavigation::GetVerboseLevel() const
{
return fVerbose;
return fLogger->GetVerboseLevel();
}
// ********************************************************************
// SetVerboseLevel
// ********************************************************************
//
inline
void G4NormalNavigation::SetVerboseLevel(G4int level)
{
fVerbose = level;
fLogger->SetVerboseLevel(level);
}
// ********************************************************************
// CheckMode
// ********************************************************************
//
inline
void G4NormalNavigation::CheckMode(G4bool mode)
{