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
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
LArNoisyROSummary_p3.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef LARNOISYROSUMMARY_P3_H
8
#define LARNOISYROSUMMARY_P3_H
9
10
#include <vector>
11
#include <utility>
12
#include <stdint.h>
13
14
class
LArNoisyROSummary_p3
15
{
16
public
:
17
friend
class
LArNoisyROSummaryCnv_p3
;
18
19
LArNoisyROSummary_p3
():
20
m_noisy_febs
(),
21
m_noisy_preamps
(),
22
m_BadFEBFlaggedPartitions
(0),
23
m_BadFEB_WFlaggedPartitions
(0),
24
m_SatMediumFlaggedPartitions
(0),
25
m_SatTightFlaggedPartitions
(0),
26
m_MNBLooseFlaggedPartitions
(0),
27
m_MNBTightFlaggedPartitions
(0)
28
{};
29
30
//private:
31
std::vector<unsigned int>
m_noisy_febs
;
32
std::vector< std::pair<unsigned int, std::vector<int> > >
m_noisy_preamps
;
33
uint8_t
m_BadFEBFlaggedPartitions
;
34
uint8_t
m_BadFEB_WFlaggedPartitions
;
35
uint8_t
m_SatMediumFlaggedPartitions
;
36
uint8_t
m_SatTightFlaggedPartitions
;
37
uint8_t
m_MNBLooseFlaggedPartitions
;
38
uint8_t
m_MNBTightFlaggedPartitions
;
39
40
};
41
42
#endif
LArNoisyROSummary_p3
Definition:
LArNoisyROSummary_p3.h:15
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
LArNoisyROSummary_p3::m_SatTightFlaggedPartitions
uint8_t m_SatTightFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:36
LArNoisyROSummary_p3::m_MNBLooseFlaggedPartitions
uint8_t m_MNBLooseFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:37
LArNoisyROSummary_p3::m_BadFEB_WFlaggedPartitions
uint8_t m_BadFEB_WFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:34
LArNoisyROSummary_p3::m_MNBTightFlaggedPartitions
uint8_t m_MNBTightFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:38
LArNoisyROSummary_p3::LArNoisyROSummary_p3
LArNoisyROSummary_p3()
Definition:
LArNoisyROSummary_p3.h:19
LArNoisyROSummary_p3::m_noisy_febs
std::vector< unsigned int > m_noisy_febs
Definition:
LArNoisyROSummary_p3.h:28
LArNoisyROSummary_p3::m_BadFEBFlaggedPartitions
uint8_t m_BadFEBFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:33
LArNoisyROSummaryCnv_p3
Definition:
LArNoisyROSummaryCnv_p3.h:16
LArNoisyROSummary_p3::m_noisy_preamps
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
Definition:
LArNoisyROSummary_p3.h:32
LArNoisyROSummary_p3::m_SatMediumFlaggedPartitions
uint8_t m_SatMediumFlaggedPartitions
Definition:
LArNoisyROSummary_p3.h:35
Generated on Sat Apr 5 2025 21:13:58 for ATLAS Offline Software by
1.8.18