Public Member Functions | List of all members
evgen::MarleyTimeGen::KeysToIgnore Struct Reference

Public Member Functions

std::set< std::stringoperator() ()
 

Detailed Description

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

Definition at line 120 of file MARLEYTimeGen_module.cc.

Member Function Documentation

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

Definition at line 121 of file MARLEYTimeGen_module.cc.

122  {
123  return { "marley_parameters" };
124  }

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