18                             InDetProjPartsFlags& proj_sct,
 
   19                             InDetProjPartsFlags& proj_trt,
 
   20                             const DetTypeFlags& useddets )
 
   33     proj_pixel &= not_allbarrel;
 
   39     proj_pixel &= not_allendcap;
 
   41     if (!(useddets&
Pixel_ecpos)) proj_pixel &= not_allendcappos;
 
   42     if (!(useddets&
Pixel_ecneg)) proj_pixel &= not_allendcapneg;
 
   52     proj_sct &= not_allbarrel;
 
   58     proj_sct &= not_allendcap;
 
   60     if (!(useddets&
SCT_ecpos)) proj_sct &= not_allendcappos;
 
   61     if (!(useddets&
SCT_ecneg)) proj_sct &= not_allendcapneg;
 
   71     proj_trt &= not_allbarrel;
 
   77     proj_trt &= not_allendcap;
 
   79     if (!(useddets&
TRT_ecpos)) proj_trt &= not_allendcappos;
 
   80     if (!(useddets&
TRT_ecneg)) proj_trt &= not_allendcapneg;