Public Attributes | List of all members
art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig Struct Reference

#include <Source.h>

Public Attributes

fhicl::Atom< std::stringtype {ModuleConfig::plugin_type()}
 
fhicl::Sequence< std::stringfileNames {fhicl::Name("fileNames"), {}}
 
fhicl::Atom< int64_t > maxSubRuns {fhicl::Name("maxSubRuns"), -1}
 
fhicl::Atom< int64_t > maxEvents {fhicl::Name("maxEvents"), -1}
 

Detailed Description

template<typename T>
struct art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig

Definition at line 184 of file Source.h.

Member Data Documentation

template<typename T >
fhicl::Sequence<std::string> art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig::fileNames {fhicl::Name("fileNames"), {}}

Definition at line 186 of file Source.h.

template<typename T >
fhicl::Atom<int64_t> art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig::maxEvents {fhicl::Name("maxEvents"), -1}

Definition at line 188 of file Source.h.

template<typename T >
fhicl::Atom<int64_t> art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig::maxSubRuns {fhicl::Name("maxSubRuns"), -1}

Definition at line 187 of file Source.h.

template<typename T >
fhicl::Atom<std::string> art::detail::maybe_has_Parameters< T, std::void_t< typename T::Parameters > >::Config::SourceConfig::type {ModuleConfig::plugin_type()}

Definition at line 185 of file Source.h.


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