34 m_key ((( isPos & Z_MASK ) << Z_SHIFT) |
35 (( moduleIndex & MODULE_MASK ) << MODULE_SHIFT) |
36 (( phiIndex & PHI_MASK ) << PHI_SHIFT) |
37 (( strawLayerIndex & STRAWLAYER_MASK ) << STRAWLAYER_SHIFT))
42 std::ostringstream outputStream;
44 return outputStream.str();
static const int STRAWLAYER_SHIFT
std::string getName() const
static const int MODULE_SHIFT
static const int STRAWLAYER_MASK
static const int MODULE_MASK
static const int PHI_MASK
static const int PHI_SHIFT