LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
DummyProductCache.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_Root_detail_DummyProductCache_h
2 #define art_Framework_IO_Root_detail_DummyProductCache_h
3 
5 
6 #include <map>
7 #include <memory>
8 #include <string>
9 
10 namespace art {
11  namespace detail {
12 
14  public:
15  EDProduct const* product(std::string const& wrappedName);
16 
17  private:
18  std::map<std::string, std::unique_ptr<EDProduct>> dummies_;
19  };
20  }
21 }
22 
23 #endif /* art_Framework_IO_Root_detail_DummyProductCache_h */
24 
25 // Local variables:
26 // mode: c++
27 // End:
std::map< std::string, std::unique_ptr< EDProduct > > dummies_
EDProduct const * product(std::string const &wrappedName)
HLT enums.