LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "WrappedTypeID.h"
Public Member Functions | |
template<typename T > | |
art::WrappedTypeID | make () |
Static Public Member Functions | |
template<typename T > | |
static WrappedTypeID | make () |
Public Attributes | |
TypeID | product_type |
TypeID | wrapped_product_type |
Private Member Functions | |
WrappedTypeID (std::type_info const &product_type, std::type_info const &wrapped_product_type) | |
Definition at line 14 of file WrappedTypeID.h.
|
inlineprivate |
|
static |
art::WrappedTypeID art::WrappedTypeID::make | ( | ) |
Definition at line 33 of file WrappedTypeID.h.
TypeID art::WrappedTypeID::product_type |
Definition at line 17 of file WrappedTypeID.h.
Referenced by art::Principal::findGroupsForProduct(), art::Principal::findGroupsFromInputFile(), art::ProductRetriever::getByLabel_(), art::Principal::getBySelector(), art::ProductRetriever::getMany_(), and art::resolve_unique_product().
TypeID art::WrappedTypeID::wrapped_product_type |
Definition at line 18 of file WrappedTypeID.h.
Referenced by art::Principal::getMany(), art::resolve_unique_product(), and WrappedTypeID().