Geant4
10.01.p02
|
#include <G4ParameterisationPara.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4VDivisionParameterisation | |
void | ChangeRotMatrix (G4VPhysicalVolume *physVol, G4double rotZ=0.) const |
G4int | CalculateNDiv (G4double motherDim, G4double width, G4double offset) const |
G4double | CalculateWidth (G4double motherDim, G4int nDiv, G4double offset) const |
virtual void | CheckParametersValidity () |
void | CheckOffset (G4double maxPar) |
void | CheckNDivAndWidth (G4double maxPar) |
virtual G4double | GetMaxParameter () const =0 |
G4double | OffsetZ () const |
Protected Attributes inherited from G4VDivisionParameterisation | |
G4String | ftype |
EAxis | faxis |
G4int | fnDiv |
G4double | fwidth |
G4double | foffset |
DivisionType | fDivisionType |
G4VSolid * | fmotherSolid |
G4bool | fReflectedSolid |
G4bool | fDeleteSolid |
G4int | theVoluFirstCopyNo |
G4double | kCarTolerance |
G4double | fhgap |
G4RotationMatrix * | fRotMatrix |
Static Protected Attributes inherited from G4VDivisionParameterisation | |
static G4ThreadLocal G4int | verbose = 5 |
Definition at line 65 of file G4ParameterisationPara.hh.
G4VParameterisationPara::G4VParameterisationPara | ( | EAxis | axis, |
G4int | nCopies, | ||
G4double | offset, | ||
G4double | step, | ||
G4VSolid * | msolid, | ||
DivisionType | divType | ||
) |
Definition at line 50 of file G4ParameterisationPara.cc.
References G4VDivisionParameterisation::fDeleteSolid, G4VDivisionParameterisation::fmotherSolid, G4VDivisionParameterisation::fReflectedSolid, G4VSolid::GetEntityType(), G4VSolid::GetName(), G4Para::GetSymAxis(), G4Para::GetTanAlpha(), G4Para::GetXHalfLength(), G4Para::GetYHalfLength(), G4Para::GetZHalfLength(), and G4INCL::Math::pi.
|
virtual |
Definition at line 82 of file G4ParameterisationPara.cc.