All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
evgen::MarleyGen::KeysToIgnore Struct Reference

Public Member Functions

std::set< std::string > operator() ()
 

Detailed Description

Ignore the marley_parameters FHiCL table during the validation step (MARLEY will take care of that by itself)

Definition at line 49 of file MARLEYGen_module.cc.

Member Function Documentation

std::set< std::string > evgen::MarleyGen::KeysToIgnore::operator() ( )
inline

Definition at line 50 of file MARLEYGen_module.cc.

51  {
52  return { "marley_parameters" };
53  }

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