Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- addTranslation(double, double, double)
- setDescription(String)
- addRoration(String, Double, String, Double, String, Double)
- addRotation(Transformation3D.Transform, Transformation3D.Transform, Transformation3D.Transform)
- getName()
- getParent()
- gemcString()
- getShape()
- getMaterial()
- setMaterial(G4Material)
- getPoints()
- getFaces()
- getMeshPoints()
- getMeshFaces()
- getDetector()
Class G4BaseVolume
java.lang.Object
org.jlab.geom.geant.G4BaseVolume
- All Implemented Interfaces:
IG4Volume
- Direct Known Subclasses:
G4Trd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRoration
(String coord1, Double angle1, String coord2, Double angle2, String coord3, Double angle3) void
addRotation
(Transformation3D.Transform tr1, Transformation3D.Transform tr2, Transformation3D.Transform tr3) void
addTranslation
(double dx, double dy, double dz) int[]
getFaces()
int[]
float[]
getName()
getShape()
void
setDescription
(String desc) void
setMaterial
(G4Material mat)
-
Constructor Details
-
Method Details
-
addTranslation
public void addTranslation(double dx, double dy, double dz) -
setDescription
-
addRoration
-
addRotation
public void addRotation(Transformation3D.Transform tr1, Transformation3D.Transform tr2, Transformation3D.Transform tr3) -
getName
-
getParent
-
gemcString
- Specified by:
gemcString
in interfaceIG4Volume
-
getShape
-
getMaterial
- Specified by:
getMaterial
in interfaceIG4Volume
-
setMaterial
- Specified by:
setMaterial
in interfaceIG4Volume
-
getPoints
-
getFaces
-
getMeshPoints
public float[] getMeshPoints()- Specified by:
getMeshPoints
in interfaceIG4Volume
-
getMeshFaces
public int[] getMeshFaces()- Specified by:
getMeshFaces
in interfaceIG4Volume
-
getDetector
- Specified by:
getDetector
in interfaceIG4Volume
-