Belle II Software development
|
ECL element numbers. More...
Functions | |
bool | isForward (int cellId) |
Check whether the crystal is in forward ECL. | |
bool | isBarrel (int cellId) |
Check whether the crystal is in barrel ECL. | |
bool | isBackward (int cellId) |
Check whether the crystal is in backward ECL. | |
Variables | |
const int | c_NCrystals = 8736 |
Number of crystals. | |
const int | c_NCrystalsForward = 1152 |
Number of crystals in the forward ECL. | |
const int | c_NCrystalsBarrel = 6624 |
Number of crystals in the barrel ECL. | |
const int | c_NCrystalsBackward = 960 |
Number of crystals in the backward ECL. | |
const int | c_NCrystalsForwardBarrel = c_NCrystalsForward + c_NCrystalsBarrel |
Number of crystals in the forward and barrel ECL. | |
ECL element numbers.
|
inline |
Check whether the crystal is in backward ECL.
[in] | cellId | Cell identifier (1-based). |
Definition at line 60 of file ECLElementNumbers.h.
|
inline |
Check whether the crystal is in barrel ECL.
[in] | cellId | Cell identifier (1-based). |
Definition at line 50 of file ECLElementNumbers.h.
|
inline |
Check whether the crystal is in forward ECL.
[in] | cellId | Cell identifier (1-based). |
Definition at line 41 of file ECLElementNumbers.h.
const int c_NCrystals = 8736 |
Number of crystals.
Definition at line 23 of file ECLElementNumbers.h.
const int c_NCrystalsBackward = 960 |
Number of crystals in the backward ECL.
Definition at line 32 of file ECLElementNumbers.h.
const int c_NCrystalsBarrel = 6624 |
Number of crystals in the barrel ECL.
Definition at line 29 of file ECLElementNumbers.h.
const int c_NCrystalsForward = 1152 |
Number of crystals in the forward ECL.
Definition at line 26 of file ECLElementNumbers.h.
const int c_NCrystalsForwardBarrel = c_NCrystalsForward + c_NCrystalsBarrel |
Number of crystals in the forward and barrel ECL.
Definition at line 35 of file ECLElementNumbers.h.