Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GeomTestErrorList.hh>
Public Member Functions | |
G4GeomTestErrorList (const G4VPhysicalVolume *theMother) | |
virtual | ~G4GeomTestErrorList () |
void | AddError (const G4ThreeVector &s1, const G4ThreeVector &s2) |
const G4VPhysicalVolume * | GetMother () const |
G4int | NumError () const |
void | GetMotherPoints (G4int i, G4ThreeVector &s1, G4ThreeVector &s2) const |
void | GetGlobalPoints (G4int i, G4ThreeVector &s1, G4ThreeVector &s2) const |
void | GetOneDaughtPoints (const G4VPhysicalVolume *daught, G4int i, G4ThreeVector &s1, G4ThreeVector &s2) const |
Definition at line 55 of file G4GeomTestErrorList.hh.
G4GeomTestErrorList::G4GeomTestErrorList | ( | const G4VPhysicalVolume * | theMother | ) |
Definition at line 45 of file G4GeomTestErrorList.cc.
|
virtual |
Definition at line 55 of file G4GeomTestErrorList.cc.
void G4GeomTestErrorList::AddError | ( | const G4ThreeVector & | s1, |
const G4ThreeVector & | s2 | ||
) |
Definition at line 64 of file G4GeomTestErrorList.cc.
void G4GeomTestErrorList::GetGlobalPoints | ( | G4int | i, |
G4ThreeVector & | s1, | ||
G4ThreeVector & | s2 | ||
) | const |
Definition at line 109 of file G4GeomTestErrorList.cc.
Referenced by G4GeomTestStreamLogger::OverlappingDaughters(), and G4GeomTestStreamLogger::OvershootingDaughter().
const G4VPhysicalVolume * G4GeomTestErrorList::GetMother | ( | ) | const |
Definition at line 74 of file G4GeomTestErrorList.cc.
Referenced by G4GeomTestOvershootList::GetDaughter(), G4GeomTestOverlapList::GetDaughter1(), G4GeomTestOverlapList::GetDaughter2(), G4GeomTestStreamLogger::OverlappingDaughters(), and G4GeomTestStreamLogger::OvershootingDaughter().
void G4GeomTestErrorList::GetMotherPoints | ( | G4int | i, |
G4ThreeVector & | s1, | ||
G4ThreeVector & | s2 | ||
) | const |
Definition at line 95 of file G4GeomTestErrorList.cc.
Referenced by G4GeomTestStreamLogger::OverlappingDaughters(), and G4GeomTestStreamLogger::OvershootingDaughter().
void G4GeomTestErrorList::GetOneDaughtPoints | ( | const G4VPhysicalVolume * | daught, |
G4int | i, | ||
G4ThreeVector & | s1, | ||
G4ThreeVector & | s2 | ||
) | const |
Definition at line 124 of file G4GeomTestErrorList.cc.
Referenced by G4GeomTestOverlapList::GetDaught1Points(), G4GeomTestOverlapList::GetDaught2Points(), and G4GeomTestOvershootList::GetDaughtPoints().
G4int G4GeomTestErrorList::NumError | ( | ) | const |
Definition at line 83 of file G4GeomTestErrorList.cc.
Referenced by G4GeomTestStreamLogger::OverlappingDaughters(), and G4GeomTestStreamLogger::OvershootingDaughter().