1 |
Release 7 November 2008 - Laura Marcelli |
2 |
|
3 |
New variables: |
4 |
|
5 |
maxrel:Energy of the strip of maximun release on the first Calo plane |
6 |
qNmin1:Truncated mean (N-1 values) of the energy released in N Calo planes |
7 |
Zcalo_maxrel_b:Z reconstructed by maximum release in the first Calo plane vs. beta |
8 |
Zcalo_dedx_b:Z reconstructed by dEdx (or StdEdx) release in the first Calo plane vs. beta |
9 |
Zcalo_dedx_defl:Z reconstructed by dEdx (or StdEdx) release in the first Calo plane vs. deflection |
10 |
Zcalo_Nmin1_defl: Z reconstructed by qNmin1 vs. deflection |
11 |
|
12 |
and corrispondent methods : |
13 |
|
14 |
Get_maxrel() |
15 |
Get_qNmin1() |
16 |
Get_Zcalo_maxrel_b() |
17 |
Get_Zcalo_dedx_b() |
18 |
Get_Zcalo_dedx_defl() |
19 |
Get_Zcalo_Nmin1_defl() |
20 |
|
21 |
NOTE: Z values are setted to: |
22 |
- 0 if event skipped by CaloNuclei routine (“ERROR: cannot find any track!”) |
23 |
- 1000 if |
24 |
1) energy release (maxrel, dedx or qNmin1) = 0 |
25 |
2) beta<2 |
26 |
3) defl<0 || defl>0.5 (only for Zcalo_dedx_defl and Zcalo_Nmin1_defl) |
27 |
|
28 |
IMPORTANT: |
29 |
To use Get_Zcalo_dedx_b(), Get_Zcalo_dedx_defl(), Get_Zcalo_Nmin1_defl() is necessary to set: |
30 |
cn->UseTrack(true) |
31 |
cn->Process() |
32 |
because track existency is supposed. |