dwvisser.analysis
Class PIDtelescope

java.lang.Object
  |
  +--dwvisser.analysis.TextOutputter
        |
        +--dwvisser.analysis.PIDtelescope

public class PIDtelescope
extends TextOutputter

Version:
Author:
dwvisser

Field Summary
 
Fields inherited from class dwvisser.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)
           
 
Methods inherited from class dwvisser.analysis.TextOutputter
closeOutput, revertToDefaultOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 - nucleus
beam - nucleus
projectile - nucleus
beamEnergy - in MeV
outfile - where text goes
milsAl - mils of aluminum placed in front of array
Throws:
java.io.FileNotFoundException - if file can't be created
NuclearException - if problem creating Nuceus objects
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments