artdaq  v3_00_01
art::detail::DummyProductCache Class Reference

A lightweight prodcut cache for when the full thing is not appropriate (TBB and ROOT don't fully get along) More...

#include <artdaq/ArtModules/detail/DummyProductCache.h>

Public Member Functions

EDProduct const * product (std::string const &wrappedName)
 Retrieve a product handle from the cache. More...
 

Detailed Description

A lightweight prodcut cache for when the full thing is not appropriate (TBB and ROOT don't fully get along)

Definition at line 16 of file DummyProductCache.h.

Member Function Documentation

EDProduct const * art::detail::DummyProductCache::product ( std::string const &  wrappedName)

Retrieve a product handle from the cache.

Parameters
wrappedNameName of the product handle
Returns
EDProduct instance corresponding to the given name

Definition at line 8 of file DummyProductCache.cc.


The documentation for this class was generated from the following files: