28 (*trj).validRecHits(
hits);
30 for (
auto const &
h :
hits) {
31 auto detid =
h->geographicalId().rawId();
39 theCache.insert(std::pair<uint32_t, unsigned int>(detid,
idx));
44 if (
seed->nHits() == 0) {
52 auto detid =
first->geographicalId().rawId();
55 auto itrange =
theCache.equal_range(detid);
56 for (
auto it = itrange.first; it != itrange.second; ++it) {
57 assert(it->first == detid);
62 auto ts =
theVault[it->second].begin();
66 for (; curr !=
last; ++curr) {
68 for (;
t != te; ++
t) {
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.