LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ProductList.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_ProductList_h
2 #define canvas_Persistency_Provenance_ProductList_h
3 // ProductList
5 //
6 // This is a very-badly-named type alias; please make it go away soon.
8 
11 
12 #include <map>
13 
14 namespace art {
15  using ProductList = std::map<BranchKey, BranchDescription>;
16 
18 }
19 
20 #endif /* canvas_Persistency_Provenance_ProductList_h */
21 
22 // Local Variables:
23 // mode: c++
24 // End:
std::map< BranchKey, BranchDescription > ProductList
Definition: ProductList.h:15
std::vector< BranchDescription > ProductDescriptions
ProductDescriptions make_product_descriptions(ProductList const &productList)
Definition: ProductList.cc:5
Definition: MVAAlg.h:12