LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
mf::MFConfig::Config Struct Reference

#include "MFConfig.h"

Public Member Functions

 Config ()
 

Public Attributes

fhicl::Sequence< std::string > debugModules
 
fhicl::Sequence< std::string > suppressDebug
 
fhicl::Sequence< std::string > suppressInfo
 
fhicl::Sequence< std::string > suppressWarning
 
fhicl::TableFragment< MFDestinationConfig::Configdestinations
 

Detailed Description

Definition at line 30 of file MFConfig.h.

Constructor & Destructor Documentation

mf::MFConfig::Config::Config ( )

Definition at line 12 of file MFConfig.cc.

References destinations, suppressDebug, suppressInfo, and suppressWarning.

13  : debugModules{fhicl::Name{"debugModules"},
15  "The 'debugModules' parameter is a sequence of strings.\n"
16  "Ignored. Accepted for backwards-compatibility only."s},
18  , suppressDebug{fhicl::Name{"suppressDebug"},
20  "The 'suppressDebug' parameter is a sequence of "
21  "strings.\n"
22  "Ignored. Accepted for backwards-compatibility only."s},
24  , suppressInfo{fhicl::Name{"suppressInfo"},
26  "The 'suppressInfo' parameter is a sequence of strings.\n"
27  "Ignored. Accepted for backwards-compatibility only."s},
29  , suppressWarning{fhicl::Name{"suppressWarning"},
31  "The 'suppressWarning' parameter is a sequence of "
32  "strings.\n"
33  "Ignored. Accepted for backwards-compatibility only."s},
35  , destinations{}
36  {}
fhicl::Sequence< std::string > suppressDebug
Definition: MFConfig.h:36
fhicl::TableFragment< MFDestinationConfig::Config > destinations
Definition: MFConfig.h:41
fhicl::Sequence< std::string > suppressWarning
Definition: MFConfig.h:40
fhicl::Sequence< std::string > debugModules
Definition: MFConfig.h:34
fhicl::Sequence< std::string > suppressInfo
Definition: MFConfig.h:38

Member Data Documentation

fhicl::Sequence<std::string> mf::MFConfig::Config::debugModules

Definition at line 34 of file MFConfig.h.

fhicl::TableFragment<MFDestinationConfig::Config> mf::MFConfig::Config::destinations

Definition at line 41 of file MFConfig.h.

Referenced by Config().

fhicl::Sequence<std::string> mf::MFConfig::Config::suppressDebug

Definition at line 36 of file MFConfig.h.

Referenced by Config().

fhicl::Sequence<std::string> mf::MFConfig::Config::suppressInfo

Definition at line 38 of file MFConfig.h.

Referenced by Config().

fhicl::Sequence<std::string> mf::MFConfig::Config::suppressWarning

Definition at line 40 of file MFConfig.h.

Referenced by Config().


The documentation for this struct was generated from the following files: