hep.geant4.jni
Class G4ParameterisationTrdZ

java.lang.Object
  extended by hep.geant4.jni.G4VPVParameterisation
      extended by hep.geant4.jni.G4VDivisionParameterisation
          extended by hep.geant4.jni.G4VParameterisationTrd
              extended by hep.geant4.jni.G4ParameterisationTrdZ

public class G4ParameterisationTrdZ
extends G4VParameterisationTrd


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VPVParameterisation
swigCMemOwn
 
Constructor Summary
G4ParameterisationTrdZ(EAxis axis, int nCopies, double width, double offset, G4VSolid motherSolid, DivisionType divType)
           
G4ParameterisationTrdZ(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void computeDimensions(G4Trd trd, int copyNo, G4VPhysicalVolume pv)
           
 void computeTransformation(int copyNo, G4VPhysicalVolume physVol)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ParameterisationTrdZ obj)
           
 double getMaxParameter()
           
 
Methods inherited from class hep.geant4.jni.G4VParameterisationTrd
getCPtr
 
Methods inherited from class hep.geant4.jni.G4VDivisionParameterisation
computeSolid, getAxis, getCPtr, getMotherSolid, getNoDiv, getOffset, getType, getWidth, setType, volumeFirstCopyNo
 
Methods inherited from class hep.geant4.jni.G4VPVParameterisation
computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeDimensions, computeMaterial, computeMaterial, getCPtr, getMaterialScanner, isNested, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ParameterisationTrdZ

public G4ParameterisationTrdZ(long cPtr,
                              boolean cMemoryOwn)

G4ParameterisationTrdZ

public G4ParameterisationTrdZ(EAxis axis,
                              int nCopies,
                              double width,
                              double offset,
                              G4VSolid motherSolid,
                              DivisionType divType)
Method Detail

getCPtr

public static long getCPtr(G4ParameterisationTrdZ obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4VParameterisationTrd
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4VParameterisationTrd

equals

public boolean equals(Object obj)
Overrides:
equals in class G4VParameterisationTrd

getMaxParameter

public double getMaxParameter()

computeTransformation

public void computeTransformation(int copyNo,
                                  G4VPhysicalVolume physVol)
Overrides:
computeTransformation in class G4VDivisionParameterisation

computeDimensions

public void computeDimensions(G4Trd trd,
                              int copyNo,
                              G4VPhysicalVolume pv)
Overrides:
computeDimensions in class G4VPVParameterisation


Copyright © 2000-2007 FreeHEP. All Rights Reserved.