Package org.jlab.geom.geant
Class G4Trd
java.lang.Object
org.jlab.geom.geant.G4BaseVolume
org.jlab.geom.geant.G4Trd
- All Implemented Interfaces:
- IG4Volume
- Author:
- gavalian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionint[]getFaces()returns array with the faces based on the points.int[]Returns array of faces with texture map.float[]getShape()voidInitializes the shape for the G4Trap volume.voidsetMaterial(G4Material mat) Methods inherited from class org.jlab.geom.geant.G4BaseVolumeaddRoration, addRotation, addTranslation, gemcString, getDetector, getName, getParent, setDescription
- 
Constructor Details- 
G4Trd
 
- 
- 
Method Details- 
initShapepublic void initShape()Initializes the shape for the G4Trap volume.
- 
getShape- Specified by:
- getShapein interface- IG4Volume
- Overrides:
- getShapein class- G4BaseVolume
 
- 
getPoints- Specified by:
- getPointsin interface- IG4Volume
- Overrides:
- getPointsin class- G4BaseVolume
 
- 
getFacespublic int[] getFaces()returns array with the faces based on the points.- Specified by:
- getFacesin interface- IG4Volume
- Overrides:
- getFacesin class- G4BaseVolume
- Returns:
 
- 
getMeshFacespublic int[] getMeshFaces()Returns array of faces with texture map.- Specified by:
- getMeshFacesin interface- IG4Volume
- Overrides:
- getMeshFacesin class- G4BaseVolume
- Returns:
 
- 
getMeshPointspublic float[] getMeshPoints()- Specified by:
- getMeshPointsin interface- IG4Volume
- Overrides:
- getMeshPointsin class- G4BaseVolume
 
- 
getMaterial- Specified by:
- getMaterialin interface- IG4Volume
- Overrides:
- getMaterialin class- G4BaseVolume
 
- 
setMaterial- Specified by:
- setMaterialin interface- IG4Volume
- Overrides:
- setMaterialin class- G4BaseVolume
 
 
-