ProdToProdMapBuilder.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_ProductMix_ProdToProdMapBuilder_h
2 #define art_Framework_IO_ProductMix_ProdToProdMapBuilder_h
3 
7 
8 #include <map>
9 
10 namespace art {
11  class ProdToProdMapBuilder;
12 }
13 
15 public:
16  using ProductIDTransMap = std::map<ProductID, ProductID>;
17 
19  PtrRemapper getRemapper(Event const& e) const;
20 
21 private:
23 };
24 #endif /* art_Framework_IO_ProductMix_ProdToProdMapBuilder_h */
25 
26 // Local Variables:
27 // mode: c++
28 // End:
std::map< ProductID, ProductID > ProductIDTransMap
ProductIDTransMap productIDTransMap_
const double e
void prepareTranslationTables(ProductIDTransMap &transMap)
PtrRemapper getRemapper(Event const &e) const