[no commit message]
This commit is contained in:
parent
c57cbc39c4
commit
384a38a1bb
@ -31,7 +31,7 @@ public class Trapping {
|
||||
int rejected = 0;
|
||||
int lowE = 0;
|
||||
|
||||
ArrayList<ElectronTrappingSimulator.SimulaionResult> results = simulator.simulateAll(E, 100000);
|
||||
ArrayList<ElectronTrappingSimulator.SimulaionResult> results = simulator.simulateAll(E, 500000);
|
||||
|
||||
for (Iterator<ElectronTrappingSimulator.SimulaionResult> it = results.iterator(); it.hasNext();) {
|
||||
ElectronTrappingSimulator.SimulaionResult res = it.next();
|
||||
@ -63,7 +63,6 @@ public class Trapping {
|
||||
|
||||
System.out.printf("The spectrometer acceptance angle is %g.%n", simulator.thetaPinch * 180 / Math.PI);
|
||||
System.out.printf("The transport mirroring angle is %g.%n", simulator.thetaTransport * 180 / Math.PI);
|
||||
System.out.printf("The spectrometer acceptance angle is %g.%n", simulator.thetaPinch * 180 / Math.PI);
|
||||
System.out.printf("The starting energy is %g.%n", E);
|
||||
System.out.printf("The lower energy boundary is %g.%n%n", simulator.Elow);
|
||||
|
||||
@ -77,7 +76,6 @@ public class Trapping {
|
||||
|
||||
out.printf("The spectrometer acceptance angle is %g.%n", simulator.thetaPinch * 180 / Math.PI);
|
||||
out.printf("The transport mirroring angle is %g.%n", simulator.thetaTransport * 180 / Math.PI);
|
||||
out.printf("The spectrometer acceptance angle is %g.%n", simulator.thetaPinch * 180 / Math.PI);
|
||||
out.printf("The starting energy is %g.%n", E);
|
||||
out.printf("The lower energy boundary is %g.%n%n", simulator.Elow);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user