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
Trigger
TrigEvent
TrigNavigation
src
TrigNavigation/src/TriggerElement.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigNavigation/TriggerElement.h
"
6
7
MsgStream&
operator<<
( MsgStream&
m
,
const
HLT::TriggerElement::ObjectIndex
&
i
) {
8
m
<<
"SubTypeIdx: "
<<
i
.subTypeIndex() <<
" begin: "
<<
i
.objectsBegin() <<
" end: "
<<
i
.objectsEnd();
9
return
m
;
10
}
11
12
MsgStream&
operator<<
( MsgStream&
m
,
const
HLT::TriggerElement
& te ) {
13
m
<<
"TE id: "
<< te.
getId
() <<
" ac: "
<< te.
getActiveState
() <<
" err: "
<< te.
getErrorState
();
14
return
m
;
15
}
HLT::TriggerElement::ObjectIndex
Helper class for conversion from/to int stored in TE and pair of ints used in Navigation Object point...
Definition:
TrigNavStructure/TrigNavStructure/TriggerElement.h:75
python.SystemOfUnits.m
int m
Definition:
SystemOfUnits.py:91
HLT::TriggerElement::getId
te_id_type getId() const
reset internals.
Definition:
TrigNavStructure/TrigNavStructure/TriggerElement.h:43
HLT::TriggerElement::getActiveState
bool getActiveState() const
get state of the TriggerElement
Definition:
TrigNavStructure/TrigNavStructure/TriggerElement.h:48
HLT::TriggerElement::getErrorState
bool getErrorState() const
Definition:
TrigNavStructure/TrigNavStructure/TriggerElement.h:65
TriggerElement.h
operator<<
MsgStream & operator<<(MsgStream &m, const HLT::TriggerElement::ObjectIndex &i)
Definition:
TrigNavigation/src/TriggerElement.cxx:7
lumiFormat.i
int i
Definition:
lumiFormat.py:85
HLT::TriggerElement
TriggerElement is the basic ingreedient of the interface between HLT algorithms and the navigation It...
Definition:
TrigNavStructure/TrigNavStructure/TriggerElement.h:27
Generated on Fri Mar 28 2025 21:21:32 for ATLAS Offline Software by
1.8.18