LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::OutputModule::Config::KeysToIgnore Struct Reference

#include "OutputModule.h"

Public Member Functions

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

Static Public Member Functions

static auto get ()
 

Detailed Description

Definition at line 60 of file OutputModule.h.

Member Function Documentation

static auto art::OutputModule::Config::KeysToIgnore::get ( )
inlinestatic

Definition at line 67 of file OutputModule.h.

68  {
69  return KeysToIgnore{}();
70  }
std::set<std::string> art::OutputModule::Config::KeysToIgnore::operator() ( )
inline

Definition at line 62 of file OutputModule.h.

63  {
64  return {"module_label"};
65  }

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