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