Loading [MathJax]/jax/input/TeX/config.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
xAODTrigger
xAODTrigger
versions
TrigPassBitsAuxContainer_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: TrigPassBitsAuxContainer_v1.h 703368 2015-10-27 08:45:13Z krasznaa $
8
#ifndef XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_V1_H
9
#define XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_V1_H
10
11
// System include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
17
// xAOD include(s):
18
#include "
xAODCore/AuxContainerBase.h
"
19
20
namespace
xAOD
{
21
32
class
TrigPassBitsAuxContainer_v1
:
public
AuxContainerBase
{
33
34
public
:
36
TrigPassBitsAuxContainer_v1
();
37
38
private
:
39
std::vector< uint32_t >
size
;
40
std::vector< std::vector< uint32_t > >
passBits
;
41
std::vector< uint32_t >
containerKey
;
42
std::vector< uint32_t >
containerClid
;
43
44
};
// class TrigPassBitsAuxContainer_v1
45
46
}
// namespace xAOD
47
48
// Declare the inheritqance of the container:
49
#include "
xAODCore/BaseInfo.h
"
50
SG_BASE
(
xAOD::TrigPassBitsAuxContainer_v1
,
xAOD::AuxContainerBase
);
51
52
#endif // XAODTRIGGER_VERSIONS_TRIGPASSBITSAUXCONTAINER_V1_H
SG_BASE
SG_BASE(xAOD::TrigPassBitsAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::TrigPassBitsAuxContainer_v1::TrigPassBitsAuxContainer_v1
TrigPassBitsAuxContainer_v1()
Default constructor.
Definition:
TrigPassBitsAuxContainer_v1.cxx:12
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::TrigPassBitsAuxContainer_v1::passBits
std::vector< std::vector< uint32_t > > passBits
Definition:
TrigPassBitsAuxContainer_v1.h:40
xAOD::TrigPassBitsAuxContainer_v1
Auxiliary container for TrigPassBitsContainer_v1.
Definition:
TrigPassBitsAuxContainer_v1.h:32
xAOD::TrigPassBitsAuxContainer_v1::containerKey
std::vector< uint32_t > containerKey
Definition:
TrigPassBitsAuxContainer_v1.h:41
xAOD::TrigPassBitsAuxContainer_v1::size
std::vector< uint32_t > size
Definition:
TrigPassBitsAuxContainer_v1.h:39
xAOD::TrigPassBitsAuxContainer_v1::containerClid
std::vector< uint32_t > containerClid
Definition:
TrigPassBitsAuxContainer_v1.h:42
Generated on Thu Apr 24 2025 21:21:58 for ATLAS Offline Software by
1.8.18