LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::detail::OldToNew Struct Reference

#include "SAMMetadataTranslators.h"

Public Member Functions

std::string operator() (std::string const &name) const
 

Detailed Description

Definition at line 25 of file SAMMetadataTranslators.h.

Member Function Documentation

std::string art::detail::OldToNew::operator() ( std::string const &  name) const
inline

Definition at line 27 of file SAMMetadataTranslators.h.

References art::detail::oldToNewName().

28  {
29  auto const& transMap = oldToNewName();
30  auto it = transMap.find(name);
31  return it != transMap.cend() ? it->second : name;
32  }
std::map< old_t, new_t > oldToNewName()

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