1 #ifndef CachingSeedCleanerBySharedInput_H
2 #define CachingSeedCleanerBySharedInput_H
5 #include <boost/unordered_map.hpp>
15 virtual void init(
const std::vector<Trajectory> *vect) ;
23 bool onlyPixelHits=
false) :
29 std::vector<Trajectory::RecHitContainer>
theVault;
31 boost::unordered_multimap<uint32_t, unsigned int>
theCache;