Classes | Public Types | Public Attributes | List of all members
art::test::TopLevelTable Struct Reference

#include <Configs.h>

Classes

struct  Source
 
struct  TestProperties
 

Public Types

using Name = fhicl::Name
 

Public Attributes

fhicl::Table< TestPropertiestest_properties {Name{"test_properties"}}
 
fhicl::Atom< std::stringprocess_name {Name{"process_name"}}
 
fhicl::OptionalTable< Sourcesource {Name{"source"}}
 
fhicl::OptionalDelegatedParameter physics {Name{"physics"}}
 
fhicl::OptionalDelegatedParameter outputs {Name{"outputs"}}
 

Detailed Description

Definition at line 49 of file Configs.h.

Member Typedef Documentation

Definition at line 50 of file Configs.h.

Member Data Documentation

fhicl::OptionalDelegatedParameter art::test::TopLevelTable::outputs {Name{"outputs"}}

Definition at line 62 of file Configs.h.

fhicl::OptionalDelegatedParameter art::test::TopLevelTable::physics {Name{"physics"}}

Definition at line 61 of file Configs.h.

fhicl::Atom<std::string> art::test::TopLevelTable::process_name {Name{"process_name"}}

Definition at line 56 of file Configs.h.

fhicl::OptionalTable<Source> art::test::TopLevelTable::source {Name{"source"}}

Definition at line 60 of file Configs.h.

fhicl::Table<TestProperties> art::test::TopLevelTable::test_properties {Name{"test_properties"}}

Definition at line 55 of file Configs.h.


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