Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GeomTestSegment.hh>
Public Member Functions | |
G4GeomTestSegment (const G4VSolid *theSolid, const G4ThreeVector &theP, const G4ThreeVector &theV, G4GeomTestLogger *logger) | |
const G4VSolid * | GetSolid () const |
const G4ThreeVector & | GetP () const |
const G4ThreeVector & | GetV () const |
const G4GeomTestPoint & | GetPoint (G4int i) const |
G4int | GetNumberPoints () const |
Definition at line 53 of file G4GeomTestSegment.hh.
G4GeomTestSegment::G4GeomTestSegment | ( | const G4VSolid * | theSolid, |
const G4ThreeVector & | theP, | ||
const G4ThreeVector & | theV, | ||
G4GeomTestLogger * | logger | ||
) |
Definition at line 46 of file G4GeomTestSegment.cc.
G4int G4GeomTestSegment::GetNumberPoints | ( | ) | const |
Definition at line 72 of file G4GeomTestSegment.cc.
Referenced by G4GeomTestVolume::TestOneLine().
const G4ThreeVector & G4GeomTestSegment::GetP | ( | ) | const |
Definition at line 64 of file G4GeomTestSegment.cc.
const G4GeomTestPoint & G4GeomTestSegment::GetPoint | ( | G4int | i | ) | const |
Definition at line 81 of file G4GeomTestSegment.cc.
Referenced by G4GeomTestVolume::TestOneLine().
Definition at line 62 of file G4GeomTestSegment.cc.
const G4ThreeVector & G4GeomTestSegment::GetV | ( | ) | const |
Definition at line 66 of file G4GeomTestSegment.cc.