![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "ProductTables.h"
Public Member Functions | |
| ProductTable ()=default | |
| ProductTable (ProductDescriptions const &descriptions, BranchType bt) | |
| ProductTable (ProductDescriptions const &descriptions, BranchType bt, AvailableProducts_t const &availableProducts) | |
Public Attributes | |
| bool | isValid {false} |
| ProductLookup_t | productLookup {} |
| ViewLookup_t | viewLookup {} |
| AvailableProducts_t | availableProducts {} |
Definition at line 14 of file ProductTables.h.
|
default |
|
explicit |
Definition at line 57 of file ProductTables.cc.
|
explicit |
Definition at line 65 of file ProductTables.cc.
References availableProducts, art::detail::createProductLookups(), art::detail::createViewLookups(), productLookup, and viewLookup.
| AvailableProducts_t art::ProductTable::availableProducts {} |
Definition at line 28 of file ProductTables.h.
Referenced by ProductTable().
| bool art::ProductTable::isValid {false} |
Definition at line 25 of file ProductTables.h.
| ProductLookup_t art::ProductTable::productLookup {} |
Definition at line 26 of file ProductTables.h.
Referenced by ProductTable().
| ViewLookup_t art::ProductTable::viewLookup {} |
Definition at line 27 of file ProductTables.h.
Referenced by ProductTable().