42// one is in the barrel and one is in the endcap
43if(!id1_is_barrel && id2_is_barrel){
44returnfalse;
45 }
46
47//remaining possibility is if(id1_is_barrel && !id2_is_barrel), remove 'if' statement to make coverity happy, otherwise complains about logically dead code