#include <G4ErrorGeomVolumeTarget.hh>
Definition at line 48 of file G4ErrorGeomVolumeTarget.hh.
◆ G4ErrorGeomVolumeTarget()
G4ErrorGeomVolumeTarget::G4ErrorGeomVolumeTarget |
( |
const G4String & |
name | ) |
|
◆ ~G4ErrorGeomVolumeTarget()
virtual G4ErrorGeomVolumeTarget::~G4ErrorGeomVolumeTarget |
( |
| ) |
|
|
inlinevirtual |
◆ Dump()
void G4ErrorGeomVolumeTarget::Dump |
( |
const G4String & |
msg | ) |
const |
|
virtual |
◆ TargetReached()
G4bool G4ErrorGeomVolumeTarget::TargetReached |
( |
const G4Step * |
aStep | ) |
|
|
virtual |
Reimplemented from G4ErrorTarget.
Definition at line 51 of file G4ErrorGeomVolumeTarget.cc.
53 if( aStep->GetTrack()->GetNextVolume() != 0 ){
56 G4cout <<
" G4ErrorGeomVolumeTarget::TargetReached( " 57 << aStep->GetTrack()->GetNextVolume()->GetName()
61 if( aStep->GetTrack()->GetNextVolume()->GetName() ==
theName ){
G4GLOB_DLL std::ostream G4cout
◆ theName
G4String G4ErrorGeomVolumeTarget::theName |
|
private |
The documentation for this class was generated from the following files: