142 static const int moduleEndcap[6]={ 0, 1, 3, 4, 6, 7};
143 static const int moduleForward[3]={ 2, 5, 8};
144 static const int moduleEI[3]={ 9, 10, 11};
145 static const int moduleFI[3]={ 12, 13, 14};
162 const int MaxModuleInOctant = 15;
163 static const int regionId[MaxModuleInOctant] ={
164 0, 0, 1, 0, 0, 1, 0, 0, 1, 2, 2, 2, 3, 3, 3
166 static const int sectorId[MaxModuleInOctant] ={
167 0, 1, 0, 2, 3, 1, 4, 5, 2, 0, 1, 2, 0, 1, 2
170 if(sectorModule< 0 || sectorModule>=MaxModuleInOctant)
return;
172 if(regionId[sectorModule]==0){
176 }
else if(regionId[sectorModule]==1){