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
xAODTrigger
xAODTrigger
versions
TrigNavigation_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: TrigNavigation_v1.h 631149 2014-11-26 12:26:18Z krasznaa $
8
#ifndef XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
9
#define XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
10
11
// System include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
17
// EDM include(s):
18
#include "
AthContainers/AuxElement.h
"
19
20
namespace
xAOD
{
21
34
class
TrigNavigation_v1
:
public
SG::AuxElement
{
35
36
public
:
38
TrigNavigation_v1
();
39
41
const
std::vector< unsigned int >&
serialized
()
const
;
42
44
void
setSerialized
(
const
std::vector< unsigned int >&
value
);
45
46
};
// class TrigNavigation_v1
47
48
}
// namespace xAOD
49
50
// Declare the inheritance of the type:
51
#include "
xAODCore/BaseInfo.h
"
52
SG_BASE
(
xAOD::TrigNavigation_v1
,
SG::AuxElement
);
53
54
#endif // XAODTRIGGER_VERSIONS_TRIGNAVIGATION_V1_H
xAOD::TrigNavigation_v1::TrigNavigation_v1
TrigNavigation_v1()
Default constructor.
Definition:
TrigNavigation_v1.cxx:15
SG_BASE
SG_BASE(xAOD::TrigNavigation_v1, SG::AuxElement)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:483
BaseInfo.h
athena.value
value
Definition:
athena.py:124
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TrigNavigation_v1::setSerialized
void setSerialized(const std::vector< unsigned int > &value)
sets the serialized form of the navigation from the argument
xAOD::TrigNavigation_v1::serialized
const std::vector< unsigned int > & serialized() const
expose the navigation information (in serialized form)
xAOD::TrigNavigation_v1
Interface to the raw trigger navigation information of the event.
Definition:
TrigNavigation_v1.h:34
AuxElement.h
Base class for elements of a container that can have aux data.
Generated on Sat Mar 15 2025 21:21:44 for ATLAS Offline Software by
1.8.18