hep.geant4.jni
Class G4FastTrack

java.lang.Object
  extended by hep.geant4.jni.G4FastTrack

public class G4FastTrack
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4FastTrack(G4Region anEnvelope, boolean IsUnique)
           
G4FastTrack(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4AffineTransform getAffineTransformation()
           
static long getCPtr(G4FastTrack obj)
           
 G4Region getEnvelope()
           
 G4LogicalVolume getEnvelopeLogicalVolume()
           
 G4VPhysicalVolume getEnvelopePhysicalVolume()
           
 G4VSolid getEnvelopeSolid()
           
 G4AffineTransform getInverseAffineTransformation()
           
 G4Track getPrimaryTrack()
           
 G4ThreeVector getPrimaryTrackLocalDirection()
           
 G4ThreeVector getPrimaryTrackLocalMomentum()
           
 G4ThreeVector getPrimaryTrackLocalPolarization()
           
 G4ThreeVector getPrimaryTrackLocalPosition()
           
 boolean onTheBoundaryButExiting()
           
 void setCurrentTrack(G4Track arg0)
           
 void setCurrentTrack(G4Track arg0, G4Navigator a)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4FastTrack

public G4FastTrack(long cPtr,
                   boolean cMemoryOwn)

G4FastTrack

public G4FastTrack(G4Region anEnvelope,
                   boolean IsUnique)
Method Detail

getCPtr

public static long getCPtr(G4FastTrack obj)

finalize

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

delete

public void delete()

equals

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

setCurrentTrack

public void setCurrentTrack(G4Track arg0,
                            G4Navigator a)

setCurrentTrack

public void setCurrentTrack(G4Track arg0)

onTheBoundaryButExiting

public boolean onTheBoundaryButExiting()

getPrimaryTrack

public G4Track getPrimaryTrack()

getEnvelope

public G4Region getEnvelope()

getEnvelopeLogicalVolume

public G4LogicalVolume getEnvelopeLogicalVolume()

getEnvelopePhysicalVolume

public G4VPhysicalVolume getEnvelopePhysicalVolume()

getEnvelopeSolid

public G4VSolid getEnvelopeSolid()

getPrimaryTrackLocalPosition

public G4ThreeVector getPrimaryTrackLocalPosition()

getPrimaryTrackLocalMomentum

public G4ThreeVector getPrimaryTrackLocalMomentum()

getPrimaryTrackLocalDirection

public G4ThreeVector getPrimaryTrackLocalDirection()

getPrimaryTrackLocalPolarization

public G4ThreeVector getPrimaryTrackLocalPolarization()

getAffineTransformation

public G4AffineTransform getAffineTransformation()

getInverseAffineTransformation

public G4AffineTransform getInverseAffineTransformation()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.