ATLAS Offline Software
Loading...
Searching...
No Matches
xAODTrackingDict.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4*/
5#ifndef XAODTRACKING_XAODTRACKINGDICT_H
6#define XAODTRACKING_XAODTRACKINGDICT_H
7
8// Local include(s).
19
26
27#include "xAODTracking/Vertex.h"
33
40
47
54
57
64
71
72
79
86
93
100
101// EDM include(s).
103
104// Instantiate all necessary types for the dictionary.
105namespace {
106 struct GCCXML_DUMMY_INSTANTIATION_XAODTRACKING {
107 // Local type(s).
108 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, TrackParticleContainer_v1 );
109 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, NeutralParticleContainer_v1 );
110 XAOD_INSTANTIATE_NS_CONTAINER_TYPES( xAOD, VertexContainer_v1 );
111
113 TrackMeasurementValidationContainer_v1 );
115 TrackStateValidationContainer_v1 );
117 SCTRawHitValidationContainer_v1 );
118
119 // Type(s) needed for the dictionary generation to succeed.
120#ifndef XAOD_ANALYSIS
122#endif // not XAOD_ANALYSIS
123 xAOD::CurvilinearParameters_t dummy;
124 };
125}
126
127#endif // XAODTRACKPARTICLE_XAODTRACKPARTICLEDICT_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
#define XAOD_INSTANTIATE_CONTAINER_TYPES(TYPE)
Macro instantiating all the container "interface" and smart pointer types that we need a dictionary f...
Definition DictHelpers.h:24
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.