96 std::vector<const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment*> vecOfRobf;
99 ATH_MSG_ERROR(
"Could not get cabling, return empty vector of ROB fragments");
105 std::vector<uint32_t> robIds;
107 unsigned int size = rdoIdhVect.size();
108 for(
unsigned int i=0; i<size; ++i) {
110 if(
m_idHelperSvc->tgcIdHelper().get_id(rdoIdhVect[i], Id, &tgcContext)) {
111 ATH_MSG_WARNING(
"Unable to get TGC Identifier from collection hash id " );
115 uint32_t rodId =
m_hid2re.getRodID(tgcId, cabling);
116 uint32_t robId =
m_hid2re.getRobID(rodId);
117 std::vector<uint32_t>::iterator it_robId = std::find(robIds.begin(), robIds.end(), robId);
118 if(it_robId==robIds.end()) {
119 robIds.push_back(robId);
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...