#include <DummyProductCache.h>
Definition at line 13 of file DummyProductCache.h.
Definition at line 9 of file DummyProductCache.cc.
11 auto it =
dummies_.find(wrappedName);
13 TClass* cp = TClass::GetClass(wrappedName.c_str());
16 <<
"TClass::GetClass() returned null pointer for name: " 17 << wrappedName <<
'\n';
19 std::unique_ptr<EDProduct>
dummy{
20 reinterpret_cast<EDProduct*
>(cp->New())};
23 return it->second.get();
std::map< std::string, std::unique_ptr< EDProduct > > dummies_
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
The documentation for this class was generated from the following files: