org.jscience.physics.nuclear.kinematics.math.analysis
Class PIDtelescope
java.lang.Object
org.jscience.physics.nuclear.kinematics.math.analysis.TextOutputter
org.jscience.physics.nuclear.kinematics.math.analysis.PIDtelescope
public class PIDtelescope
- extends TextOutputter
DOCUMENT ME!
| Fields inherited from class org.jscience.physics.nuclear.kinematics.math.analysis.TextOutputter |
DEFAULT |
|
Constructor Summary |
PIDtelescope(double milsAl,
double[] umDetectors,
double beamEnergy,
Nucleus beam,
Nucleus target,
Nucleus[] projectile,
java.lang.String outfile)
Creates new KineticDetermination |
|
Method Summary |
static void |
main(java.lang.String[] args)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PIDtelescope
public PIDtelescope(double milsAl,
double[] umDetectors,
double beamEnergy,
Nucleus beam,
Nucleus target,
Nucleus[] projectile,
java.lang.String outfile)
throws java.io.FileNotFoundException,
NuclearException
- Creates new KineticDetermination
- Parameters:
target - nucleusbeam - nucleusprojectile - nucleusbeamEnergy - in MeVthetaSpec - in degreesdecay - emitted nucleusresidualExcitation - state populated in spectrometerlastExcitation - state populated by decay detected in arraytargetThickness - in ug/cm^2outfile - where text goesforward - whether array is placed forwardmilsAl - mils of aluminum placed in front of array
- Throws:
java.io.FileNotFoundException - if file can't be created
NuclearException - if problem creating Nuceus objects
main
public static void main(java.lang.String[] args)
- DOCUMENT ME!
- Parameters:
args - the command line arguments