Geant4
9.6.p02
|
#include <G4GeomTestOvershootList.hh>
Public Member Functions | |
G4GeomTestOvershootList () | |
G4GeomTestOvershootList (const G4VPhysicalVolume *theMother, G4int theDaughter) | |
virtual | ~G4GeomTestOvershootList () |
G4bool | operator== (const G4GeomTestOvershootList &other) const |
G4bool | operator< (const G4GeomTestOvershootList &other) const |
const G4VPhysicalVolume * | GetDaughter () const |
G4int | GetDaughterIndex () const |
void | GetDaughtPoints (G4int i, G4ThreeVector &s1, G4ThreeVector &s2) const |
Public Member Functions inherited from G4GeomTestErrorList | |
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 46 of file G4GeomTestOvershootList.hh.
G4GeomTestOvershootList::G4GeomTestOvershootList | ( | ) |
Definition at line 56 of file G4GeomTestOvershootList.cc.
G4GeomTestOvershootList::G4GeomTestOvershootList | ( | const G4VPhysicalVolume * | theMother, |
G4int | theDaughter | ||
) |
Definition at line 45 of file G4GeomTestOvershootList.cc.
|
virtual |
Definition at line 65 of file G4GeomTestOvershootList.cc.
const G4VPhysicalVolume * G4GeomTestOvershootList::GetDaughter | ( | ) | const |
Definition at line 89 of file G4GeomTestOvershootList.cc.
G4int G4GeomTestOvershootList::GetDaughterIndex | ( | ) | const |
Definition at line 94 of file G4GeomTestOvershootList.cc.
void G4GeomTestOvershootList::GetDaughtPoints | ( | G4int | i, |
G4ThreeVector & | s1, | ||
G4ThreeVector & | s2 | ||
) | const |
Definition at line 106 of file G4GeomTestOvershootList.cc.
G4bool G4GeomTestOvershootList::operator< | ( | const G4GeomTestOvershootList & | other) | const |
Definition at line 79 of file G4GeomTestOvershootList.cc.
G4bool G4GeomTestOvershootList::operator== | ( | const G4GeomTestOvershootList & | other) | const |
Definition at line 73 of file G4GeomTestOvershootList.cc.