Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
@@ -21,23 +21,24 @@
// ********************************************************************
//
//
// $Id: G4ParticleChangeForTransport.icc,v 1.5.4.1 2001/06/28 19:15:23 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4ParticleChangeForTransport.icc,v 1.7 2001/10/22 04:19:40 kurasige Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
inline
void G4ParticleChangeForTransport::SetTouchableChange(const G4VTouchable* fTouchable)
void G4ParticleChangeForTransport::SetTouchableHandle(const G4TouchableHandle&
fTouchable)
{
theTouchableChange = fTouchable;
theTouchableHandle = fTouchable;
}
inline
const G4VTouchable* G4ParticleChangeForTransport::GetTouchableChange() const
const G4TouchableHandle& G4ParticleChangeForTransport::GetTouchableHandle() const
{
return theTouchableChange;
return theTouchableHandle;
}
inline
void G4ParticleChangeForTransport::SetMaterialChange(G4Material* fMaterial)
{