LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::NewToOld Struct Reference

#include "SAMMetadataTranslators.h"

Public Member Functions

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

Detailed Description

Definition at line 24 of file SAMMetadataTranslators.h.

Member Function Documentation

std::string art::NewToOld::operator() ( std::string const &  name) const
inline

Definition at line 26 of file SAMMetadataTranslators.h.

References art::newToOldName().

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

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