Package org.jlab.detector.geant4.v2
Class PCALGeant4Factory
java.lang.Object
org.jlab.detector.geant4.v2.Geant4Factory
org.jlab.detector.geant4.v2.PCALGeant4Factory
- Author:
- kenjo
-
Field Summary
Fields inherited from class org.jlab.detector.geant4.v2.Geant4Factory
motherVolume, properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jlab.geom.prim.Plane3D
getFrontalFace
(int sector) int
int
getNumberOfPaddles
(int ilayer) int
getPaddle
(int isector, int ilayer, int ipaddle) static void
Methods inherited from class org.jlab.detector.geant4.v2.Geant4Factory
getAllVolumes, getComponents, getIntersections, getProperty, toString
-
Constructor Details
-
PCALGeant4Factory
public PCALGeant4Factory(org.jlab.geom.base.ConstantProvider cp)
-
-
Method Details
-
getNumberOfSectors
public int getNumberOfSectors() -
getNumberOfLayers
public int getNumberOfLayers() -
getNumberOfPaddles
public int getNumberOfPaddles(int ilayer) -
getPaddle
-
getFrontalFace
public org.jlab.geom.prim.Plane3D getFrontalFace(int sector) -
main
-