Uses of Class
gov.nist.microanalysis.NISTMonte.MonteCarloSS.Electron

Packages that use MonteCarloSS.Electron
gov.nist.microanalysis.NISTMonte   
 

Uses of MonteCarloSS.Electron in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return MonteCarloSS.Electron
 MonteCarloSS.Electron MonteCarloSS.ElectronGun.createElectron()
          createElectron - Called by MonteCarloSS at the beginning of each trajectory to get a fresh Electron.
 MonteCarloSS.Electron MonteCarloSS.GaussianBeam.createElectron()
           
 MonteCarloSS.Electron MonteCarloSS.getElectron()
          getElectron - Get the current active electron.
 

Methods in gov.nist.microanalysis.NISTMonte with parameters of type MonteCarloSS.Electron
 void MonteCarloSS.trackSecondaryElectron(MonteCarloSS.Electron newElectron)
          This method takes the current Electron and stores it on a stack, the argument Electron becomes the active Electron and will be tracked until either it meets the end of trajectory criteria or it is replaced by another call to trackSecondaryElectron.
 

Constructors in gov.nist.microanalysis.NISTMonte with parameters of type MonteCarloSS.Electron
MonteCarloSS.Electron(MonteCarloSS.Electron parent, double phi, double theta, double kE)
          Constructs an Electron that starts its trajectory from the location of the specified parent electron with motion in the direction specified by phi & theta and a kinetic energy of kE.