1 #ifndef art_Framework_IO_Root_detail_DummyProductCache_h
2 #define art_Framework_IO_Root_detail_DummyProductCache_h
4 #include "canvas/Persistency/Common/EDProduct.h"
23 EDProduct
const*
product(std::string
const& wrappedName);
25 std::map<std::string,std::unique_ptr<EDProduct>> dummies_;
EDProduct const * product(std::string const &wrappedName)
Retrieve a product handle from the cache.
A lightweight prodcut cache for when the full thing is not appropriate (TBB and ROOT don't fully get ...