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_p5.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_p5_H
8
#define LARNOISYROSUMMARY_p5_H
9
10
#include <vector>
11
#include <utility>
12
#include <stdint.h>
13
14
class
LArNoisyROSummary_p5
15
{
16
public
:
17
friend
class
LArNoisyROSummaryCnv_p5
;
18
19
LArNoisyROSummary_p5
():
20
m_noisy_febs
(),
21
m_MNBTight_febs
(),
22
m_MNBLoose_febs
(),
23
m_noisy_preamps
(),
24
m_BadFEBFlaggedPartitions
(0),
25
m_BadFEB_WFlaggedPartitions
(0),
26
m_SatMediumFlaggedPartitions
(0),
27
m_SatTightFlaggedPartitions
(0),
28
m_MNBLooseFlaggedPartitions
(0),
29
m_MNBTightFlaggedPartitions
(0),
30
m_MNBTight_PsVetoFlaggedPartitions
(0)
31
{};
32
33
private
:
34
std::vector<unsigned int>
m_noisy_febs
;
35
std::vector<unsigned int>
m_MNBTight_febs
;
36
std::vector<unsigned int>
m_MNBLoose_febs
;
37
std::vector< std::pair<unsigned int, std::vector<int> > >
m_noisy_preamps
;
38
uint8_t
m_BadFEBFlaggedPartitions
;
39
uint8_t
m_BadFEB_WFlaggedPartitions
;
40
uint8_t
m_SatMediumFlaggedPartitions
;
41
uint8_t
m_SatTightFlaggedPartitions
;
42
uint8_t
m_MNBLooseFlaggedPartitions
;
43
uint8_t
m_MNBTightFlaggedPartitions
;
44
uint8_t
m_MNBTight_PsVetoFlaggedPartitions
;
45
46
};
47
48
#endif
LArNoisyROSummary_p5::m_SatTightFlaggedPartitions
uint8_t m_SatTightFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:41
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
LArNoisyROSummary_p5::m_MNBTight_PsVetoFlaggedPartitions
uint8_t m_MNBTight_PsVetoFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:44
LArNoisyROSummary_p5::m_MNBLoose_febs
std::vector< unsigned int > m_MNBLoose_febs
Definition:
LArNoisyROSummary_p5.h:36
LArNoisyROSummaryCnv_p5
Definition:
LArNoisyROSummaryCnv_p5.h:16
LArNoisyROSummary_p5::m_noisy_preamps
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
Definition:
LArNoisyROSummary_p5.h:37
LArNoisyROSummary_p5::LArNoisyROSummary_p5
LArNoisyROSummary_p5()
Definition:
LArNoisyROSummary_p5.h:19
LArNoisyROSummary_p5
Definition:
LArNoisyROSummary_p5.h:15
LArNoisyROSummary_p5::m_SatMediumFlaggedPartitions
uint8_t m_SatMediumFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:40
LArNoisyROSummary_p5::m_noisy_febs
std::vector< unsigned int > m_noisy_febs
Definition:
LArNoisyROSummary_p5.h:31
LArNoisyROSummary_p5::m_BadFEBFlaggedPartitions
uint8_t m_BadFEBFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:38
LArNoisyROSummary_p5::m_MNBLooseFlaggedPartitions
uint8_t m_MNBLooseFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:42
LArNoisyROSummary_p5::m_MNBTightFlaggedPartitions
uint8_t m_MNBTightFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:43
LArNoisyROSummary_p5::m_MNBTight_febs
std::vector< unsigned int > m_MNBTight_febs
Definition:
LArNoisyROSummary_p5.h:35
LArNoisyROSummary_p5::m_BadFEB_WFlaggedPartitions
uint8_t m_BadFEB_WFlaggedPartitions
Definition:
LArNoisyROSummary_p5.h:39
Generated on Sat Apr 5 2025 21:13:58 for ATLAS Offline Software by
1.8.18