149 static const int moduleEndcap[6] = {0, 1, 3, 4, 6, 7};
150 static const int moduleForward[3] = {2, 5, 8};
151 static const int moduleEI[3] = {9, 10, 11};
152 static const int moduleFI[3] = {12, 13, 14};
175 const int MaxModuleInOctant = 15;
176 static const int regionId[MaxModuleInOctant] = {0, 0, 1, 0, 0, 1, 0, 0,
177 1, 2, 2, 2, 3, 3, 3};
178 static const int sectorId[MaxModuleInOctant] = {0, 1, 0, 2, 3, 1, 4, 5,
179 2, 0, 1, 2, 0, 1, 2};
181 if (sectorModule < 0 || sectorModule >= MaxModuleInOctant) {
185 if (regionId[sectorModule] == 0) {
190 }
else if (regionId[sectorModule] == 1) {
196 if (regionId[sectorModule] == 2) {
199 if (regionId[sectorModule] == 3) {