104 static const int moduleEndcap[6] = {0, 1, 3, 4, 6, 7};
105 static const int moduleForward[3] = {2, 5, 8};
106 static const int moduleEI[3] = {9, 10, 11};
107 static const int moduleFI[3] = {12, 13, 14};
130 const int MaxModuleInOctant = 15;
131 static const int regionId[MaxModuleInOctant] = {0, 0, 1, 0, 0, 1, 0, 0,
132 1, 2, 2, 2, 3, 3, 3};
133 static const int sectorId[MaxModuleInOctant] = {0, 1, 0, 2, 3, 1, 4, 5,
134 2, 0, 1, 2, 0, 1, 2};
136 if (sectorModule < 0 || sectorModule >= MaxModuleInOctant) {
140 if (regionId[sectorModule] == 0) {
145 }
else if (regionId[sectorModule] == 1) {
151 if (regionId[sectorModule] == 2) {
154 if (regionId[sectorModule] == 3) {