hep.geant4.jni
Class G4FastSimulationManager

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

public class G4FastSimulationManager
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4FastSimulationManager(G4Region anEnvelope)
           
G4FastSimulationManager(G4Region anEnvelope, boolean IsUnique)
           
G4FastSimulationManager(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean activateFastSimulationModel(String arg0)
           
 void addFastSimulationModel(G4VFastSimulationModel arg0)
           
 G4Transform3D addGhostPlacement(G4RotationMatrix arg0, G4ThreeVector arg1)
           
 G4Transform3D addGhostPlacement(G4Transform3D arg0)
           
 boolean atRestGetFastSimulationManagerTrigger(G4Track arg0)
           
 boolean atRestGetFastSimulationManagerTrigger(G4Track arg0, G4Navigator a)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4FastSimulationManager obj)
           
 G4Region getEnvelope()
           
 G4VFastSimulationModel getFastSimulationModel(String modelName, G4VFastSimulationModel previousFound, SWIGTYPE_p_bool foundPrevious)
           
 boolean inActivateFastSimulationModel(String arg0)
           
 boolean insertGhostHereIfNecessary(G4VPhysicalVolume arg0, G4ParticleDefinition arg1)
           
 G4VParticleChange invokeAtRestDoIt()
           
 G4VParticleChange invokePostStepDoIt()
           
 void listModels()
           
 void listModels(G4ParticleDefinition arg0)
           
 void listModels(String aName)
           
 void listTitle()
           
 boolean postStepGetFastSimulationManagerTrigger(G4Track arg0)
           
 boolean postStepGetFastSimulationManagerTrigger(G4Track arg0, G4Navigator a)
           
 void removeFastSimulationModel(G4VFastSimulationModel arg0)
           
 boolean removeGhostPlacement(G4Transform3D arg0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4FastSimulationManager

public G4FastSimulationManager(long cPtr,
                               boolean cMemoryOwn)

G4FastSimulationManager

public G4FastSimulationManager(G4Region anEnvelope,
                               boolean IsUnique)

G4FastSimulationManager

public G4FastSimulationManager(G4Region anEnvelope)
Method Detail

getCPtr

public static long getCPtr(G4FastSimulationManager 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

addFastSimulationModel

public void addFastSimulationModel(G4VFastSimulationModel arg0)

removeFastSimulationModel

public void removeFastSimulationModel(G4VFastSimulationModel arg0)

activateFastSimulationModel

public boolean activateFastSimulationModel(String arg0)

inActivateFastSimulationModel

public boolean inActivateFastSimulationModel(String arg0)

listTitle

public void listTitle()

listModels

public void listModels()

listModels

public void listModels(G4ParticleDefinition arg0)

listModels

public void listModels(String aName)

getEnvelope

public G4Region getEnvelope()

getFastSimulationModel

public G4VFastSimulationModel getFastSimulationModel(String modelName,
                                                     G4VFastSimulationModel previousFound,
                                                     SWIGTYPE_p_bool foundPrevious)

addGhostPlacement

public G4Transform3D addGhostPlacement(G4RotationMatrix arg0,
                                       G4ThreeVector arg1)

addGhostPlacement

public G4Transform3D addGhostPlacement(G4Transform3D arg0)

removeGhostPlacement

public boolean removeGhostPlacement(G4Transform3D arg0)

insertGhostHereIfNecessary

public boolean insertGhostHereIfNecessary(G4VPhysicalVolume arg0,
                                          G4ParticleDefinition arg1)

postStepGetFastSimulationManagerTrigger

public boolean postStepGetFastSimulationManagerTrigger(G4Track arg0,
                                                       G4Navigator a)

postStepGetFastSimulationManagerTrigger

public boolean postStepGetFastSimulationManagerTrigger(G4Track arg0)

invokePostStepDoIt

public G4VParticleChange invokePostStepDoIt()

atRestGetFastSimulationManagerTrigger

public boolean atRestGetFastSimulationManagerTrigger(G4Track arg0,
                                                     G4Navigator a)

atRestGetFastSimulationManagerTrigger

public boolean atRestGetFastSimulationManagerTrigger(G4Track arg0)

invokeAtRestDoIt

public G4VParticleChange invokeAtRestDoIt()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.