LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "ELdestination.h"
Public Member Functions | |
~Config () | |
Config () | |
Public Attributes | |
fhicl::Atom< std::string > | dest_type |
fhicl::Atom< std::string > | threshold |
fhicl::Table< MsgFormatSettings::Config > | format |
fhicl::OptionalDelegatedParameter | categories |
fhicl::Atom< bool > | outputStatistics |
fhicl::TableFragment< MsgStatistics::Config > | msgStatistics |
Definition at line 152 of file ELdestination.h.
|
default |
Referenced by mf::service::ELdestination::MsgStatistics::Config::Config().
mf::service::ELdestination::Config::Config | ( | ) |
Definition at line 229 of file ELdestination.cc.
References categories, format, mf::service::ELdestination::Category::Config::limit_comment(), msgStatistics, outputStatistics, mf::service::ELdestination::Category::Config::reportEvery_comment(), threshold, and mf::service::ELdestination::Category::Config::timespan_comment().
fhicl::OptionalDelegatedParameter mf::service::ELdestination::Config::categories |
Definition at line 158 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<std::string> mf::service::ELdestination::Config::dest_type |
Definition at line 155 of file ELdestination.h.
fhicl::Table<MsgFormatSettings::Config> mf::service::ELdestination::Config::format |
Definition at line 157 of file ELdestination.h.
Referenced by Config().
fhicl::TableFragment<MsgStatistics::Config> mf::service::ELdestination::Config::msgStatistics |
Definition at line 160 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<bool> mf::service::ELdestination::Config::outputStatistics |
Definition at line 159 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<std::string> mf::service::ELdestination::Config::threshold |
Definition at line 156 of file ELdestination.h.
Referenced by Config(), and mf::service::ELdestination::ELdestination().