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
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
Database
AthenaPOOL
AthenaPoolExample
AthenaPoolExampleData
AthenaPoolExampleData
versions
ExampleElectronAuxContainer_v1.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAPOOLEXAMPLEDATA_EXAMPLEELECTRONAUXCONTAINER_V1_H
6
#define ATHENAPOOLEXAMPLEDATA_EXAMPLEELECTRONAUXCONTAINER_V1_H
7
8
#include "
AthenaKernel/BaseInfo.h
"
9
#include "
xAODCore/AuxContainerBase.h
"
10
11
namespace
xAOD
{
12
13
class
ExampleElectronAuxContainer_v1
:
public
xAOD::AuxContainerBase
{
14
public
:
15
ExampleElectronAuxContainer_v1
();
16
17
private
:
18
AUXVAR_DECL
(
double
,
pt
);
19
AUXVAR_DECL
(
float
,
charge
);
20
};
21
22
}
// namespace xAOD
23
24
// Declare inheritance to SG
25
SG_BASE
(
xAOD::ExampleElectronAuxContainer_v1
,
xAOD::AuxContainerBase
);
26
27
#endif
xAOD::ExampleElectronAuxContainer_v1
Definition:
ExampleElectronAuxContainer_v1.h:13
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::pt
setRcore setEtHad setFside pt
Definition:
TrigPhoton_v1.cxx:106
SG_BASE
SG_BASE(xAOD::ExampleElectronAuxContainer_v1, xAOD::AuxContainerBase)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
xAOD::charge
charge
Definition:
TrigElectron_v1.cxx:85
xAOD::ExampleElectronAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(float, charge)
xAOD::ExampleElectronAuxContainer_v1::AUXVAR_DECL
AUXVAR_DECL(double, pt)
xAOD::ExampleElectronAuxContainer_v1::ExampleElectronAuxContainer_v1
ExampleElectronAuxContainer_v1()
Definition:
ExampleElectronAuxContainer_v1.cxx:9
Generated on Wed Apr 16 2025 21:10:39 for ATLAS Offline Software by
1.8.18