LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DummyProductCache.h"
Public Member Functions | |
EDProduct const * | product (std::string const &wrappedName) |
Private Attributes | |
std::map< std::string, std::unique_ptr< EDProduct > > | dummies_ |
Definition at line 13 of file DummyProductCache.h.
EDProduct const * art::detail::DummyProductCache::product | ( | std::string const & | wrappedName | ) |
Definition at line 9 of file DummyProductCache.cc.
References art::errors::DictionaryNotFound, and dummies_.
Referenced by art::RootOutputFile::getProduct().
|
private |
Definition at line 18 of file DummyProductCache.h.
Referenced by product().