Public Member Functions | List of all members
art::RootInput::Config::KeysToIgnore Struct Reference

#include <RootInput.h>

Public Member Functions

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

Detailed Description

Definition at line 38 of file RootInput.h.

Member Function Documentation

std::set<std::string> art::RootInput::Config::KeysToIgnore::operator() ( ) const
inline

Definition at line 40 of file RootInput.h.

41  {
42  return {"module_label"};
43  }

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