Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4StepPoint.icc,v 1.3.2.1 2001/06/28 19:15:24 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4StepPoint.icc,v 1.5 2001/10/22 04:19:40 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
inline const G4ThreeVector& G4StepPoint::GetPosition() const
|
||||
@@ -116,8 +116,10 @@
|
||||
{ return fpTouchable->GetVolume(); }
|
||||
|
||||
inline const G4VTouchable* G4StepPoint::GetTouchable() const
|
||||
{ return fpTouchable(); }
|
||||
inline const G4TouchableHandle& G4StepPoint::GetTouchableHandle() const
|
||||
{ return fpTouchable; }
|
||||
inline void G4StepPoint::SetTouchable(const G4VTouchable* apValue)
|
||||
inline void G4StepPoint::SetTouchableHandle(const G4TouchableHandle& apValue)
|
||||
{ fpTouchable = apValue; }
|
||||
|
||||
inline G4double G4StepPoint::GetSafety() const
|
||||
|
||||
Reference in New Issue
Block a user