Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Region.icc 67975 2013-03-13 10:19:44Z gcosmo $
// $Id: G4Region.icc 99379 2016-09-20 09:45:19Z gcosmo $
//
//
// class G4Region Inline Implementation file
@@ -237,26 +237,6 @@ G4MaterialCutsCouple* G4Region::FindCouple(G4Material* mat)
return couple;
}
// ********************************************************************
// SetFastSimulationManager
// ********************************************************************
//
inline
void G4Region::SetFastSimulationManager(G4FastSimulationManager* fsm)
{
G4MT_fsmanager = fsm;
}
// ********************************************************************
// GetFastSimulationManager
// ********************************************************************
//
inline
G4FastSimulationManager* G4Region::GetFastSimulationManager() const
{
return G4MT_fsmanager;
}
// ********************************************************************
// GetFieldManager
// ********************************************************************
@@ -303,26 +283,6 @@ void G4Region::AddMaterial(G4Material* aMaterial)
}
}
// ********************************************************************
// SetRegionalSteppingAction
// ********************************************************************
//
inline
void G4Region::SetRegionalSteppingAction(G4UserSteppingAction* rusa)
{
G4MT_rsaction = rusa;
}
// ********************************************************************
// GetRegionalSteppingAction
// ********************************************************************
//
inline
G4UserSteppingAction* G4Region::GetRegionalSteppingAction() const
{
return G4MT_rsaction;
}
// ********************************************************************
// UsedInMassGeometry
// ********************************************************************