|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4VParameterisationTubs is the base class for the parameterised positioning equivalent to dividing a G4Tubs along one of each axis Rho, Phi, Z. More...
#include <G4ParameterisationTubs.hh>
Additional Inherited Members | |
| Protected Member Functions inherited from G4VDivisionParameterisation | |
| void | ChangeRotMatrix (G4VPhysicalVolume *physVol, G4double rotZ=0.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 = 0 |
| G4double | fwidth = 0.0 |
| G4double | foffset = 0.0 |
| DivisionType | fDivisionType |
| G4VSolid * | fmotherSolid = nullptr |
| G4bool | fReflectedSolid = false |
| G4bool | fDeleteSolid = false |
| G4double | kCarTolerance |
| G4double | fhgap = 0.0 |
| Static Protected Attributes inherited from G4VDivisionParameterisation | |
| static G4ThreadLocal G4RotationMatrix * | fRot = nullptr |
| static const G4int | verbose = 5 |
G4VParameterisationTubs is the base class for the parameterised positioning equivalent to dividing a G4Tubs along one of each axis Rho, Phi, Z.
Definition at line 63 of file G4ParameterisationTubs.hh.
| G4VParameterisationTubs::G4VParameterisationTubs | ( | EAxis | axis, |
| G4int | nCopies, | ||
| G4double | offset, | ||
| G4double | step, | ||
| G4VSolid * | pSolid, | ||
| DivisionType | divType ) |
Initialises a parameterised tubs, given the axis of parameterisation 'axis' and the number of divided slices 'nCopies'.
| [in] | axis | The axis along which apply the parameterisation. |
| [in] | nCopies | The total number of divided slices. |
| [in] | offset | Potential initial offset along the axis. |
| [in] | step | The width of the divided slice. |
| [in] | pSolid | Pointer to the original shape to parameterise. |
| [in] | divType | String identifier for the kind of division. |
Definition at line 44 of file G4ParameterisationTubs.cc.
Referenced by G4ParameterisationTubsPhi::G4ParameterisationTubsPhi(), G4ParameterisationTubsRho::G4ParameterisationTubsRho(), and G4ParameterisationTubsZ::G4ParameterisationTubsZ().
|
overridedefault |
Default Destructor.