LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ModuleGraphInfo.h"
Public Attributes | |
ModuleType | module_type {ModuleType::non_art} |
std::set< ProductInfo > | produced_products {} |
std::set< ProductInfo > | consumed_products {} |
std::set< std::string > | select_events {} |
std::set< std::string > | paths {} |
Definition at line 12 of file ModuleGraphInfo.h.
std::set<ProductInfo> art::detail::ModuleGraphInfo::consumed_products {} |
Definition at line 15 of file ModuleGraphInfo.h.
Referenced by art::detail::operator<<().
ModuleType art::detail::ModuleGraphInfo::module_type {ModuleType::non_art} |
Definition at line 13 of file ModuleGraphInfo.h.
Referenced by art::detail::operator<<().
std::set<std::string> art::detail::ModuleGraphInfo::paths {} |
Definition at line 19 of file ModuleGraphInfo.h.
Referenced by art::detail::operator<<().
std::set<ProductInfo> art::detail::ModuleGraphInfo::produced_products {} |
Definition at line 14 of file ModuleGraphInfo.h.
std::set<std::string> art::detail::ModuleGraphInfo::select_events {} |
Definition at line 18 of file ModuleGraphInfo.h.