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
MuonSpectrometer
MuonCnv
MuonEventAthenaPool
MuonEventAthenaPool
RpcSectorLogicContainer_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// RpcSectorLogicContainer_p1.h
6
7
#ifndef MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINER_P2_H
8
#define MUONEVENTATHENAPOOL_RPCSECTORLOGICCONTAINER_P2_H
9
15
#include <vector>
16
19
class
RpcSectorLogicContainer_p1
{
20
public
:
21
RpcSectorLogicContainer_p1
() {};
22
23
uint32_t
m_sectorList
[2]{};
24
51
std::vector<uint16_t>
m_slVariables
;
53
std::vector<bool>
m_hasMoreThan2TriggerCand
;
55
std::vector<double>
m_triggerRates
;
56
};
57
#endif
58
59
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
RpcSectorLogicContainer_p1::m_sectorList
uint32_t m_sectorList[2]
From RpcSectorLogicContainer.
Definition:
RpcSectorLogicContainer_p1.h:23
RpcSectorLogicContainer_p1::m_hasMoreThan2TriggerCand
std::vector< bool > m_hasMoreThan2TriggerCand
This is just one per SL.
Definition:
RpcSectorLogicContainer_p1.h:53
RpcSectorLogicContainer_p1::m_triggerRates
std::vector< double > m_triggerRates
Number of m_triggerRates per SL is defined in m_slVariables.
Definition:
RpcSectorLogicContainer_p1.h:55
RpcSectorLogicContainer_p1::RpcSectorLogicContainer_p1
RpcSectorLogicContainer_p1()
Definition:
RpcSectorLogicContainer_p1.h:21
RpcSectorLogicContainer_p1
Class to represent.
Definition:
RpcSectorLogicContainer_p1.h:19
RpcSectorLogicContainer_p1::m_slVariables
std::vector< uint16_t > m_slVariables
This contains the bulk of the information from the various SL objects.
Definition:
RpcSectorLogicContainer_p1.h:51
Generated on Thu Apr 24 2025 21:17:56 for ATLAS Offline Software by
1.8.18