LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
LibraryInfoCollection.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_LibraryInfoCollection_h
2 #define art_Framework_Art_detail_LibraryInfoCollection_h
3 
5 
6 #include <set>
7 #include <string>
8 
9 namespace art {
10  namespace detail {
11 
12  using LibraryInfoCollection = std::multiset<LibraryInfo>;
13  }
14 }
15 
16 #endif /* art_Framework_Art_detail_LibraryInfoCollection_h */
17 
18 // Local variables:
19 // mode: c++
20 // End:
HLT enums.
std::multiset< LibraryInfo > LibraryInfoCollection