LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
exists_outside_prolog.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_exists_outside_prolog_h
2 #define art_Framework_Art_detail_exists_outside_prolog_h
3 
5 
6 namespace art {
7  namespace detail {
8 
9  inline bool
11  std::string const& key)
12  {
13  return config.exists(key) && !config.find(key).in_prolog;
14  }
15  }
16 }
17 
18 #endif /* art_Framework_Art_detail_exists_outside_prolog_h */
19 
20 // Local variables:
21 // mode: c++
22 // End:
bool exists_outside_prolog(fhicl::intermediate_table const &config, std::string const &key)
extended_value const & find(std::string const &name) const
HLT enums.
bool exists(std::string const &name) const