hep.geant4.jni
Class G4GlobalFastSimulationManager

java.lang.Object
  extended by hep.geant4.jni.G4VStateDependent
      extended by hep.geant4.jni.G4GlobalFastSimulationManager
All Implemented Interfaces:
G4VGlobalFastSimulationManager

public class G4GlobalFastSimulationManager
extends G4VStateDependent
implements G4VGlobalFastSimulationManager


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VStateDependent
swigCMemOwn
 
Constructor Summary
G4GlobalFastSimulationManager(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void activateFastSimulationModel(String arg0)
           
 void addFastSimulationManager(G4FastSimulationManager arg0)
           
 void closeFastSimulation()
           
 void delete()
           
 boolean equals(Object obj)
           
 void fastSimulationNeedsToBeClosed()
           
protected  void finalize()
           
static long getCPtr(G4GlobalFastSimulationManager obj)
           
 G4VFastSimulationModel getFastSimulationModel(String modelName)
           
 G4VFastSimulationModel getFastSimulationModel(String modelName, G4VFastSimulationModel previousFound)
           
 G4VFlavoredParallelWorld getFlavoredWorldForThis(G4ParticleDefinition arg0)
           
static G4GlobalFastSimulationManager getGlobalFastSimulationManager()
           
 void inActivateFastSimulationModel(String arg0)
           
 void listEnvelopes()
           
 void listEnvelopes(G4ParticleDefinition arg0)
           
 void listEnvelopes(String aName)
           
 void listEnvelopes(String aName, listType aListType)
           
 boolean notify(G4ApplicationState requestedState)
           
 void removeFastSimulationManager(G4FastSimulationManager arg0)
           
 
Methods inherited from class hep.geant4.jni.G4VStateDependent
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4GlobalFastSimulationManager

public G4GlobalFastSimulationManager(long cPtr,
                                     boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4GlobalFastSimulationManager obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VStateDependent

equals

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

getGlobalFastSimulationManager

public static G4GlobalFastSimulationManager getGlobalFastSimulationManager()

getFastSimulationModel

public G4VFastSimulationModel getFastSimulationModel(String modelName,
                                                     G4VFastSimulationModel previousFound)

getFastSimulationModel

public G4VFastSimulationModel getFastSimulationModel(String modelName)

addFastSimulationManager

public void addFastSimulationManager(G4FastSimulationManager arg0)

removeFastSimulationManager

public void removeFastSimulationManager(G4FastSimulationManager arg0)

fastSimulationNeedsToBeClosed

public void fastSimulationNeedsToBeClosed()

closeFastSimulation

public void closeFastSimulation()

listEnvelopes

public void listEnvelopes(String aName,
                          listType aListType)

listEnvelopes

public void listEnvelopes(String aName)

listEnvelopes

public void listEnvelopes()

listEnvelopes

public void listEnvelopes(G4ParticleDefinition arg0)

activateFastSimulationModel

public void activateFastSimulationModel(String arg0)

inActivateFastSimulationModel

public void inActivateFastSimulationModel(String arg0)

getFlavoredWorldForThis

public G4VFlavoredParallelWorld getFlavoredWorldForThis(G4ParticleDefinition arg0)

notify

public boolean notify(G4ApplicationState requestedState)
Overrides:
notify in class G4VStateDependent


Copyright © 2000-2007 FreeHEP. All Rights Reserved.