summaryrefslogtreecommitdiff
path: root/doc/IGE344/SectDDETECT.tex
blob: ac3d068209708e63035318c52b894d17172c0127 (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
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
\subsection{Contents of a \dir{detect} data structure}\label{sect:detectdir}

\vskip 0.2cm
The \dir{detect} data structure is used to store detector positions and 
responses. This object has a signature {\tt L\_DETECT}; it is created using
the \moc{DETINI:} module. The information contained in
this data structure can be used and updated in other DONJON modules
which are related to the detectors, namely: \moc{DETECT:} and \moc{DETINI:}
modules.

\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 number of energy
  groups. $N_g = \mathcal{S}_1$

\item  The total number of detectors $\sum
  \mathcal{I}_{1} = \mathcal{S}_2$ . 

\item  Flag for hexagonal detector definition  $\mathcal{S}_3
  = 1$ for hexagonal detector definition,
$= 0$ otherwise.

\end{itemize}

The dimensioning parameters for a specific detector type, which are stored
in the vector 

$\mathcal{I}_{i}$, represents:

\begin{itemize}

\item The number of detectors of type \{ name\_type \} $\mathcal{I}_{1}$.

\item The number of delayed responses + 2, $\mathcal{I}_{2}$.

\end{itemize}

\subsubsection{The main \dir{detect} directory}\label{sect:detectdir}
\noindent
The following records and sub-directories will be found on the first level
of \dir{detect} directory:

\begin{DescriptionEnregistrement}{Records and sub-directories in \dir{detect}
data structure}{7cm} 

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

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

\DirVar
{\listedir{name\_type}}
{Detector type sub-directory contains informations
for each detector of this type.}

\end{DescriptionEnregistrement}

\subsubsection{The \dir{name\_type} sub-directories}\label{sect:nametype}

\noindent
Inside each \dir{name\_type} sub-directory, the following records will be found:

\begin{DescriptionEnregistrement}{Records in \dir{name\_type} sub-directories}
{7.0cm} \label{tabl:tabdet}

\IntEnr
{INFORMATIONS}{$2$}
{Record containing describing the various parameters associated with a
  detector type $\mathcal{I}_{i}$.}

\OptRealEnr
{INV-CONST\blank{3}}{$\mathcal{I}_2 -2$}{}{$s^{-1}$}
{The inverse time constant of the
delayed detector responses.}

\OptRealEnr
{FRACTION\blank{4}}{$\mathcal{I}_2 -1$}{}{}
{The delayed and prompt fractions
of the detector responses.}

\RealEnr
{SPECTRAL\blank{4}}{$\mathcal{I}_2 -1$}{}
{The energy spectrum of the
detector.}

\DirVar
{\listedir{name\_detect}}
{Detector information sub-directory}


\end{DescriptionEnregistrement}

\subsubsection{The \dir{name\_detect} sub-directories}\label{sect:detector}

\noindent
Inside each \dir{name\_detect} sub-directory, the following records will be found:

\begin{DescriptionEnregistrement}{Records in \dir{name\_detect} sub-directories}
{7.0cm} \label{tabl:tabrodgroup}

\OptIntEnr
{NHEX\blank{8}}{$nhex$}{$hex=1$}
{The numbers of affected hexagons in the first X-Y plane.}

\RealEnr
{POSITION\blank{4}}{$6$}{cm}
{The coordinates of the 
detector.}

\RealEnr
{RESPON\blank{6}}{$\mathcal{I}_2$}{}
{The responses of the detector.}

\end{DescriptionEnregistrement}
\clearpage