hep.geant4.jni
Class G4SPSAngDistribution

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

public class G4SPSAngDistribution
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4SPSAngDistribution()
           
G4SPSAngDistribution(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void defineAngRefAxes(String arg0, G4ThreeVector arg1)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4ThreeVector generateOne()
           
static long getCPtr(G4SPSAngDistribution obj)
           
 void reSetHist(String arg0)
           
 void setAngDistType(String arg0)
           
 void setBeamSigmaInAngR(double arg0)
           
 void setBeamSigmaInAngX(double arg0)
           
 void setBeamSigmaInAngY(double arg0)
           
 void setBiasRndm(G4SPSRandomGenerator a)
           
 void setFocusPoint(G4ThreeVector arg0)
           
 void setMaxPhi(double arg0)
           
 void setMaxTheta(double arg0)
           
 void setMinPhi(double arg0)
           
 void setMinTheta(double arg0)
           
 void setParticleMomentumDirection(G4ThreeVector aMomentumDirection)
           
 void setPosDistribution(G4SPSPosDistribution a)
           
 void setUserWRTSurface(boolean arg0)
           
 void setUseUserAngAxis(boolean arg0)
           
 void setVerbosity(int a)
           
 void userDefAngPhi(G4ThreeVector arg0)
           
 void userDefAngTheta(G4ThreeVector 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

G4SPSAngDistribution

public G4SPSAngDistribution(long cPtr,
                            boolean cMemoryOwn)

G4SPSAngDistribution

public G4SPSAngDistribution()
Method Detail

getCPtr

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

setAngDistType

public void setAngDistType(String arg0)

defineAngRefAxes

public void defineAngRefAxes(String arg0,
                             G4ThreeVector arg1)

setMinTheta

public void setMinTheta(double arg0)

setMinPhi

public void setMinPhi(double arg0)

setMaxTheta

public void setMaxTheta(double arg0)

setMaxPhi

public void setMaxPhi(double arg0)

setBeamSigmaInAngR

public void setBeamSigmaInAngR(double arg0)

setBeamSigmaInAngX

public void setBeamSigmaInAngX(double arg0)

setBeamSigmaInAngY

public void setBeamSigmaInAngY(double arg0)

userDefAngTheta

public void userDefAngTheta(G4ThreeVector arg0)

userDefAngPhi

public void userDefAngPhi(G4ThreeVector arg0)

setFocusPoint

public void setFocusPoint(G4ThreeVector arg0)

setParticleMomentumDirection

public void setParticleMomentumDirection(G4ThreeVector aMomentumDirection)

setUseUserAngAxis

public void setUseUserAngAxis(boolean arg0)

setUserWRTSurface

public void setUserWRTSurface(boolean arg0)

setPosDistribution

public void setPosDistribution(G4SPSPosDistribution a)

setBiasRndm

public void setBiasRndm(G4SPSRandomGenerator a)

reSetHist

public void reSetHist(String arg0)

setVerbosity

public void setVerbosity(int a)

generateOne

public G4ThreeVector generateOne()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.