9 m_tagMap.insert(std::pair<
const InDetCandidate*, std::unique_ptr<TagBase> >(idcand, std::unique_ptr<TagBase>(tag)));
13 tagMap::const_iterator pos =
m_tagMap.find(idcand);
14 if (pos ==
end())
return nullptr;
15 return pos->second.get();
const TagBase * getTag(const InDetCandidate *idcand) const
unsigned int size() const
void addEntry(const InDetCandidate *idcand, TagBase *tag)
base-class for combined reconstruction output Provides access to MuonType and Author
The MuonTagToSegMap is an auxillary construct that links the MuonSegments associated with a combined ...