ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/divisions/include/G4ParameterisationBox.hh>
Private Member Functions | |
void | ComputeDimensions (G4Cons &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Trd &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Sphere &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Orb &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Ellipsoid &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Torus &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Para &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Trap &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Hype &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Tubs &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Polycone &, const G4int, const G4VPhysicalVolume *) const |
void | ComputeDimensions (G4Polyhedra &, const G4int, const G4VPhysicalVolume *) const |
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 |
G4int | theVoluFirstCopyNo = 1 |
G4double | kCarTolerance |
G4double | fhgap = 0.0 |
Static Protected Attributes inherited from G4VDivisionParameterisation | |
static G4ThreadLocal G4RotationMatrix * | fRot = nullptr |
static const G4int | verbose = 5 |
Definition at line 113 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 113 of file G4ParameterisationBox.hh
G4ParameterisationBoxY::G4ParameterisationBoxY | ( | EAxis | axis, |
G4int | nCopies, | ||
G4double | offset, | ||
G4double | step, | ||
G4VSolid * | msolid, | ||
DivisionType | divType | ||
) |
Definition at line 172 of file G4ParameterisationBox.cc.
View newest version in sPHENIX GitHub at line 172 of file G4ParameterisationBox.cc
References G4VDivisionParameterisation::CalculateNDiv(), G4VDivisionParameterisation::CalculateWidth(), G4VDivisionParameterisation::CheckParametersValidity(), DivNDIV, DivWIDTH, G4VDivisionParameterisation::fmotherSolid, G4VDivisionParameterisation::fnDiv, G4VDivisionParameterisation::foffset, G4VDivisionParameterisation::fwidth, G4cout, G4endl, G4Box::GetYHalfLength(), offset, G4VDivisionParameterisation::SetType(), and G4VDivisionParameterisation::verbose.
G4ParameterisationBoxY::~G4ParameterisationBoxY | ( | ) |
Definition at line 201 of file G4ParameterisationBox.cc.
View newest version in sPHENIX GitHub at line 201 of file G4ParameterisationBox.cc
|
virtual |
Reimplemented from G4VPVParameterisation.
Definition at line 249 of file G4ParameterisationBox.cc.
View newest version in sPHENIX GitHub at line 249 of file G4ParameterisationBox.cc
References G4VSolid::DumpInfo(), G4VDivisionParameterisation::fhgap, G4VDivisionParameterisation::fmotherSolid, G4VDivisionParameterisation::fwidth, G4cout, G4endl, G4Box::GetXHalfLength(), G4Box::GetZHalfLength(), G4Box::SetXHalfLength(), G4Box::SetYHalfLength(), G4Box::SetZHalfLength(), and G4VDivisionParameterisation::verbose.
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 132 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 132 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 134 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 134 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 136 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 136 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 138 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 138 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 140 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 140 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 142 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 142 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 144 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 144 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 146 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 146 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 148 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 148 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 150 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 150 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 152 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 152 of file G4ParameterisationBox.hh
|
inlineprivatevirtual |
Reimplemented from G4VPVParameterisation.
Definition at line 154 of file G4ParameterisationBox.hh.
View newest version in sPHENIX GitHub at line 154 of file G4ParameterisationBox.hh
|
virtual |
Implements G4VDivisionParameterisation.
Definition at line 215 of file G4ParameterisationBox.cc.
View newest version in sPHENIX GitHub at line 215 of file G4ParameterisationBox.cc
References FatalException, G4VDivisionParameterisation::faxis, G4VDivisionParameterisation::fmotherSolid, G4VDivisionParameterisation::foffset, G4VDivisionParameterisation::fwidth, G4cout, G4endl, G4Exception(), G4Box::GetYHalfLength(), kYAxis, message(), Acts::Test::origin(), G4VPhysicalVolume::SetTranslation(), CLHEP::Hep3Vector::setY(), and G4VDivisionParameterisation::verbose.
|
virtual |
Implements G4VDivisionParameterisation.
Definition at line 206 of file G4ParameterisationBox.cc.
View newest version in sPHENIX GitHub at line 206 of file G4ParameterisationBox.cc
References G4VDivisionParameterisation::fmotherSolid, and G4Box::GetYHalfLength().