|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.muni.fi.xmravec.bc.prodes.Batch
public class Batch
Batch class contains logic for launching the aplication in batch mode
Constructor Summary | |
---|---|
Batch(int quantity,
int pressure,
double precision,
double energy,
int filling,
java.lang.String range,
java.lang.String output)
Batch constructor for one monoenergetic neutron emission |
|
Batch(int quantity,
int pressure,
double precision,
java.util.List<java.lang.Double> series,
int filling,
java.lang.String range,
java.lang.String output)
Batch constructor for series of monoenergetic neutron emissions |
Method Summary | |
---|---|
void |
processOnce()
Method for processing one monoenergetic neutron emission |
void |
processSeries()
Method for processing series of monoenergetic neutron emissions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Batch(int quantity, int pressure, double precision, java.util.List<java.lang.Double> series, int filling, java.lang.String range, java.lang.String output)
quantity
- number of simulated neutronspressure
- pressure inside the detector (in atm)precision
- width of bin of responce function (MeV)series
- list containing 3 values for neutron energy range, initial energy, final energy and size of a step (MeV)filling
- filling of detector, 0 is empty, 1 is hydrogenrange
- text file containing proton range tableoutput
- Directory for output filespublic Batch(int quantity, int pressure, double precision, double energy, int filling, java.lang.String range, java.lang.String output)
quantity
- umber of simulated neutronspressure
- pressure inside the detector (in atm)precision
- width of bin of responce function (MeV)energy
- energy of one neutron in one neutron beamfilling
- filling of detector, 0 is empty, 1 is hydrogenrange
- text file containing proton range tableoutput
- Output fileMethod Detail |
---|
public void processOnce()
public void processSeries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |