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