LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
}
22
23
#endif
/* art_Framework_IO_Root_detail_DummyProductCache_h */
24
25
// Local variables:
26
// mode: c++
27
// End:
art::detail::DummyProductCache::dummies_
std::map< std::string, std::unique_ptr< EDProduct > > dummies_
Definition:
DummyProductCache.h:18
EDProduct.h
art::EDProduct
Definition:
EDProduct.h:23
art::detail::DummyProductCache::product
EDProduct const * product(std::string const &wrappedName)
Definition:
DummyProductCache.cc:9
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
art::detail::DummyProductCache
Definition:
DummyProductCache.h:13
art
Framework
IO
Root
detail
DummyProductCache.h
Generated on Thu Jul 26 2018 13:09:40 for LArSoft by
1.8.11