![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/geometry/solids/CSG/include/G4Tubs.hh>
Inheritance diagram for G4Tubs:
Collaboration diagram for G4Tubs:Protected Types | |
| enum | ESide { kNull, kRMin, kRMax, kSPhi, kEPhi, kPZ, kMZ } |
| enum | ENorm { kNRMin, kNRMax, kNSPhi, kNEPhi, kNZ } |
Protected Attributes | |
| G4double | kRadTolerance |
| G4double | kAngTolerance |
| G4double | fRMin |
| G4double | fRMax |
| G4double | fDz |
| G4double | fSPhi |
| G4double | fDPhi |
| G4double | sinCPhi |
| G4double | cosCPhi |
| G4double | cosHDPhi |
| G4double | cosHDPhiOT |
| G4double | cosHDPhiIT |
| G4double | sinSPhi |
| G4double | cosSPhi |
| G4double | sinEPhi |
| G4double | cosEPhi |
| G4bool | fPhiFullTube |
| G4double | fInvRmax |
| G4double | fInvRmin |
| G4double | halfCarTolerance |
| G4double | halfRadTolerance |
| G4double | halfAngTolerance |
Protected Attributes inherited from G4CSGSolid | |
| G4double | fCubicVolume = 0.0 |
| G4double | fSurfaceArea = 0.0 |
| G4bool | fRebuildPolyhedron = false |
| G4Polyhedron * | fpPolyhedron = nullptr |
Protected Attributes inherited from G4VSolid | |
| G4double | kCarTolerance |
Static Protected Attributes | |
| static constexpr G4double | kNormTolerance = 1.0e-6 |
Definition at line 74 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 74 of file G4Tubs.hh
|
protected |
|
protected |
| G4Tubs::G4Tubs | ( | const G4String & | pName, |
| G4double | pRMin, | ||
| G4double | pRMax, | ||
| G4double | pDz, | ||
| G4double | pSPhi, | ||
| G4double | pDPhi | ||
| ) |
Definition at line 60 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 60 of file G4Tubs.cc
References CheckPhiAngles(), FatalException, G4endl, G4Exception(), G4GeometryTolerance::GetAngularTolerance(), G4GeometryTolerance::GetInstance(), G4VSolid::GetName(), G4GeometryTolerance::GetRadialTolerance(), halfAngTolerance, halfCarTolerance, halfRadTolerance, kAngTolerance, G4VSolid::kCarTolerance, kRadTolerance, and message().
Referenced by Clone().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
| G4Tubs::G4Tubs | ( | __void__ & | a | ) |
| G4Tubs::G4Tubs | ( | const G4Tubs & | rhs | ) |
|
protectedvirtual |
Definition at line 600 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 600 of file G4Tubs.cc
References cosEPhi, cosSPhi, G4VSolid::DumpInfo(), fDPhi, fDz, fPhiFullTube, fRMax, fRMin, fSPhi, G4Exception(), JustWarning, kNEPhi, kNRMax, kNRMin, kNSPhi, kNZ, norm, phi, sinEPhi, sinSPhi, twopi, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by SurfaceNormal().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4VSolid.
Definition at line 189 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 189 of file G4Tubs.cc
References G4GeomTools::DiskExtent(), G4VSolid::DumpInfo(), dz, G4Exception(), GetCosEndPhi(), GetCosStartPhi(), GetDeltaPhiAngle(), GetInnerRadius(), G4VSolid::GetName(), GetOuterRadius(), GetSinEndPhi(), GetSinStartPhi(), GetZHalfLength(), JustWarning, message(), pMax, rmax(), CLHEP::Hep3Vector::set(), twopi, CLHEP::Hep2Vector::x(), CLHEP::Hep3Vector::x(), CLHEP::Hep2Vector::y(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by CalculateExtent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4VSolid.
Definition at line 232 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 232 of file G4Tubs.cc
References G4BoundingEnvelope::BoundingBoxVsVoxelLimits(), BoundingLimits(), G4BoundingEnvelope::CalculateExtent(), deg, dz, GetCosEndPhi(), GetCosStartPhi(), GetDeltaPhiAngle(), GetInnerRadius(), GetOuterRadius(), GetSinEndPhi(), GetSinStartPhi(), GetZHalfLength(), k, pMax, rmax(), and twopi.
Here is the call graph for this function:
|
virtual |
|
virtual |
|
virtual |
Reimplemented from G4VSolid.
Definition at line 1750 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 1750 of file G4Tubs.cc
References fDPhi, fDz, fRMax, fRMin, and fSPhi.
Referenced by G4GMocrenFileSceneHandler::AddSolid(), and G4ArrowModel::G4ArrowModel().
Here is the caller graph for this function:
|
virtual |
|
virtual |
Implements G4VSolid.
Definition at line 732 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 732 of file G4Tubs.cc
References b, c, cosCPhi, cosEPhi, cosHDPhiIT, cosSPhi, d, fDz, fInvRmin, fPhiFullTube, fRMax, fRMin, halfCarTolerance, halfRadTolerance, kInfinity, kRadTolerance, sinCPhi, sinEPhi, sinSPhi, t1, t2, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
virtual |
Implements G4VSolid.
Definition at line 1108 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 1108 of file G4Tubs.cc
References cosCPhi, cosEPhi, cosHDPhi, cosSPhi, fDz, fPhiFullTube, fRMax, fRMin, sinCPhi, sinEPhi, sinSPhi, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
virtual |
Implements G4VSolid.
Definition at line 1152 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 1152 of file G4Tubs.cc
References b, c, cosCPhi, cosEPhi, cosSPhi, d2, deltaR(), G4VSolid::DumpInfo(), false, FastInverseRxy(), fDPhi, fDz, fInvRmax, fPhiFullTube, fRMax, fRMin, fSPhi, G4cout, G4endl, G4Exception(), halfAngTolerance, halfCarTolerance, JustWarning, G4VSolid::kCarTolerance, kEPhi, kInfinity, kMZ, kNormTolerance, kNull, kPZ, kRadTolerance, kRMax, kRMin, kSPhi, message(), mm, pi, sinCPhi, sinEPhi, sinSPhi, t1, t2, true, twopi, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
virtual |
Implements G4VSolid.
Definition at line 1574 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 1574 of file G4Tubs.cc
References cosCPhi, cosEPhi, cosSPhi, G4VSolid::DumpInfo(), fDz, fPhiFullTube, fRMax, fRMin, G4cout, G4endl, G4Exception(), Inside(), JustWarning, kOutside, mm, sinCPhi, sinEPhi, sinSPhi, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
inlineprotected |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from G4VSolid.
Referenced by STCyclotronDetectorConstruction::Construct().
Here is the caller graph for this function:
|
inline |
Referenced by G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), BoundingLimits(), G4tgbVolume::BuildSolidForDivision(), CalculateExtent(), G4ParameterisationTubsRho::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), G4ParameterisationTubsPhi::G4ParameterisationTubsPhi(), G4ParameterisationTubsPhi::GetMaxParameter(), G4tgbGeometryDumper::GetSolidParams(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteSolids::TubeWrite(), and G4GDMLWriteSolids::TubeWrite().
Here is the caller graph for this function:
|
inline |
|
inline |
|
virtual |
|
inline |
Referenced by G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), BoundingLimits(), G4tgbVolume::BuildSolidForDivision(), CalculateExtent(), G4ParameterisationTubsRho::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), G4ParameterisationTubsRho::G4ParameterisationTubsRho(), G4ParameterisationTubsRho::GetMaxParameter(), G4tgbGeometryDumper::GetSolidParams(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteSolids::TubeWrite(), and G4GDMLWriteSolids::TubeWrite().
Here is the caller graph for this function:
|
inline |
Referenced by G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), BoundingLimits(), G4tgbVolume::BuildSolidForDivision(), CalculateExtent(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), G4ParameterisationTubsRho::G4ParameterisationTubsRho(), FFPrimaryGeneratorAction::GeneratePrimaries(), G4ParameterisationTubsRho::GetMaxParameter(), G4tgbGeometryDumper::GetSolidParams(), G4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteSolids::TubeWrite(), and G4GDMLWriteSolids::TubeWrite().
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4VSolid.
Definition at line 1675 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 1675 of file G4Tubs.cc
References cosEPhi, cosSPhi, fDPhi, fDz, fRMax, fRMin, fSPhi, G4CSGSolid::GetRadiusInRing(), phi, G4INCL::DeJongSpin::shoot(), sinEPhi, sinSPhi, and twopi.
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by G4tgbVolume::BuildSolidForDivision(), G4ParameterisationTubsRho::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), G4tgbGeometryDumper::GetSolidParams(), G4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteSolids::TubeWrite(), and G4GDMLWriteSolids::TubeWrite().
Here is the caller graph for this function:
|
inline |
Referenced by G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), BoundingLimits(), G4tgbVolume::BuildSolidForDivision(), CalculateExtent(), G4ParameterisationTubsRho::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeTransformation(), UltraDetectorConstruction::ConstructUVscope(), export_G4Tubs(), G4ParameterisationTubsZ::G4ParameterisationTubsZ(), FFPrimaryGeneratorAction::GeneratePrimaries(), G4ParameterisationTubsZ::GetMaxParameter(), G4tgbGeometryDumper::GetSolidParams(), G4PSCylinderSurfaceFlux::IsSelectedSurface(), G4PSCylinderSurfaceCurrent::IsSelectedSurface(), G4PSCylinderSurfaceFlux::ProcessHits(), G4PSCylinderSurfaceCurrent::ProcessHits(), G4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteParamvol::Tube_dimensionsWrite(), PHG4GDMLWriteSolids::TubeWrite(), and G4GDMLWriteSolids::TubeWrite().
Here is the caller graph for this function:
|
inlineprotected |
|
inlineprotected |
|
virtual |
Implements G4VSolid.
Definition at line 342 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 342 of file G4Tubs.cc
References fDPhi, fDz, fPhiFullTube, fRMax, fRMin, fSPhi, halfAngTolerance, halfCarTolerance, halfRadTolerance, in, kInside, kOutside, kSurface, r2, twopi, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by DistanceToOut().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 144 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 144 of file G4Tubs.cc
References cosCPhi, cosEPhi, cosHDPhi, cosHDPhiIT, cosHDPhiOT, cosSPhi, fDPhi, fDz, fInvRmax, fInvRmin, fPhiFullTube, fRMax, fRMin, fSPhi, halfAngTolerance, halfCarTolerance, halfRadTolerance, kAngTolerance, kRadTolerance, G4CSGSolid::operator=(), sinCPhi, sinEPhi, and sinSPhi.
Here is the call graph for this function:Referenced by PHG4EtaParameterization::ComputeDimensions(), PHG4EtaPhiParameterization::ComputeDimensions(), ExN04CalorimeterParametrisation::ComputeDimensions(), ExN04TrackerParametrisation::ComputeDimensions(), RE01CalorimeterParametrisation::ComputeDimensions(), RE05TrackerParametrisation::ComputeDimensions(), RE01TrackerParametrisation::ComputeDimensions(), RE05CalorimeterParametrisation::ComputeDimensions(), B2bChamberParameterisation::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4GDMLParameterisation::ComputeDimensions(), NeuronLoadDataFile::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), and export_G4Tubs().
Here is the caller graph for this function:Referenced by PHG4EtaParameterization::ComputeDimensions(), PHG4EtaPhiParameterization::ComputeDimensions(), ExN04CalorimeterParametrisation::ComputeDimensions(), ExN04TrackerParametrisation::ComputeDimensions(), RE01CalorimeterParametrisation::ComputeDimensions(), RE05TrackerParametrisation::ComputeDimensions(), RE01TrackerParametrisation::ComputeDimensions(), RE05CalorimeterParametrisation::ComputeDimensions(), B2bChamberParameterisation::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4GDMLParameterisation::ComputeDimensions(), NeuronLoadDataFile::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), and export_G4Tubs().
Here is the caller graph for this function:Referenced by PHG4EtaParameterization::ComputeDimensions(), PHG4EtaPhiParameterization::ComputeDimensions(), ExN04TrackerParametrisation::ComputeDimensions(), ExN04CalorimeterParametrisation::ComputeDimensions(), RE01CalorimeterParametrisation::ComputeDimensions(), RE01TrackerParametrisation::ComputeDimensions(), RE05CalorimeterParametrisation::ComputeDimensions(), RE05TrackerParametrisation::ComputeDimensions(), B2bChamberParameterisation::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4GDMLParameterisation::ComputeDimensions(), NeuronLoadDataFile::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), STCyclotronDetectorConstruction::SetTargetDiameter(), and DetectorConstruction::UpdateParameters().
Here is the caller graph for this function:Referenced by PHG4EtaParameterization::ComputeDimensions(), PHG4EtaPhiParameterization::ComputeDimensions(), ExN04CalorimeterParametrisation::ComputeDimensions(), ExN04TrackerParametrisation::ComputeDimensions(), RE01CalorimeterParametrisation::ComputeDimensions(), RE05TrackerParametrisation::ComputeDimensions(), RE01TrackerParametrisation::ComputeDimensions(), RE05CalorimeterParametrisation::ComputeDimensions(), B2bChamberParameterisation::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4GDMLParameterisation::ComputeDimensions(), NeuronLoadDataFile::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), and export_G4Tubs().
Here is the caller graph for this function:Referenced by PHG4EtaParameterization::ComputeDimensions(), PHG4EtaPhiParameterization::ComputeDimensions(), ExN04CalorimeterParametrisation::ComputeDimensions(), ExN04TrackerParametrisation::ComputeDimensions(), RE01CalorimeterParametrisation::ComputeDimensions(), RE05TrackerParametrisation::ComputeDimensions(), RE01TrackerParametrisation::ComputeDimensions(), RE05CalorimeterParametrisation::ComputeDimensions(), B2bChamberParameterisation::ComputeDimensions(), G4ParameterisationTubsRho::ComputeDimensions(), G4GDMLParameterisation::ComputeDimensions(), NeuronLoadDataFile::ComputeDimensions(), G4ParameterisationTubsPhi::ComputeDimensions(), G4ParameterisationTubsZ::ComputeDimensions(), export_G4Tubs(), STCyclotronDetectorConstruction::SetFoilThickness(), ElectronBenchmarkDetector::SetPrimFoilThickness(), STCyclotronDetectorConstruction::SetTargetThickness(), and DetectorConstruction::UpdateParameters().
Here is the caller graph for this function:
|
virtual |
|
virtual |
Implements G4VSolid.
Definition at line 509 of file G4Tubs.cc.
View newest version in sPHENIX GitHub at line 509 of file G4Tubs.cc
References ApproxSurfaceNormal(), cosEPhi, cosSPhi, fDPhi, fDz, fPhiFullTube, fRMax, fRMin, fSPhi, G4cout, G4endl, G4Exception(), halfAngTolerance, halfCarTolerance, JustWarning, kInfinity, norm, sinEPhi, sinSPhi, twopi, CLHEP::Hep3Vector::unit(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Here is the call graph for this function:
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by DistanceToIn(), DistanceToOut(), and operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by DistanceToIn(), and operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by DistanceToIn(), and operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 219 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 219 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), CreatePolyhedron(), DistanceToOut(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 219 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 219 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), CreatePolyhedron(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 232 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 232 of file G4Tubs.hh
Referenced by DistanceToOut(), and operator=().
|
protected |
Definition at line 232 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 232 of file G4Tubs.hh
Referenced by DistanceToIn(), and operator=().
|
protected |
Definition at line 228 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 228 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), DistanceToIn(), DistanceToOut(), Inside(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 219 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 219 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), CreatePolyhedron(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 219 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 219 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), CreatePolyhedron(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 219 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 219 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), CreatePolyhedron(), DistanceToOut(), GetPointOnSurface(), Inside(), operator=(), StreamInfo(), and SurfaceNormal().
|
protected |
Definition at line 236 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 236 of file G4Tubs.hh
Referenced by DistanceToOut(), G4Tubs(), Inside(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 236 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 236 of file G4Tubs.hh
Referenced by DistanceToIn(), DistanceToOut(), G4Tubs(), Inside(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 236 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 236 of file G4Tubs.hh
Referenced by DistanceToIn(), G4Tubs(), Inside(), and operator=().
|
protected |
|
staticprotected |
Definition at line 214 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 214 of file G4Tubs.hh
Referenced by DistanceToOut().
|
protected |
Definition at line 210 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 210 of file G4Tubs.hh
Referenced by DistanceToIn(), DistanceToOut(), G4Tubs(), and operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by DistanceToIn(), DistanceToOut(), and operator=().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), operator=(), and SurfaceNormal().
|
protected |
Definition at line 223 of file G4Tubs.hh.
View newest version in sPHENIX GitHub at line 223 of file G4Tubs.hh
Referenced by ApproxSurfaceNormal(), DistanceToIn(), DistanceToOut(), GetPointOnSurface(), operator=(), and SurfaceNormal().