ECL element numbers.
More...
|
bool | isForward (int cellId) |
| Check whether the crystal is in forward ECL. More...
|
|
bool | isBarrel (int cellId) |
| Check whether the crystal is in barrel ECL. More...
|
|
bool | isBackward (int cellId) |
| Check whether the crystal is in backward ECL. More...
|
|
◆ isBackward()
bool Belle2::ECLElementNumbers::isBackward |
( |
int |
cellId | ) |
|
|
inline |
Check whether the crystal is in backward ECL.
- Parameters
-
[in] | cellId | Cell identifier (1-based). |
Definition at line 60 of file ECLElementNumbers.h.
const int c_NCrystalsForwardBarrel
Number of crystals in the forward and barrel ECL.
◆ isBarrel()
bool Belle2::ECLElementNumbers::isBarrel |
( |
int |
cellId | ) |
|
|
inline |
Check whether the crystal is in barrel ECL.
- Parameters
-
[in] | cellId | Cell identifier (1-based). |
Definition at line 50 of file ECLElementNumbers.h.
◆ isForward()
bool Belle2::ECLElementNumbers::isForward |
( |
int |
cellId | ) |
|
|
inline |
Check whether the crystal is in forward ECL.
- Parameters
-
[in] | cellId | Cell identifier (1-based). |
Definition at line 41 of file ECLElementNumbers.h.