ATLAS Offline Software
Loading...
Searching...
No Matches
AthToolSupport/AsgTools/AsgTools/SourceID.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef ASG_TOOLS__SOURCE_ID_H
10#define ASG_TOOLS__SOURCE_ID_H
11
12#ifndef XAOD_STANDALONE
14#else
15
16namespace SG {
17
18// Type used to identify a metadata source.
19// For compatibility with Athena releases
20typedef std::string SourceID;
21
22}
23
24#endif
25
26#endif
Type used to identify a metadata source.
Forward declaration.