4 #ifndef MUONTRUTHHELPERS_MUONSIMHITHELPERS_H
5 #define MUONTRUTHHELPERS_MUONSIMHITHELPERS_H
11 #include <unordered_set>
18 class CalibratedSpacePoint;
21 class SpacePointBucket;
28 std::unordered_set<const xAOD::MuonSimHit*>
getTruthMatchedHits(
const std::vector<const SpacePoint*>& spacePoints);
30 std::unordered_set<const xAOD::MuonSimHit*>
getTruthMatchedHits(
const std::vector<const CalibratedSpacePoint*>& measurements);
36 std::unordered_set<const xAOD::MuonSimHit*>
getTruthMatchedHits(
const SpacePointBucket& bucket);