ATLAS Offline Software
Loading...
Searching...
No Matches
xAODHIEventDict.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 XAODHIEVENT_XAODHIEVENTDICT_H
6#define XAODHIEVENT_XAODHIEVENTDICT_H
7
8// Local include(s):
18
19// EDM include(s).
21
22// Instantiate all necessary types for the dictionary.
23namespace {
24 struct GCCXML_DUMMY_INSTANTIATION_XAODHIEVENT {
25 // Local type(s).
26 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, HIEventShapeContainer_v1 );
27 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, HIEventShapeContainer_v2 );
28 };
29}
30
31#endif // XAODEVENTINFO_XAODEVENTINFODICT_H
#define XAOD_INSTANTIATE_NS_CONTAINER_TYPES(NS, TYPE)
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary f...
Definition DictHelpers.h:40