All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
FHiCLutils.h File Reference

Simple helper functions to deal with FHiCL. More...

#include <vector>

Go to the source code of this file.

Classes

struct  util::fhicl::SequenceWrapper< SeqValueType >
 Helper to return a converted sequence from FHiCL configuration. More...
 
struct  util::fhicl::SequenceWrapper< SeqValueType >
 Helper to return a converted sequence from FHiCL configuration. More...
 

Namespaces

 util::fhicl
 

Functions

template<typename Optional >
std::optional< typename
Optional::value_type > 
util::fhicl::getOptionalValue (Optional const &parameter)
 Returns the value of an optional parameter as std::optional. More...
 
template<typename T , typename Optional >
util::fhicl::getOptionalValue (Optional const &parameter, T defValue)
 Returns the value of an optional parameter, or a default value. More...
 

Detailed Description

Simple helper functions to deal with FHiCL.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.slac..nosp@m.stan.nosp@m.ford..nosp@m.edu)
Date
August 8, 2019

This library is header only.

Definition in file FHiCLutils.h.