LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 66 of file OutputModule.h.

Member Function Documentation

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

Definition at line 73 of file OutputModule.h.

Referenced by art::RootOutput::Config::KeysToIgnore::operator()().

74  {
75  return KeysToIgnore{}();
76  }
std::set<std::string> art::OutputModule::Config::KeysToIgnore::operator() ( )
inline

Definition at line 68 of file OutputModule.h.

69  {
70  return {"module_label", "streamName", "FCMDPlugins"};
71  }

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