Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v38r0 (2143aa4c)
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
dict.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#include "
GaudiKernel/ContainedObject.h
"
12
#include "
GaudiKernel/DataObject.h
"
13
#include "
GaudiKernel/ObjectVector.h
"
14
#include "
GaudiKernel/SmartRef.h
"
15
16
#include "
GaudiExamples/Collision.h
"
17
#include "
GaudiExamples/Counter.h
"
18
#include "
GaudiExamples/Event.h
"
19
#include "
GaudiExamples/MyTrack.h
"
20
#include "
GaudiExamples/MyVertex.h
"
21
22
// template ObjectVector<MyTrack>;
23
// template ObjectVector<MyVertex>;
24
// template std::vector<MyTrack*>;
25
// template std::vector<MyVertex*>;
26
// template std::vector<SmartRef<MyTrack> >;
27
// template std::vector<SmartRef<MyVertex> >;
28
// template KeyedContainer<MyTrack>;
29
// template KeyedContainer<MyVertex>;
30
// template KeyedObject<long>;
31
// template std::vector<KeyedObject<long int>* >;
32
struct
POOLIOTestDict__Instantiations
{
33
ObjectVector<Gaudi::Examples::MyTrack>
i1
;
34
ObjectVector<Gaudi::Examples::MyVertex>
i2
;
35
std::vector<Gaudi::Examples::MyTrack*>
i3
;
36
std::vector<Gaudi::Examples::MyVertex*>
i4
;
37
std::vector<SmartRef<Gaudi::Examples::MyTrack>
>
i5
;
38
std::vector<SmartRef<Gaudi::Examples::MyVertex>
>
i6
;
39
KeyedContainer<Gaudi::Examples::MyTrack>
i7
;
40
KeyedContainer<Gaudi::Examples::MyVertex>
i8
;
41
KeyedObject<int>
i9
;
42
std::vector<KeyedObject<int>
*>
i10
;
43
// KeyedObject<long> i11;
44
// std::vector<KeyedObject<long int>* > i12;
45
};
46
47
#ifdef __ICC
48
// disable icc warning #191: type qualifier is meaningless on cast type
49
// ... a lot of noise produced by the dictionary
50
# pragma warning( disable : 191 )
51
#endif
POOLIOTestDict__Instantiations::i10
std::vector< KeyedObject< int > * > i10
Definition:
dict.h:42
ObjectVector< Gaudi::Examples::MyTrack >
POOLIOTestDict__Instantiations::i3
std::vector< Gaudi::Examples::MyTrack * > i3
Definition:
dict.h:35
std::vector< Gaudi::Examples::MyTrack * >
POOLIOTestDict__Instantiations
Definition:
dict.h:32
POOLIOTestDict__Instantiations::i6
std::vector< SmartRef< Gaudi::Examples::MyVertex > > i6
Definition:
dict.h:38
MyVertex.h
POOLIOTestDict__Instantiations::i8
KeyedContainer< Gaudi::Examples::MyVertex > i8
Definition:
dict.h:40
ObjectVector.h
MyTrack.h
KeyedContainer< Gaudi::Examples::MyTrack >
KeyedObject< int >
POOLIOTestDict__Instantiations::i1
ObjectVector< Gaudi::Examples::MyTrack > i1
Definition:
dict.h:33
SmartRef.h
POOLIOTestDict__Instantiations::i5
std::vector< SmartRef< Gaudi::Examples::MyTrack > > i5
Definition:
dict.h:37
Event.h
DataObject.h
POOLIOTestDict__Instantiations::i2
ObjectVector< Gaudi::Examples::MyVertex > i2
Definition:
dict.h:34
Counter.h
ContainedObject.h
POOLIOTestDict__Instantiations::i9
KeyedObject< int > i9
Definition:
dict.h:41
POOLIOTestDict__Instantiations::i4
std::vector< Gaudi::Examples::MyVertex * > i4
Definition:
dict.h:36
Collision.h
POOLIOTestDict__Instantiations::i7
KeyedContainer< Gaudi::Examples::MyTrack > i7
Definition:
dict.h:39
GaudiExamples
src
IO
dict.h
Generated on Thu Jan 25 2024 17:52:20 for The Gaudi Framework by
1.8.18