Go to the documentation of this file. 1 #ifndef CachingSeedCleanerBySharedInput_H
2 #define CachingSeedCleanerBySharedInput_H
5 #include <unordered_map>
14 void init(
const std::vector<Trajectory> *vect)
override;
25 std::vector<Trajectory::RecHitContainer>
theVault;
26 std::unordered_multimap<unsigned int, unsigned int>
theCache;