Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
IO
Root
detail
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
4
#include "
canvas/Persistency/Common/EDProduct.h
"
5
6
#include <map>
7
#include <memory>
8
#include <string>
9
10
namespace
art
{
11
namespace
detail
{
12
13
class
DummyProductCache
{
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
}
// namespace detail
22
}
// namespace art
23
24
#endif
/* art_Framework_IO_Root_detail_DummyProductCache_h */
25
26
// Local variables:
27
// mode: c++
28
// End:
string
std::string string
Definition:
nybbler.cc:12
art::detail::DummyProductCache::dummies_
std::map< std::string, std::unique_ptr< EDProduct > > dummies_
Definition:
DummyProductCache.h:18
EDProduct.h
detail
Definition:
includer.cc:30
art::EDProduct
Definition:
EDProduct.h:23
art::detail::DummyProductCache::product
EDProduct const * product(std::string const &wrappedName)
Definition:
DummyProductCache.cc:9
art
Definition:
BasicOptionsHandler.h:11
art::detail::DummyProductCache
Definition:
DummyProductCache.h:13
Generated by
1.8.11