-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxscompare.mac
64 lines (45 loc) · 1.69 KB
/
xscompare.mac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/run/verbose 0
# Load Physics
/phys/addPhysics G4EmStandardPhysics_option4
#/phys/addPhysics G4EmPenelopePhysics
/run/setCut 1 nm
/cuts/setLowEdge 10 eV
/process/em/auger true
/process/em/augerCascade true
/process/em/pixe true
/process/em/fluo true
/process/list
/run/initialize
# Check that the simulation functions as expected
/gun/energy 100 keV
/gun/particle e-
/run/beamOn 1
# Save a cross-section (particle material process min_en max_en, cut)
# Energies are in MeV, cut in keV
/phys/printxs e- water msc 0.0001 10 0.1
/phys/printxs e- water eIoni 0.0001 10 0.1
/phys/printxs e- water eBrem 0.0001 10 0.1
/phys/printxs e- davis msc 0.0001 10 0.1
/phys/printxs e- davis eIoni 0.0001 10 0.1
/phys/printxs e- davis eBrem 0.0001 10 0.1
/phys/printxs e- cellular msc 0.0001 10 0.1
/phys/printxs e- cellular eIoni 0.0001 10 0.1
/phys/printxs e- cellular eBrem 0.0001 10 0.1
/phys/printxs proton water msc 0.0001 10 0.1
/phys/printxs proton water eIoni 0.0001 10 0.1
/phys/printxs proton davis msc 0.0001 10 0.1
/phys/printxs proton davis eIoni 0.0001 10 0.1
/phys/printxs proton cellular msc 0.0001 10 0.1
/phys/printxs proton cellular eIoni 0.0001 10 0.1
/phys/printxs gamma water conv 0.0001 10 0.1
/phys/printxs gamma water phot 0.0001 10 0.1
/phys/printxs gamma water compt 0.0001 10 0.1
/phys/printxs gamma water Rayl 0.0001 10 0.1
/phys/printxs gamma davis conv 0.0001 10 0.1
/phys/printxs gamma davis phot 0.0001 10 0.1
/phys/printxs gamma davis compt 0.0001 10 0.1
/phys/printxs gamma davis Rayl 0.0001 10 0.1
/phys/printxs gamma cellular conv 0.0001 10 0.1
/phys/printxs gamma cellular phot 0.0001 10 0.1
/phys/printxs gamma cellular compt 0.0001 10 0.1
/phys/printxs gamma cellular Rayl 0.0001 10 0.1