21 if (wire < minWireId || wire >
maxWireId) {
23 <<
" Invalid parameters: " 36 if (wire < minWireId || wire >
maxWireId) {
38 <<
" Invalid parameters: " 39 <<
" Wi:" <<
wire << std::endl;
47 if (wire < minWireId || wire >
maxWireId) {
49 <<
" Invalid parameters: " 50 <<
" Wi:" <<
wire << std::endl;
58 if (wire < minWireId || wire >
maxWireId) {
60 <<
" Invalid parameters: " 61 <<
" Wi:" <<
wire << std::endl;
69 os <<
" Wh:" <<
id.wheel() <<
" St:" <<
id.station() <<
" Se:" <<
id.sector() <<
" Sl:" <<
id.superlayer()
70 <<
" La:" <<
id.layer() <<
" Wi:" <<
id.wire() <<
" ";
int station() const
Return the station number.
std::ostream & operator<<(std::ostream &os, const DTWireId &id)
int wire() const
Return the wire number.
static const int wireStartBit_
constexpr std::array< uint8_t, layerIndexSize > layer
static const int maxWireId
highest wire id (chambers have 48 to 96 wires)
int superlayer() const
Return the superlayer number (deprecated method name)
constexpr uint32_t rawId() const
get the raw id
int layer() const
Return the layer number.
int wheel() const
Return the wheel number.
static const uint32_t wireMask_