ProductRegistry.h
Go to the documentation of this file.
1 #ifndef canvas_Persistency_Provenance_ProductRegistry_h
2 #define canvas_Persistency_Provenance_ProductRegistry_h
4 
5 // Class solely to permit schema evolution from the old ProductRegistry
6 // directly to a ProductList.
7 
8 namespace art {
9  struct ProductRegistry;
10 }
11 
13  ProductRegistry() : productList_() {} // For ROOT.
15 
17 };
18 #endif /* canvas_Persistency_Provenance_ProductRegistry_h */
19 
20 // Local Variables:
21 // mode: c++
22 // End:
std::map< BranchKey, BranchDescription > ProductList
Definition: ProductList.h:15
ProductList productList_
ProductRegistry(ProductList const &pl)