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
Event
xAOD
xAODTrigL1Calo
xAODTrigL1Calo
versions
CMXRoIAuxContainer_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: CMXRoIAuxContainer_v1.h 681007 2015-07-07 13:34:12Z morrisj $
8
#ifndef XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_V1_H
9
#define XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_V1_H
10
11
// STL include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
17
// EDM include(s):
18
#include "
xAODCore/AuxContainerBase.h
"
19
20
21
namespace
xAOD
{
22
29
30
class
CMXRoIAuxContainer_v1
:
public
AuxContainerBase
{
31
public
:
32
// Default constructor
33
CMXRoIAuxContainer_v1
();
34
35
private
:
36
std::vector< std::vector<uint32_t> >
cmxRoIWords
;
37
38
};
// class CMMRoIAuxInfo_v1
39
}
// namespace xAOD
40
41
#include "
xAODCore/BaseInfo.h
"
42
SG_BASE
(
xAOD::CMXRoIAuxContainer_v1
,
xAOD::AuxContainerBase
);
43
44
#endif // XAODTRIGL1CALO_VERSIONS_CMXROIAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::CMXRoIAuxContainer_v1
AuxInfo for CMXRoI_v1.
Definition:
CMXRoIAuxContainer_v1.h:30
SG_BASE
SG_BASE(xAOD::CMXRoIAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::CMXRoIAuxContainer_v1::cmxRoIWords
std::vector< std::vector< uint32_t > > cmxRoIWords
Definition:
CMXRoIAuxContainer_v1.h:36
xAOD::CMXRoIAuxContainer_v1::CMXRoIAuxContainer_v1
CMXRoIAuxContainer_v1()
Definition:
CMXRoIAuxContainer_v1.cxx:12
Generated on Sun Apr 27 2025 21:08:34 for ATLAS Offline Software by
1.8.18