115 static const int moduleEndcap[6]={ 0, 1, 3, 4, 6, 7};
116 static const int moduleForward[3]={ 2, 5, 8};
117 static const int moduleEI[3]={ 9, 10, 11};
118 static const int moduleFI[3]={ 12, 13, 14};
135 const int MaxModuleInOctant = 15;
136 static const int regionId[MaxModuleInOctant] ={
137 0, 0, 1, 0, 0, 1, 0, 0, 1, 2, 2, 2, 3, 3, 3
139 static const int sectorId[MaxModuleInOctant] ={
140 0, 1, 0, 2, 3, 1, 4, 5, 2, 0, 1, 2, 0, 1, 2
143 if(sectorModule< 0 || sectorModule>=MaxModuleInOctant)
return;
145 if(regionId[sectorModule]==0){
149 }
else if(regionId[sectorModule]==1){