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
Calorimeter
CaloEvent
src
CaloRecoStatus.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloEvent/CaloRecoStatus.h
"
6
7
bool
CaloRecoStatus::getStatus
(std::vector<CaloRecoStatus::StatusIndicator>&
8
pStatusList)
const
9
{
10
const
size_t
oldSize = pStatusList.size();
11
for
(
const
auto
&
s
: {
TAGGEDEM
,
TAGGEDHAD
,
TAGGEDMUON
,
TAGGEDUNKNOWN
,
CALIBRATED
,
CALIBRATEDLHC
,
CALIBRATEDALT
,
UNKNOWNSTATUS
}) {
12
if
((
s
&
m_status
) ==
s
) pStatusList.push_back(
s
);
13
}
14
return
oldSize < pStatusList.size();
15
}
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
CaloRecoStatus::CALIBRATEDLHC
@ CALIBRATEDLHC
Definition:
CaloRecoStatus.h:43
CaloRecoStatus::TAGGEDUNKNOWN
@ TAGGEDUNKNOWN
Definition:
CaloRecoStatus.h:41
CaloRecoStatus::CALIBRATEDALT
@ CALIBRATEDALT
Definition:
CaloRecoStatus.h:44
CaloRecoStatus::TAGGEDMUON
@ TAGGEDMUON
Definition:
CaloRecoStatus.h:40
CaloRecoStatus::m_status
store_type m_status
Status store.
Definition:
CaloRecoStatus.h:88
CaloRecoStatus::getStatus
virtual bool getStatus(std::vector< CaloRecoStatus::StatusIndicator > &pStatusList) const
retrieve all status indicators
Definition:
CaloRecoStatus.cxx:7
CaloRecoStatus::CALIBRATED
@ CALIBRATED
Definition:
CaloRecoStatus.h:42
CaloRecoStatus.h
CaloRecoStatus::TAGGEDEM
@ TAGGEDEM
Definition:
CaloRecoStatus.h:38
CaloRecoStatus::UNKNOWNSTATUS
@ UNKNOWNSTATUS
Definition:
CaloRecoStatus.h:45
CaloRecoStatus::TAGGEDHAD
@ TAGGEDHAD
Definition:
CaloRecoStatus.h:39
Generated on Sun Mar 30 2025 21:08:12 for ATLAS Offline Software by
1.8.18