All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
icarus::geo::details::ConfigObjectMaker< Class, typename > Struct Template Reference

Creates a configuration object for Class from a parameter set. More...

#include <ICARUSstandaloneGeometrySetup.h>

Static Public Member Functions

static fhicl::ParameterSet const & make (fhicl::ParameterSet const &pset)
 

Detailed Description

template<typename Class, typename = void>
struct icarus::geo::details::ConfigObjectMaker< Class, typename >

Creates a configuration object for Class from a parameter set.

General implementation: passes the parameter set through.

Definition at line 43 of file ICARUSstandaloneGeometrySetup.h.

Member Function Documentation

template<typename Class , typename = void>
static fhicl::ParameterSet const& icarus::geo::details::ConfigObjectMaker< Class, typename >::make ( fhicl::ParameterSet const &  pset)
inlinestatic

Definition at line 92 of file ICARUSstandaloneGeometrySetup.h.

93  { return pset; }

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