|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4ParameterisationBoxY represents the parameterised positioning equivalent to dividing a G4Box along Y axis. More...
#include <G4ParameterisationBox.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) |
| 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 |
G4ParameterisationBoxY represents the parameterised positioning equivalent to dividing a G4Box along Y axis.
Definition at line 161 of file G4ParameterisationBox.hh.
| G4ParameterisationBoxY::G4ParameterisationBoxY | ( | EAxis | axis, |
| G4int | nCopies, | ||
| G4double | offset, | ||
| G4double | step, | ||
| G4VSolid * | pSolid, | ||
| DivisionType | divType ) |
Initialises a parameterised box along Y axis.
| [in] | axis | The axis along which apply the parameterisation. |
| [in] | nCopies | The total number of divided copies. |
| [in] | offset | Potential initial offset along the axis. |
| [in] | step | The width of the divided entity. |
| [in] | pSolid | Pointer to the original shape to parameterise. |
| [in] | divType | String identifier for the kind of division. |
Definition at line 167 of file G4ParameterisationBox.cc.
|
overridedefault |
Default Destructor.
|
overridevirtual |
Dispatch methods for the specific solids where parameterisation is allowed.
Reimplemented from G4VPVParameterisation.
Definition at line 242 of file G4ParameterisationBox.cc.
|
overridevirtual |
Concrete methods implementing the parameterisation.
Implements G4VDivisionParameterisation.
Definition at line 208 of file G4ParameterisationBox.cc.
|
overridevirtual |
Returns the max width along Y.
Implements G4VDivisionParameterisation.
Definition at line 200 of file G4ParameterisationBox.cc.