ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaKernel/AthenaKernel/SourceID.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef ATHENAKERNEL_SOURCEID_H
14#define ATHENAKERNEL_SOURCEID_H
15
16
17#include <string>
18
19
20namespace SG {
21
22
23// Type used to identify a metadata source.
24// It currently is a string representation of the GUID of the input file.
25typedef std::string SourceID;
26
27
28}
29
30#endif // not ATHENAKERNEL_SOURCEID_H
Forward declaration.