source: PSPA/Interface_Web/trunk/pspaWT/workingArea/philFit.aml @ 493

Last change on this file since 493 was 493, checked in by lemeur, 10 years ago

refection generale des secteurs et applications de softwares (suite)

File size: 3.7 KB
Line 
1<laboratory name = "PSPA lab">
2  <global>
3    <ref_freq design = "2998.65" />
4    <comment text = "data specific to Parmela" />
5    <integrationStep value = "1" />
6    <nSteps value = "100000" />
7    <nsc value = "0" />
8  </global>
9  <sector name = "sector 1">
10    <element name = "rfgun01">
11      <description type = "rfgun" />
12      <comment type = "RFgun" text = "to simulate emission from a photocathode" />
13      <beam>
14        <particle type = "ELECTRON" />
15        <n_particles design = "500" />
16        <sig_t design = "5" />
17        <emittance_a design = "0" />
18        <emittance_b design = "0" />
19        <total_energy design = "1e-06" />
20        <sig_e design = "1e-12" />
21        <particle_charge design = "3.1211e+09" />
22      </beam>
23      <sigma_r value = "0.1" />
24      <phaseStep value = "1" />
25    </element>
26    <element name = "cell01">
27      <description type = "cell" />
28      <methods>
29        <tracking value = "parmela" />
30      </methods>
31      <length design = "17.7" />
32      <aperture at = "ENTRANCE" shape = "CIRCLE">
33        <xy_limit design = "100" />
34      </aperture>
35      <linac_cavity>
36        <phase0 design = "70" />
37        <gradient design = "75" />
38      </linac_cavity>
39      <comment text = "data specific to Parmela" />
40      <phaseStepMax value = "1" />
41      <acceleratingShapeField name = "alphaXchamp" />
42      <focusingMagneticField name = "Pois_I_120" />
43      <z_offset value = "-20.53" />
44      <scaling_factor value = "1.025" />
45    </element>
46    <element name = "drift01">
47      <description type = "drift" />
48      <length design = "225.9" />
49      <aperture at = "EXIT" shape = "CIRCLE">
50        <xy_limit design = "100" />
51      </aperture>
52    </element>
53    <element name = "solnd01">
54      <description type = "solnd" />
55      <length design = "3" />
56      <aperture at = "EXIT" shape = "CIRCLE">
57        <xy_limit design = "1e+06" />
58      </aperture>
59      <solenoid>
60        <ksol design = "1.0199" />
61        <vary is_on = "true" />
62      </solenoid>
63    </element>
64    <element name = "drift02">
65      <description type = "drift" />
66      <length design = "157.88" />
67      <aperture at = "EXIT" shape = "CIRCLE">
68        <xy_limit design = "1e+06" />
69      </aperture>
70    </element>
71    <element name = "bend01">
72      <description type = "bend" />
73      <length design = "73.3038" />
74      <aperture at = "EXIT" shape = "CIRCLE">
75        <xy_limit design = "1e+06" />
76      </aperture>
77      <momentum design = "5.1" />
78      <bend>
79        <g design = "1.42857" />
80        <e1 design = "18.24" />
81        <e2 design = "18.24" />
82      </bend>
83    </element>
84  </sector>
85  <sector name = "sector 2">
86    <element name = "drift03">
87      <description type = "drift" />
88      <length design = "50" />
89      <aperture at = "EXIT" shape = "CIRCLE">
90        <xy_limit design = "1e+06" />
91      </aperture>
92    </element>
93    <element name = "fit01">
94      <description type = "fit" />
95      <fit attribute = "R11" design = "0" err = "0.001" />
96    </element>
97  </sector>
98  <machine name = "dummy">
99    <machineElements>
100      <melement name = "rfgun01" />
101      <melement name = "cell01" />
102      <melement name = "drift01" />
103      <melement name = "solnd01" />
104      <melement name = "drift02" />
105      <melement name = "bend01" />
106      <melement name = "drift03" />
107      <melement name = "fit01" />
108    </machineElements>
109    <mcomputingBlocks>
110      <computingBlock>
111        <software name = "parmela" />
112        <blocExtension rankOfFirstElement = "0" numberOfelements = "3" />
113      </computingBlock>
114      <computingBlock>
115        <software name = "transport" />
116        <blocExtension rankOfFirstElement = "3" numberOfelements = "5" />
117      </computingBlock>
118    </mcomputingBlocks>
119  </machine>
120</laboratory>
Note: See TracBrowser for help on using the repository browser.