Package org.jlab.geom.geant
Interface IG4Volume
- All Known Implementing Classes:
- G4BaseVolume,- G4Trd
public interface IG4Volume
- Author:
- gavalian
- 
Method SummaryModifier and TypeMethodDescriptionint[]getFaces()int[]float[]getName()getShape()voidsetMaterial(G4Material mat) 
- 
Method Details- 
getNameString getName()
- 
getParentString getParent()
- 
gemcStringString gemcString()
- 
getShapeShape3D getShape()
- 
getDetectorGemcDetector getDetector()
- 
getMaterialG4Material getMaterial()
- 
setMaterial
- 
getPoints
- 
getFacesint[] getFaces()
- 
getMeshPointsfloat[] getMeshPoints()
- 
getMeshFacesint[] getMeshFaces()
 
-