|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
G4ParameterisationPolyconePhi represents the parameterised positioning equivalent to dividing a G4Polycone along Phi axis. More...
#include <G4ParameterisationPolycone.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 |
G4ParameterisationPolyconePhi represents the parameterised positioning equivalent to dividing a G4Polycone along Phi axis.
Definition at line 168 of file G4ParameterisationPolycone.hh.
| G4ParameterisationPolyconePhi::G4ParameterisationPolyconePhi | ( | EAxis | axis, |
| G4int | nCopies, | ||
| G4double | offset, | ||
| G4double | step, | ||
| G4VSolid * | pSolid, | ||
| DivisionType | divType ) |
Initialises a parameterised polycone, along the Phi axis.
| [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 241 of file G4ParameterisationPolycone.cc.
|
overridedefault |
Default Destructor.
|
overridevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 321 of file G4ParameterisationPolycone.cc.
|
overridevirtual |
Concrete methods implementing the parameterisation.
Implements G4VDivisionParameterisation.
Definition at line 285 of file G4ParameterisationPolycone.cc.
|
overridevirtual |
Returns the max width along Phi.
Implements G4VDivisionParameterisation.
Definition at line 277 of file G4ParameterisationPolycone.cc.