LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "ProductInfo.h"
Public Types | |
enum | ConsumableType { ConsumableType::Product, ConsumableType::Many, ConsumableType::ViewElement } |
Public Member Functions | |
ProductInfo (ConsumableType const consumableType, TypeID const &tid) | |
ProductInfo (ConsumableType const consumableType, TypeID const &tid, std::string const &l, std::string const &i, std::string const &pr) | |
Public Attributes | |
ConsumableType | consumableType_ |
TypeID | typeID_ |
std::string | label_ {} |
std::string | instance_ {} |
std::string | process_ {} |
Definition at line 15 of file ProductInfo.h.
|
strong |
Enumerator | |
---|---|
Product | |
Many | |
ViewElement |
Definition at line 17 of file ProductInfo.h.
|
inlineexplicit |
|
inlineexplicit |
ConsumableType art::ProductInfo::consumableType_ |
Definition at line 36 of file ProductInfo.h.
Referenced by art::operator<().
std::string art::ProductInfo::instance_ {} |
Definition at line 39 of file ProductInfo.h.
Referenced by art::operator<(), and ProductInfo().
std::string art::ProductInfo::label_ {} |
Definition at line 38 of file ProductInfo.h.
Referenced by art::operator<(), and ProductInfo().
std::string art::ProductInfo::process_ {} |
Definition at line 40 of file ProductInfo.h.
Referenced by art::operator<(), and ProductInfo().
TypeID art::ProductInfo::typeID_ |
Definition at line 37 of file ProductInfo.h.
Referenced by art::operator<(), and ProductInfo().