hep.geant4.jni
Class G4ChordFinderSaf

java.lang.Object
  extended by hep.geant4.jni.G4ChordFinder
      extended by hep.geant4.jni.G4ChordFinderSaf

public class G4ChordFinderSaf
extends G4ChordFinder


Field Summary
 
Fields inherited from class hep.geant4.jni.G4ChordFinder
swigCMemOwn
 
Constructor Summary
G4ChordFinderSaf(G4MagInt_Driver pIntegrationDriver)
           
G4ChordFinderSaf(G4MagneticField theMagField, double stepMinimum, G4MagIntegratorStepper pItsStepper)
           
G4ChordFinderSaf(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double findNextChord(G4FieldTrack yStart, double stepMax, G4FieldTrack yEnd, SWIGTYPE_p_double dyErrPos, double epsStep, SWIGTYPE_p_double pStepForAccuracy, G4ThreeVector latestSafetyOrigin, double latestSafetyRadius)
           
static long getCPtr(G4ChordFinderSaf obj)
           
 void printStatistics()
           
 
Methods inherited from class hep.geant4.jni.G4ChordFinder
advanceChordLimited, approxCurvePointV, getCPtr, getDeltaChord, getFirstFraction, getFractionLast, getFractionNextEstimate, getIntegrationDriver, getMultipleRadius, getNoCalls, getNoMaxTrials, getNoTrials, resetStepEstimate, setChargeMomentumMass, setDeltaChord, setFirstFraction, setFractionsLastNext, setFractionsLastNext, setFractionsLastNext, setIntegrationDriver, setVerbose, setVerbose, testChordPrint
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ChordFinderSaf

public G4ChordFinderSaf(long cPtr,
                        boolean cMemoryOwn)

G4ChordFinderSaf

public G4ChordFinderSaf(G4MagInt_Driver pIntegrationDriver)

G4ChordFinderSaf

public G4ChordFinderSaf(G4MagneticField theMagField,
                        double stepMinimum,
                        G4MagIntegratorStepper pItsStepper)
Method Detail

getCPtr

public static long getCPtr(G4ChordFinderSaf obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4ChordFinder

equals

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

findNextChord

public double findNextChord(G4FieldTrack yStart,
                            double stepMax,
                            G4FieldTrack yEnd,
                            SWIGTYPE_p_double dyErrPos,
                            double epsStep,
                            SWIGTYPE_p_double pStepForAccuracy,
                            G4ThreeVector latestSafetyOrigin,
                            double latestSafetyRadius)

printStatistics

public void printStatistics()
Overrides:
printStatistics in class G4ChordFinder


Copyright © 2000-2007 FreeHEP. All Rights Reserved.