Developing #375
Updated by Ivan Muzalevsky over 5 years ago
<p>One should use the same CsI mapping as in experiment (for examle for EXP1811 the map is presented <a href="http://er.jinr.ru/develop/issues/257">here</a>) in the simulations. </p>
<p>One should create method for CsI detector for applying the user set map for simulation:</p>
<p>At the moment it is offered to use 2D array as input, which can be changed<span style="color:#FF0000;"> changed in the simulation macro: </span><br macro: <br />
<br />
for example Int_t CsIMap[16][16] =<br />
{7,6,5,4,<br />
3,2,1,0,<br />
15,14,13,12,<br />
11,10,9,8};<br />
<br />
<span style="color:#FF0000;">Such input array means that the number of the crystal with with the lowest X and Y coordinate is 7.<br />
Indexes in the same line of the input array (7,6,5,4) correspond to the same Y coordinate<br />
Indexes in the same column of the input array (7,3,15,11) correspond to the same X coordinate<br />
The last index (8) corresponds to the crystal with the maximum X and Y coordinate</span></p> 11,10,9,8};</p>
<p>One should create method for CsI detector for applying the user set map for simulation:</p>
<p>At the moment it is offered to use 2D array as input, which can be changed<span style="color:#FF0000;"> changed in the simulation macro: </span><br macro: <br />
<br />
for example Int_t CsIMap[16][16] =<br />
{7,6,5,4,<br />
3,2,1,0,<br />
15,14,13,12,<br />
11,10,9,8};<br />
<br />
<span style="color:#FF0000;">Such input array means that the number of the crystal with with the lowest X and Y coordinate is 7.<br />
Indexes in the same line of the input array (7,6,5,4) correspond to the same Y coordinate<br />
Indexes in the same column of the input array (7,3,15,11) correspond to the same X coordinate<br />
The last index (8) corresponds to the crystal with the maximum X and Y coordinate</span></p> 11,10,9,8};</p>