ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMetaDataDict.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4*/
5#ifndef XAODMETADATA_XAODMETADATADICT_H
6#define XAODMETADATA_XAODMETADATADICT_H
7
8// Local include(s).
13
14// EDM include(s).
16
17// Instantiate all necessary types for the dictionary.
18namespace {
19 struct GCCXML_DUMMY_INSTANTIATION_XAODMETADATA {
20 // Local type(s).
21 XAOD_INSTANTIATE_NS_OBJECT_TYPES( xAOD, FileMetaData_v1 );
22 };
23}
24
25#endif // XAODMETADATA_XAODMETADATADICT_H
#define XAOD_INSTANTIATE_NS_OBJECT_TYPES(NS, TYPE)
Macro instantiating all the single object smart pointer types that we need a dictionary for.
Definition DictHelpers.h:65