Public Member Functions | List of all members
evgen::MarleyGen::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 48 of file MARLEYGen_module.cc.

Member Function Documentation

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

Definition at line 49 of file MARLEYGen_module.cc.

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

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