LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 177 of file ELdestination.h.
mf::service::ELdestination::Config::~Config | ( | ) |
Definition at line 238 of file ELdestination.cc.
mf::service::ELdestination::Config::Config | ( | ) |
Definition at line 240 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 183 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<std::string> mf::service::ELdestination::Config::dest_type |
Definition at line 180 of file ELdestination.h.
fhicl::Table<MsgFormatSettings::Config> mf::service::ELdestination::Config::format |
Definition at line 182 of file ELdestination.h.
Referenced by Config().
fhicl::TableFragment<MsgStatistics::Config> mf::service::ELdestination::Config::msgStatistics |
Definition at line 185 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<bool> mf::service::ELdestination::Config::outputStatistics |
Definition at line 184 of file ELdestination.h.
Referenced by Config().
fhicl::Atom<std::string> mf::service::ELdestination::Config::threshold |
Definition at line 181 of file ELdestination.h.
Referenced by Config(), and mf::service::ELdestination::ELdestination().