hep.geant4.jni
Class G4VFastSimulationModel

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

public class G4VFastSimulationModel
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VFastSimulationModel(long cPtr, boolean cMemoryOwn)
           
G4VFastSimulationModel(String aName)
           
G4VFastSimulationModel(String aName, G4Region arg0)
           
G4VFastSimulationModel(String aName, G4Region arg0, boolean IsUnique)
           
 
Method Summary
 void atRestDoIt(G4FastTrack arg0, G4FastStep arg1)
           
 boolean atRestModelTrigger(G4FastTrack arg0)
           
 void delete()
           
 void doIt(G4FastTrack arg0, G4FastStep arg1)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VFastSimulationModel obj)
           
 String getName()
           
 boolean isApplicable(G4ParticleDefinition arg0)
           
 boolean modelTrigger(G4FastTrack arg0)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VFastSimulationModel

public G4VFastSimulationModel(long cPtr,
                              boolean cMemoryOwn)

G4VFastSimulationModel

public G4VFastSimulationModel(String aName)

G4VFastSimulationModel

public G4VFastSimulationModel(String aName,
                              G4Region arg0,
                              boolean IsUnique)

G4VFastSimulationModel

public G4VFastSimulationModel(String aName,
                              G4Region arg0)
Method Detail

getCPtr

public static long getCPtr(G4VFastSimulationModel obj)

finalize

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

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

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

isApplicable

public boolean isApplicable(G4ParticleDefinition arg0)

modelTrigger

public boolean modelTrigger(G4FastTrack arg0)

doIt

public void doIt(G4FastTrack arg0,
                 G4FastStep arg1)

atRestModelTrigger

public boolean atRestModelTrigger(G4FastTrack arg0)

atRestDoIt

public void atRestDoIt(G4FastTrack arg0,
                       G4FastStep arg1)

getName

public String getName()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.