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
MuonValidation
MuonDQA
MuonRawDataMonitoring
MdtRawDataMonitoring
src
MDTNoisyTubes.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// Tool to mask Noisy Tubes
7
// Nov. 2009
8
// Author Justin Griffiths <griffith@cern.ch>
10
11
#ifndef MDTNoisyTubes_H
12
#define MDTNoisyTubes_H
13
14
#include <map>
15
#include <set>
16
#include <string>
17
18
#include "
MuonPrepRawData/MuonPrepDataContainer.h
"
19
20
class
MDTNoisyTubes
{
21
public
:
22
MDTNoisyTubes
(
bool
doMask =
true
);
23
~MDTNoisyTubes
();
24
25
bool
isNoisy
(
const
Muon::MdtPrepData
*)
const
;
26
std::set<Identifier>
getNoiseList
(
IdentifierHash
);
27
28
private
:
29
std::map<IdentifierHash, std::set<Identifier> >
m_noise_map
;
30
};
31
32
#endif
MuonPrepDataContainer.h
MDTNoisyTubes::m_noise_map
std::map< IdentifierHash, std::set< Identifier > > m_noise_map
Definition:
MDTNoisyTubes.h:29
MDTNoisyTubes::~MDTNoisyTubes
~MDTNoisyTubes()
MDTNoisyTubes
Definition:
MDTNoisyTubes.h:20
MDTNoisyTubes::MDTNoisyTubes
MDTNoisyTubes(bool doMask=true)
Definition:
MDTNoisyTubes.cxx:38
Muon::MdtPrepData
Class to represent measurements from the Monitored Drift Tubes.
Definition:
MdtPrepData.h:33
MDTNoisyTubes::isNoisy
bool isNoisy(const Muon::MdtPrepData *) const
Definition:
MDTNoisyTubes.cxx:19
MDTNoisyTubes::getNoiseList
std::set< Identifier > getNoiseList(IdentifierHash)
Definition:
MDTNoisyTubes.cxx:30
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
Generated on Tue Apr 8 2025 21:14:46 for ATLAS Offline Software by
1.8.18