ATLAS Offline Software
Loading...
Searching...
No Matches
SerializeCommon.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGSERIALIZERESULT_SERIALIZECOMMON_H
6#define TRIGSERIALIZERESULT_SERIALIZECOMMON_H
7#include <string>
8namespace TrigSerializeResult {
9 std::string remapToDictName(const std::string &s);
10}
11
12
13#endif
std::string remapToDictName(const std::string &s)