hep.geant4.jni
Class G4VEmFluctuationModel

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

public class G4VEmFluctuationModel
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VEmFluctuationModel(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 double dispersion(G4Material arg0, G4DynamicParticle arg1, SWIGTYPE_p_double tmax, SWIGTYPE_p_double length)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VEmFluctuationModel obj)
           
 String getName()
           
 void initialiseMe(G4ParticleDefinition arg0)
           
 double sampleFluctuations(G4Material arg0, G4DynamicParticle arg1, SWIGTYPE_p_double tmax, SWIGTYPE_p_double length, SWIGTYPE_p_double meanLoss)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VEmFluctuationModel

public G4VEmFluctuationModel(long cPtr,
                             boolean cMemoryOwn)
Method Detail

getCPtr

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

sampleFluctuations

public double sampleFluctuations(G4Material arg0,
                                 G4DynamicParticle arg1,
                                 SWIGTYPE_p_double tmax,
                                 SWIGTYPE_p_double length,
                                 SWIGTYPE_p_double meanLoss)

dispersion

public double dispersion(G4Material arg0,
                         G4DynamicParticle arg1,
                         SWIGTYPE_p_double tmax,
                         SWIGTYPE_p_double length)

initialiseMe

public void initialiseMe(G4ParticleDefinition arg0)

getName

public String getName()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.