LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
ServiceCache.h
Go to the documentation of this file.
1 #ifndef art_Framework_Services_Registry_detail_ServiceCache_h
2 #define art_Framework_Services_Registry_detail_ServiceCache_h
3 
6 
7 #include <map>
8 
9 namespace art {
10  namespace detail {
11  using ServiceCache = std::map<TypeID, detail::ServiceCacheEntry>;
12  }
13 }
14 #endif /* art_Framework_Services_Registry_detail_ServiceCache_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
std::map< TypeID, detail::ServiceCacheEntry > ServiceCache
Definition: ServiceCache.h:11
HLT enums.