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_p4.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_P4_H
8
#define LARNOISYROSUMMARY_P4_H
9
10
#include <vector>
11
#include <utility>
12
#include <stdint.h>
13
14
class
LArNoisyROSummary_p4
15
{
16
public
:
17
friend
class
LArNoisyROSummaryCnv_p4
;
18
19
LArNoisyROSummary_p4
():
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
{};
31
32
private
:
33
std::vector<unsigned int>
m_noisy_febs
;
34
std::vector<unsigned int>
m_MNBTight_febs
;
35
std::vector<unsigned int>
m_MNBLoose_febs
;
36
std::vector< std::pair<unsigned int, std::vector<int> > >
m_noisy_preamps
;
37
uint8_t
m_BadFEBFlaggedPartitions
;
38
uint8_t
m_BadFEB_WFlaggedPartitions
;
39
uint8_t
m_SatMediumFlaggedPartitions
;
40
uint8_t
m_SatTightFlaggedPartitions
;
41
uint8_t
m_MNBLooseFlaggedPartitions
;
42
uint8_t
m_MNBTightFlaggedPartitions
;
43
44
};
45
46
#endif
xAOD::uint8_t
uint8_t
Definition:
Muon_v1.cxx:557
LArNoisyROSummary_p4::m_MNBLoose_febs
std::vector< unsigned int > m_MNBLoose_febs
Definition:
LArNoisyROSummary_p4.h:35
LArNoisyROSummary_p4::m_BadFEBFlaggedPartitions
uint8_t m_BadFEBFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:37
LArNoisyROSummary_p4::m_SatTightFlaggedPartitions
uint8_t m_SatTightFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:40
LArNoisyROSummary_p4::m_SatMediumFlaggedPartitions
uint8_t m_SatMediumFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:39
LArNoisyROSummary_p4::m_noisy_febs
std::vector< unsigned int > m_noisy_febs
Definition:
LArNoisyROSummary_p4.h:30
LArNoisyROSummary_p4::m_noisy_preamps
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
Definition:
LArNoisyROSummary_p4.h:36
LArNoisyROSummaryCnv_p4
Definition:
LArNoisyROSummaryCnv_p4.h:16
LArNoisyROSummary_p4::m_MNBLooseFlaggedPartitions
uint8_t m_MNBLooseFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:41
LArNoisyROSummary_p4::LArNoisyROSummary_p4
LArNoisyROSummary_p4()
Definition:
LArNoisyROSummary_p4.h:19
LArNoisyROSummary_p4::m_BadFEB_WFlaggedPartitions
uint8_t m_BadFEB_WFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:38
LArNoisyROSummary_p4
Definition:
LArNoisyROSummary_p4.h:15
LArNoisyROSummary_p4::m_MNBTight_febs
std::vector< unsigned int > m_MNBTight_febs
Definition:
LArNoisyROSummary_p4.h:34
LArNoisyROSummary_p4::m_MNBTightFlaggedPartitions
uint8_t m_MNBTightFlaggedPartitions
Definition:
LArNoisyROSummary_p4.h:42
Generated on Sat Mar 15 2025 21:13:53 for ATLAS Offline Software by
1.8.18