LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
ServiceNames.cc
Go to the documentation of this file.
2 
3 namespace {
4 
5  using ServiceNames_bimap_t = art::detail::ServiceNames::ServiceNames_bimap_t;
6 
7  auto
8  initializeBimap()
9  {
10  using position = typename ServiceNames_bimap_t::value_type;
11  ServiceNames_bimap_t result;
12  result.insert(position("floating_point_control", "FloatingPointControl"));
13  return result;
14  }
15 }
16 
17 ServiceNames_bimap_t art::detail::ServiceNames::lookup_ = initializeBimap();
static ServiceNames_bimap_t lookup_
Definition: ServiceNames.h:49
boost::bimap< bimaps::set_of< std::string >, bimaps::set_of< std::string >> ServiceNames_bimap_t
Definition: ServiceNames.h:32