Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4VTouchable Class Referenceabstract

#include <G4VTouchable.hh>

Inheritance diagram for G4VTouchable:
G4GMocrenTouchable G4GRSSolid G4GRSVolume G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable G4TouchableHistory

Public Member Functions

 G4VTouchable ()
 
virtual ~G4VTouchable ()
 
virtual const G4ThreeVectorGetTranslation (G4int depth=0) const =0
 
virtual const G4RotationMatrixGetRotation (G4int depth=0) const =0
 
virtual G4VPhysicalVolumeGetVolume (G4int depth=0) const
 
virtual G4VSolidGetSolid (G4int depth=0) const
 
virtual G4int GetReplicaNumber (G4int depth=0) const
 
G4int GetCopyNumber (G4int depth=0) const
 
virtual G4int GetHistoryDepth () const
 
virtual G4int MoveUpHistory (G4int num_levels=1)
 
virtual void UpdateYourself (G4VPhysicalVolume *pPhysVol, const G4NavigationHistory *history=0)
 
virtual const G4NavigationHistoryGetHistory () const
 

Detailed Description

Definition at line 107 of file G4VTouchable.hh.

Constructor & Destructor Documentation

G4VTouchable::G4VTouchable ( )

Definition at line 36 of file G4VTouchable.cc.

37 {
38 }
G4VTouchable::~G4VTouchable ( )
virtual

Definition at line 40 of file G4VTouchable.cc.

41 {
42 }

Member Function Documentation

G4int G4VTouchable::GetCopyNumber ( G4int  depth = 0) const
inline
const G4NavigationHistory * G4VTouchable::GetHistory ( ) const
virtual

Reimplemented in G4TouchableHistory.

