-
Notifications
You must be signed in to change notification settings - Fork 1
/
fp2009.tex
133 lines (108 loc) · 4.62 KB
/
fp2009.tex
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
%%% FP2001.tex 05.10.2000 - Vesa Kolhinen <[email protected]>
%%% Original version:
%%% FP2000.tex 12.10.1999 - Eero Noponen <[email protected]>
%%%
%%%
%%%
%%% Sample LaTeX file for the abstracts for the Proceedings of the
%%% Annual Meeting of the Finnish Physical Society.
\documentclass[12pt]{article}
\usepackage{fp2009}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{hyperref}
%%% Remove the following line if Times font is unavailable.
\usepackage{times}
%%% The following line is required if the document contains figures.
\usepackage{graphicx}
%%% The following line is for LaTeX 2.09.
%\documentstyle[FP2001,12pt]{article}
\begin{document}
%%%
%%% The title of the abstract is given here as \title{TITLE TEXT}.
%%%
\title{INCL/ABLA INTRA-NUCLEAR CASCADE MODELS IN GEANT4 9.2}
%\title{INCL INTRA-NUCLEAR CASCADE MODEL IN GEANT9.2} % even more narrow scope?
%\title{INCL/ABLA INTRA-NUCLEAR CASCADE MODEL UPDATES}
%%%
%%% The list of authors; underline the name of the author who is responsible
%%% for the presentation of the paper.
%%%
\underline{P. Kaitaniemi}$^{1, 2}$ A. Heikkinen$^1$
%%%
%%% The address.
%%%
$^1$~P.O.Box 64 (Gustaf H\"allstr\"omin katu 2), FIN-00014 University of Helsinki, Finland\\
$^2$~CEN-Saclay, CEA-IRFU/SPhN, 91 191 Gif sur Yvette, France\\
email: [email protected]
%%%
%%% Body text begins here.
%%%
We discuss the status of INCL intra-nuclear cascade and ABLA fission/de-excitation codes
in the latest release of the detector simulation toolkit Geant4 9.2 \cite{pk09aCollaboration, pk08aProceedings}.
The INCL model is well established for targets heavier than Aluminium
and projectile energies from $\sim$ 150 MeV up to 2.5 GeV $\sim$ 3 GeV \cite{pk08bProceedings}.
%Improvements of the physics models are foreseen for the treatment of light targets (Carbon - Oxygen)
%and light ion beams (up to Carbon) and will be discussed.
%Outside this domain (light nuclei and energies down to 20-30 MeV)
%the model can be tried but the capabilities have yet to be established.
%such as spallation reactions in Accelerator Driven Systems.
%%% The following minipage structures are needed to position the figure
%%% beside the text paragraph.
%%% For a standard figure environment, see the example below.
\begin{minipage}{6cm}
We present a new Geant4 physics list prepared for nuclear physics applications
in the domain dominated by spallation.
Validity of the Geant4 physics list is demonstrated from the perspective of accelerator driven systems
and EURISOL project, especially with the neutron double differential cross sections and residual
nuclei production.
An example application utilizing the physics list is introduced.
%
Finally, an ongoing work to improve of the physics models for the treatment of
light targets (Carbon - Oxygen) and light ion beams (up to Carbon) (Fig.~1) are discussed.
\end{minipage}
\hfill
\begin{minipage}{8.8cm}
%\includegraphics[width=1.0\textwidth]{logo.eps}
%\includegraphics[angle=90,scale=0.5]{masses.eps}
\includegraphics[scale=0.59]{masses2.eps}
{\bf Fig.~1}~Mass of the isotopes produced in reaction p(1 GeV) + Carbon-12.
INCL/ABLA, INCL with Fermi break-up,
and Geant4 Bertini simulations are compared with experimental data points from Ref.~\cite{carbone}.
\end{minipage}
%%%
%%% A more typical Figure.
%%%
%\begin{figure}[!h]
%\centering\includegraphics[width=4cm]{logo.eps}
%\caption{Mallikuva.}
%\end{figure}
%\begin{figure}
%\end{figure}
%%%
%%% The bibliography: the references are listed here.
%%%
\begin{thebibliography}{9}
\bibitem{pk09aCollaboration}
P. Kaitaniemi and A. Heikkinen with Geant4 Collaboration
\href{http://www.geant4.org}{http://www.geant4.org}
\bibitem{pk08aProceedings}
P. Kaitaniemi and A. Heikkinen,
{\em INCL4 cascade and ABLA evaporation codes in Geant4},
Proceedings of the XLII annual conference of the Finnish Physical Society,
March 27-29 2008, Turku, Finland.
Report Series in Physics L 31, University of Turku, 2008.
\bibitem{pk08bProceedings}
A. Heikkinen, P. Kaitaniemi, and A. Boudard,
{\em Implementation of INCL4 cascade and ABLA evaporation codes in Geant4},
Journal of Physics: Conference Series 119 (2008) 032024,
{\sf [doi:10.1088/1742-6596/119/3/032024]}
\bibitem{carbone}
D.L. Olson et al.,
{\em Factorization of fragment-production cross sections in relativistic heavy-ion collisions},
Phys. Rev. C28, 1602 (1983)
{\sf [doi:10.1103/PhysRevC.28.1602]}
%\href{http://link.aps.org/abstract/PR/v108/p1175}{Fysiikan Lehti 108
%(1957) 1175}.
\end{thebibliography}
\end{document}