ATLAS Offline Software
Loading...
Searching...
No Matches
xAODCutFlowDict.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 XAODCUTFLOW_XAODCUTFLOWDICT_H
6#define XAODCUTFLOW_XAODCUTFLOWDICT_H
7
8// Local include(s).
15
17
18// EDM include(s).
20
21// Instantiate all necessary types for the dictionary.
22namespace {
23 struct GCCXML_DUMMY_INSTANTIATION_XAODCUTFLOW {
24 // Local type(s).
25 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, CutBookkeeperContainer_v1 );
26 };
27}
28
29#endif // XAODCUTFLOW_XAODCUTFLOWDICT_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