ATLAS Offline Software
Loading...
Searching...
No Matches
xAODEventShapeDict.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 XAODEVENTSHAPE_XAODEVENTSHAPEDICT_H
6#define XAODEVENTSHAPE_XAODEVENTSHAPEDICT_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_XAODEVENTSHAPE {
20 // Local type(s).
21 XAOD_INSTANTIATE_NS_OBJECT_TYPES( xAOD, EventShape_v1 );
22 };
23}
24
25#endif // XAODEVENTSHAPE_XAODEVENTSHAPEDICT_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