![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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 19 of file WrappedTypeID.h.
|
inlineprivate |
|
static |
| art::WrappedTypeID art::WrappedTypeID::make | ( | ) |
Definition at line 38 of file WrappedTypeID.h.
| TypeID art::WrappedTypeID::product_type |
Definition at line 22 of file WrappedTypeID.h.
Referenced by art::Principal::findGroupsForProduct(), art::Principal::findGroupsFromInputFile(), art::Principal::getByLabel(), and art::Principal::getBySelector().
| TypeID art::WrappedTypeID::wrapped_product_type |
Definition at line 23 of file WrappedTypeID.h.
Referenced by art::Principal::findGroupsForProduct(), art::Principal::findGroupsFromInputFile(), and WrappedTypeID().