Contents
- Description
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- getUnits()
- getUnits(int)
- setName(String)
- setMother(Geant4Basic)
- getMother()
- getName()
- getType()
- setParameters(double...)
- setParUnits(String...)
- getChildren()
- getParameters()
- getPosition()
- getRotation()
- getRotationOrder()
- getId()
- translation()
- rotation()
- setPosition(double, double, double)
- setRotation(String, double, double, double)
- setId(int...)
- gemcString()
- main(String[])
Class Geant4Basic
java.lang.Object
org.jlab.geom.geant.Geant4Basic
- All Implemented Interfaces:
IGeant4Volume
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
getId()
getName()
double[]
double[]
double[]
getType()
getUnits()
getUnits
(int ipar) static void
rotation()
void
setId
(int... id) void
setMother
(Geant4Basic motherVol) void
void
setParameters
(double... pars) void
setParUnits
(String... parUnits) void
setPosition
(double x, double y, double z) void
setRotation
(String order, double r1, double r2, double r3)
-
Constructor Details
-
Method Details
-
getUnits
-
getUnits
-
setName
-
setMother
-
getMother
-
getName
- Specified by:
getName
in interfaceIGeant4Volume
-
getType
- Specified by:
getType
in interfaceIGeant4Volume
-
setParameters
public void setParameters(double... pars) - Specified by:
setParameters
in interfaceIGeant4Volume
-
setParUnits
-
getChildren
-
getParameters
public double[] getParameters()- Specified by:
getParameters
in interfaceIGeant4Volume
-
getPosition
public double[] getPosition()- Specified by:
getPosition
in interfaceIGeant4Volume
-
getRotation
public double[] getRotation()- Specified by:
getRotation
in interfaceIGeant4Volume
-
getRotationOrder
- Specified by:
getRotationOrder
in interfaceIGeant4Volume
-
getId
public int[] getId()- Specified by:
getId
in interfaceIGeant4Volume
-
translation
-
rotation
-
setPosition
public void setPosition(double x, double y, double z) - Specified by:
setPosition
in interfaceIGeant4Volume
-
setRotation
- Specified by:
setRotation
in interfaceIGeant4Volume
-
setId
public void setId(int... id) - Specified by:
setId
in interfaceIGeant4Volume
-
gemcString
-
main
-