2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
6 inline unsigned int TRT_Numerology::getNBarrelLayers (unsigned int iMod) const {
7 return m_nlayerBarrel[iMod];
11 inline unsigned int TRT_Numerology::getNEndcapLayers (unsigned int iWheel) const {
12 return m_nlayerEndcap[iWheel];
15 inline unsigned int TRT_Numerology::getNBarrelRings() const {
19 inline unsigned int TRT_Numerology::getNBarrelPhi() const {
23 inline unsigned int TRT_Numerology::getNEndcapWheels() const {
24 return m_nwheelEndcap;
27 inline unsigned int TRT_Numerology::getNEndcapPhi() const {