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

#include "MFConfig.h"

Public Member Functions

 ~Config ()
 
 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 40 of file MFConfig.h.

Constructor & Destructor Documentation

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

Definition at line 14 of file MFConfig.cc.

14 {}
mf::MFConfig::Config::Config ( )

Definition at line 16 of file MFConfig.cc.

References destinations, s, suppressDebug, suppressInfo, and suppressWarning.

17  : debugModules{fhicl::Name{"debugModules"},
19  "The 'debugModules' parameter is a sequence of strings.\n"
20  "Ignored. Accepted for backwards-compatibility only."s},
22  , suppressDebug{fhicl::Name{"suppressDebug"},
24  "The 'suppressDebug' parameter is a sequence of "
25  "strings.\n"
26  "Ignored. Accepted for backwards-compatibility only."s},
28  , suppressInfo{fhicl::Name{"suppressInfo"},
30  "The 'suppressInfo' parameter is a sequence of strings.\n"
31  "Ignored. Accepted for backwards-compatibility only."s},
33  , suppressWarning{fhicl::Name{"suppressWarning"},
35  "The 'suppressWarning' parameter is a sequence of "
36  "strings.\n"
37  "Ignored. Accepted for backwards-compatibility only."s},
39  , destinations{}
40  {}
fhicl::Sequence< std::string > suppressDebug
Definition: MFConfig.h:48
Float_t s
Definition: plot.C:23
fhicl::TableFragment< MFDestinationConfig::Config > destinations
Definition: MFConfig.h:53
fhicl::Sequence< std::string > suppressWarning
Definition: MFConfig.h:52
fhicl::Sequence< std::string > debugModules
Definition: MFConfig.h:46
fhicl::Sequence< std::string > suppressInfo
Definition: MFConfig.h:50

Member Data Documentation

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

Definition at line 46 of file MFConfig.h.

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

Definition at line 53 of file MFConfig.h.

Referenced by Config().

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

Definition at line 48 of file MFConfig.h.

Referenced by Config().

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

Definition at line 50 of file MFConfig.h.

Referenced by Config().

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

Definition at line 52 of file MFConfig.h.

Referenced by Config().


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