30 if (layer < minLayerId || layer >
maxLayerId) {
32 <<
" Invalid parameters: "
33 <<
" La:" << layer << std::endl;
40 if (layer < minLayerId || layer >
maxLayerId) {
42 <<
" Invalid parameters: "
43 <<
" La:" << layer << std::endl;
50 if (layer < minLayerId || layer >
maxLayerId) {
52 <<
" Invalid parameters: "
53 <<
" Wh:" << wheel <<
" St:" << station <<
" Se:" << sector
54 <<
" Sl:" << superlayer <<
" La:" << layer << std::endl;
61 os <<
" Wh:" <<
id.wheel() <<
" St:" <<
id.station() <<
" Se:" <<
id.sector() <<
" Sl:" <<
id.superlayer()
62 <<
" La:" <<
id.layer() <<
" ";
constexpr uint32_t rawId() const
get the raw id
static const uint32_t layerIdMask_
std::ostream & operator<<(std::ostream &out, const ALILine &li)
constexpr std::array< uint8_t, layerIndexSize > layer
static const int maxLayerId
highest layer id
static const int layerStartBit_
static const uint32_t lMask_