pyg4ometry.geant4.solid.Cons

Classes

Cons

Constructs a conical section.

Module Contents

class pyg4ometry.geant4.solid.Cons.Cons(name, pRmin1, pRmax1, pRmin2, pRmax2, pDz, pSPhi, pDPhi, registry, lunit='mm', aunit='rad', nslice=None, addRegistry=True)

Bases: pyg4ometry.geant4.solid.SolidBase.SolidBase

Constructs a conical section.

Parameters:
pRmin1
pRmax1
pRmin2
pRmax2
pDz
pSPhi
pDPhi
nslice
lunit
aunit
dependents = []
varNames = ['pRmin1', 'pRmin2', 'pRmax1', 'pRmax2', 'pDz', 'pSPhi', 'pDPhi', 'nslice']
varUnits = ['lunit', 'lunit', 'lunit', 'lunit', 'lunit', 'aunit', 'aunit', None]
checkParameters()
__repr__()
__str__()
mesh()