Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
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
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
y
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
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
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
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
y
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
y
z
Enumerations
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
Enumerator
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Event
xAOD
xAODTrigCalo
xAODTrigCalo
xAODTrigCaloDict.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 XAODTRIGCALO_XAODTRIGCALODICT_H
6
#define XAODTRIGCALO_XAODTRIGCALODICT_H
7
8
// Local include(s):
9
#include "
xAODTrigCalo/TrigCaloCluster.h
"
10
#include "
xAODTrigCalo/TrigCaloClusterContainer.h
"
11
#include "
xAODTrigCalo/TrigCaloClusterAuxContainer.h
"
12
#include "
xAODTrigCalo/versions/TrigCaloCluster_v1.h
"
13
#include "
xAODTrigCalo/versions/TrigCaloClusterContainer_v1.h
"
14
#include "
xAODTrigCalo/versions/TrigCaloClusterAuxContainer_v1.h
"
15
16
#include "
xAODTrigCalo/TrigEMCluster.h
"
17
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
18
#include "
xAODTrigCalo/TrigEMClusterAuxContainer.h
"
19
#include "
xAODTrigCalo/versions/TrigEMCluster_v1.h
"
20
#include "
xAODTrigCalo/versions/TrigEMClusterContainer_v1.h
"
21
#include "
xAODTrigCalo/versions/TrigEMClusterAuxContainer_v1.h
"
22
#include "
xAODTrigCalo/versions/TrigEMClusterAuxContainer_v2.h
"
23
24
#include "
xAODTrigCalo/CaloClusterTrigAuxContainer.h
"
25
#include "
xAODTrigCalo/versions/CaloClusterTrigAuxContainer_v1.h
"
26
27
// EDM include(s).
28
#include "
xAODCore/tools/DictHelpers.h
"
29
30
// Instantiate all necessary types for the dictionary.
31
namespace
{
32
struct
GCCXML_DUMMY_INSTANTIATION_XAODTRIGCALO {
33
// Local type(s).
34
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
TrigCaloClusterContainer_v1
);
35
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
(
xAOD
,
TrigEMClusterContainer_v1
);
36
};
37
}
38
39
#endif // XAODTRIGCALO_XAODTRIGCALODICT_H
CaloClusterTrigAuxContainer.h
TrigCaloClusterAuxContainer_v1.h
TrigCaloCluster_v1.h
TrigEMCluster.h
xAOD::TrigCaloClusterContainer_v1
DataVector< TrigCaloCluster_v1 > TrigCaloClusterContainer_v1
Define the trigger calorimeter cluster container as a simple DataVector.
Definition:
TrigCaloClusterContainer_v1.h:19
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
TrigCaloClusterAuxContainer.h
TrigCaloCluster.h
xAOD::TrigEMClusterContainer_v1
DataVector< TrigEMCluster_v1 > TrigEMClusterContainer_v1
Define the trigger EM cluster container as a simple DataVector.
Definition:
TrigEMClusterContainer_v1.h:19
TrigEMClusterAuxContainer.h
DictHelpers.h
TrigEMClusterAuxContainer_v2.h
CaloClusterTrigAuxContainer_v1.h
TrigEMCluster_v1.h
TrigCaloClusterContainer.h
TrigEMClusterContainer.h
TrigCaloClusterContainer_v1.h
XAOD_INSTANTIATE_NS_CONTAINER_TYPES
#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
TrigEMClusterAuxContainer_v1.h
TrigEMClusterContainer_v1.h
Generated on Fri May 30 2025 21:22:53 for ATLAS Offline Software by
1.8.18