ATLAS Offline Software
Loading...
Searching...
No Matches
DefaultKey.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 ATHENAKERNEL_DEFAULTKEY_H
6#define ATHENAKERNEL_DEFAULTKEY_H
7
8#include <string>
9
10namespace SG
11{
12 const std::string DEFAULTKEY = "";
13}
14#endif
Forward declaration.
const std::string DEFAULTKEY
Definition DefaultKey.h:12