Definition at line 86 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by G4PSSphereSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSFlatSurfaceCurrent::IsSelectedSurface(), G4PSSphereSurfaceFlux::IsSelectedSurface(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSFlatSurfaceFlux::IsSelectedSurface(), RE05CalorimeterSD::ProcessHits(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSSphereSurfaceFlux::ProcessHits(), and G4PSFlatSurfaceFlux::ProcessHits().

87 {
88  G4Exception("G4VTouchable::GetHistory()", "GeomMgt0001",
89  FatalException, "Undefined call to base class.");
90  return 0;
91 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
G4int G4VTouchable::GetHistoryDepth ( ) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, and G4TouchableHistory.

Definition at line 79 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by export_G4VTouchable().

80 {
81  G4Exception("G4VTouchable::GetHistoryDepth()", "GeomMgt0001",
82  FatalException, "Undefined call to base class.");
83  return 0;
84 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
G4int G4VTouchable::GetReplicaNumber ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, and G4GMocrenTouchable.

Definition at line 58 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by DicomNestedPhantomParameterisation::ComputeMaterial(), RE02NestedPhantomParameterisation::ComputeMaterial(), export_G4VTouchable(), RE02PSEnergyDeposit::GetIndex(), G4PSNofSecondary3D::GetIndex(), RE02PSNofStep::GetIndex(), G4PSNofStep3D::GetIndex(), G4PSTermination3D::GetIndex(), G4PSPopulation3D::GetIndex(), G4PSStepChecker3D::GetIndex(), G4PSEnergyDeposit3D::GetIndex(), G4PSPassageCellCurrent3D::GetIndex(), G4PSNofCollision3D::GetIndex(), RE02PSPassageCellFlux::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4PSTrackCounter3D::GetIndex(), G4PSCellCharge3D::GetIndex(), G4PSMinKinEAtGeneration3D::GetIndex(), G4PSTrackLength3D::GetIndex(), G4PSPassageTrackLength3D::GetIndex(), G4PSPassageCellFlux3D::GetIndex(), RE02PSCellFlux::GetIndex(), RE02PSFlatSurfaceCurrent::GetIndex(), G4PSCellFlux3D::GetIndex(), RE02PSFlatSurfaceFlux::GetIndex(), G4PSCylinderSurfaceFlux3D::GetIndex(), G4PSFlatSurfaceCurrent3D::GetIndex(), G4PSCylinderSurfaceCurrent3D::GetIndex(), G4PSSphereSurfaceFlux3D::GetIndex(), G4PSSphereSurfaceCurrent3D::GetIndex(), G4PSFlatSurfaceFlux3D::GetIndex(), G4WeightCutOffProcess::PostStepDoIt(), G4ImportanceProcess::PostStepDoIt(), G4WeightWindowProcess::PostStepDoIt(), RE05CalorimeterSD::ProcessHits(), HadrontherapyDetectorSD::ProcessHits(), ExP01TrackerSD::ProcessHits(), LXePMTSD::ProcessHits_constStep(), G4ScoreSplittingProcess::Verbose(), and G4ParallelWorldScoringProcess::Verbose().

59 {
60  G4Exception("G4VTouchable::GetReplicaNumber()", "GeomMgt0001",
61  FatalException, "Undefined call to base class.");
62  return 0;
63 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
virtual const G4RotationMatrix* G4VTouchable::GetRotation ( G4int  depth = 0) const
pure virtual
G4VSolid * G4VTouchable::GetSolid ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, G4GRSVolume, and G4GRSSolid.

Definition at line 51 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by export_G4VTouchable().

52 {
53  G4Exception("G4VTouchable::GetSolid()", "GeomMgt0001",
54  FatalException, "Undefined call to base class.");
55  return 0;
56 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
virtual const G4ThreeVector& G4VTouchable::GetTranslation ( G4int  depth = 0) const
pure virtual
G4VPhysicalVolume * G4VTouchable::GetVolume ( G4int  depth = 0) const
virtual

Reimplemented in G4PhysicalVolumeModel::G4PhysicalVolumeModelTouchable, G4TouchableHistory, and G4GRSVolume.

Definition at line 44 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by G4ParallelWorldProcess::AtRestDoIt(), G4ParallelWorldScoringProcess::AtRestDoIt(), G4Track::CalculateVelocityForOpticalPhoton(), G4RichTrajectory::CreateAttValues(), G4RichTrajectoryPoint::CreateAttValues(), G4AdjointCrossSurfChecker::CrossingAnInterfaceBetweenTwoVolumes(), export_G4VTouchable(), G4PSEnergyDeposit3D::GetIndex(), G4PSDoseDeposit3D::GetIndex(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolume(), G4AdjointCrossSurfChecker::GoingInOrOutOfaVolumeByExtSurface(), G4ITStepProcessor::InitDefineStep(), GFlashHitMaker::make(), G4Transportation::PostStepDoIt(), G4CoupledTransportation::PostStepDoIt(), G4MonopoleTransportation::PostStepDoIt(), G4ITTransportation::PostStepDoIt(), G4ParallelWorldProcess::PostStepDoIt(), G4ParallelWorldScoringProcess::PostStepDoIt(), RE05CalorimeterSD::ProcessHits(), G4HumanPhantomSD::ProcessHits(), ExGflashSensitiveDetector::ProcessHits(), LXePMTSD::ProcessHits_constStep(), G4SteppingManager::SetInitialStep(), G4ITStepProcessor::SetInitialStep(), B4bSteppingAction::UserSteppingAction(), B1SteppingAction::UserSteppingAction(), B4aSteppingAction::UserSteppingAction(), SteppingAction::UserSteppingAction(), and CexmcSteppingAction::UserSteppingAction().

45 {
46  G4Exception("G4VTouchable::GetVolume()", "GeomMgt0001",
47  FatalException, "Undefined call to base class.");
48  return 0;
49 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
G4int G4VTouchable::MoveUpHistory ( G4int  num_levels = 1)
virtual

Reimplemented in G4TouchableHistory.

Definition at line 65 of file G4VTouchable.cc.

References FatalException, and G4Exception().

Referenced by export_G4VTouchable().

66 {
67  G4Exception("G4VTouchable::MoveUpHistory()", "GeomMgt0001",
68  FatalException, "Undefined call to base class.");
69  return 0;
70 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41
void G4VTouchable::UpdateYourself ( G4VPhysicalVolume pPhysVol,
const G4NavigationHistory history = 0 
)
virtual

Reimplemented in G4TouchableHistory.

Definition at line 72 of file G4VTouchable.cc.

References FatalException, and G4Exception().

74 {
75  G4Exception("G4VTouchable::UpdateYourself()", "GeomMgt0001",
76  FatalException, "Undefined call to base class.");
77 }
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

The documentation for this class was generated from the following files: