summaryrefslogtreecommitdiff
path: root/doc/IGE344/SectDINTDETEC.tex
blob: c01ba5ab20e091ed7a6c86fb2eaedfdf1c603c7b (plain)
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
\subsection{Contents of a \dir{intdetec} data structure}\label{sect:intdetecdir}

\vskip 0.2cm
The \dir{intdetec} data structure is used to store integrated detector positions and 
responses in a PWR. This object has a signature {\tt L\_INTDETEC}; it is created using
the \moc{IDET:} module.

\subsubsection{The state-vector content}\label{sect:devicestate}
\noindent
The dimensioning parameters $\mathcal{S}_i$, which are stored in the state
vector for this data structure, represent:

\begin{itemize}

\item  The first dimension of matrices {\tt COORD1}, {\tt COORD2} and {\tt COORD3}, representing
the maximum number of interpolation points for a single detector. $N_{\rm max} = \mathcal{S}_1$.

\item  The total number of detectors. $N_{\rm det} = \mathcal{S}_2$. 

\end{itemize}

\subsubsection{The main \dir{intdetec} directory}\label{sect:intdetecdir}
\noindent
The following records will be found on the first level of \dir{intdetec} directory:

\begin{DescriptionEnregistrement}{Records in \dir{intdetec} data structure}{7cm} 

\CharEnr
{SIGNATURE\blank{3}}{$*12$}
{Signature of the \dir{intdetec} data structure ($\mathsf{SIGNA}=${\tt L\_INTDETEC\blank{2}}).}

\IntEnr
{STATE-VECTOR}{$40$}
{Vector describing the various parameters associated with this data structure $\mathcal{S}_i$}

\IntEnr
{NINX\blank{8}}{$\mathcal{S}_2$}
{Number of interpolation point for the detector reading along $X$ axis.}

\IntEnr
{NINY\blank{8}}{$\mathcal{S}_2$}
{Number of interpolation point for the detector reading along $Y$ axis.}

\IntEnr
{NINZ\blank{8}}{$\mathcal{S}_2$}
{Number of interpolation point for the detector reading along $Z$ axis.}

\RealEnr
{COORD1\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm}
{Values of the interpolation coordinates along $X$ axis.}

\RealEnr
{COORD2\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm}
{Values of the interpolation coordinates along $Y$ axis.}

\RealEnr
{COORD3\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm}
{Values of the interpolation coordinates along $Z$ axis.}

\CharEnr
{DETNAM\blank{6}}{$*12$}
{Alias name of the isotope used as detector.}

\CharEnr
{REANAM\blank{6}}{$*12$}
{Name of the nuclear reaction used as detector.}

\RealEnr
{RESPON\blank{6}}{$\mathcal{S}_2$}{}
{The integrated responses of the detectors.}

\end{DescriptionEnregistrement}
\clearpage