hep.geant4.jni
Class G4RandGaussT
java.lang.Object
hep.geant4.jni.HepRandom
hep.geant4.jni.HepRandGauss
hep.geant4.jni.G4RandGaussT
public class G4RandGaussT
- extends HepRandGauss
Method Summary |
void |
delete()
|
static String |
distributionName()
|
HepRandomEngine |
engine()
|
boolean |
equals(Object obj)
|
protected void |
finalize()
|
double |
fire()
|
double |
fire(double mean,
double stdDev)
|
void |
fireArray(int size,
double[] vect)
|
void |
fireArray(int size,
double[] vect,
double mean,
double stdDev)
|
protected static long |
getCPtr(G4RandGaussT obj)
|
String |
name()
|
static double |
shoot()
|
static double |
shoot(double mean,
double stdDev)
|
static double |
shoot(HepRandomEngine anotherEngine)
|
static double |
shoot(HepRandomEngine anotherEngine,
double mean,
double stdDev)
|
static void |
shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect)
|
static void |
shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect,
double mean)
|
static void |
shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect,
double mean,
double stdDev)
|
static void |
shootArray(int size,
double[] vect)
|
static void |
shootArray(int size,
double[] vect,
double mean)
|
static void |
shootArray(int size,
double[] vect,
double mean,
double stdDev)
|
Methods inherited from class hep.geant4.jni.HepRandom |
createInstance, flat, flat, flatArray, flatArray, getCPtr, getTheEngine, getTheGenerator, getTheSeed, getTheTableSeeds, setTheEngine, setTheSeed, setTheSeed, setTheSeeds, setTheSeeds, showEngineStatus |
G4RandGaussT
protected G4RandGaussT(long cPtr,
boolean cMemoryOwn)
G4RandGaussT
public G4RandGaussT(HepRandomEngine anEngine,
double mean,
double stdDev)
G4RandGaussT
public G4RandGaussT(HepRandomEngine anEngine,
double mean)
G4RandGaussT
public G4RandGaussT(HepRandomEngine anEngine)
getCPtr
protected static long getCPtr(G4RandGaussT obj)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class HepRandGauss
- Throws:
Throwable
delete
public void delete()
- Overrides:
delete
in class HepRandGauss
equals
public boolean equals(Object obj)
- Overrides:
equals
in class HepRandGauss
shoot
public static double shoot()
shoot
public static double shoot(double mean,
double stdDev)
shootArray
public static void shootArray(int size,
double[] vect,
double mean,
double stdDev)
shootArray
public static void shootArray(int size,
double[] vect,
double mean)
shootArray
public static void shootArray(int size,
double[] vect)
shoot
public static double shoot(HepRandomEngine anotherEngine)
shoot
public static double shoot(HepRandomEngine anotherEngine,
double mean,
double stdDev)
shootArray
public static void shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect,
double mean,
double stdDev)
shootArray
public static void shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect,
double mean)
shootArray
public static void shootArray(HepRandomEngine anotherEngine,
int size,
double[] vect)
fire
public double fire()
- Overrides:
fire
in class HepRandGauss
fire
public double fire(double mean,
double stdDev)
- Overrides:
fire
in class HepRandGauss
fireArray
public void fireArray(int size,
double[] vect)
- Overrides:
fireArray
in class HepRandGauss
fireArray
public void fireArray(int size,
double[] vect,
double mean,
double stdDev)
- Overrides:
fireArray
in class HepRandGauss
name
public String name()
- Overrides:
name
in class HepRandGauss
engine
public HepRandomEngine engine()
- Overrides:
engine
in class HepRandGauss
distributionName
public static String distributionName()
Copyright © 2000-2007 FreeHEP. All Rights Reserved.