Definition at line 71 of file TripletFinder.cxx.
reco3d::IntersectionCache::IntersectionCache |
( |
geo::TPCID |
tpc | ) |
|
|
inline |
Definition at line 77 of file TripletFinder.cxx.
79 const auto key = std::make_pair(a, b);
81 auto it =
fMap.find(key);
82 if (it !=
fMap.end()) {
87 const bool res =
ISect(a, b, pt);
88 fMap.insert({key, res});
std::map< std::pair< raw::ChannelID_t, raw::ChannelID_t >, geo::WireIDIntersection > fPtMap
std::map< std::pair< raw::ChannelID_t, raw::ChannelID_t >, bool > fMap
bool ISect(raw::ChannelID_t chanA, raw::ChannelID_t chanB, geo::WireIDIntersection &pt) const
The documentation for this class was generated from the following file: