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
DataQuality
dqm_algorithms
dqm_algorithms
RPC_OccupancyHoleFinder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DQM_ALGORITHMS_RPC_OccupancyHoleFinder_H
6
#define DQM_ALGORITHMS_RPC_OccupancyHoleFinder_H
7
8
#include <dqm_core/Algorithm.h>
9
#include <string>
10
#include <iosfwd>
11
12
class
TH1;
13
class
TH2;
14
15
namespace
dqm_algorithms
16
{
17
struct
RPC_OccupancyHoleFinder
:
public
dqm_core::Algorithm
18
{
19
RPC_OccupancyHoleFinder
(
const
std::string &
name
);
20
~RPC_OccupancyHoleFinder
();
21
22
//overwrites virtual functions
23
RPC_OccupancyHoleFinder
*
clone
( );
24
dqm_core::Result
*
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
25
using
dqm_core::Algorithm::printDescription;
26
void
printDescription
(std::ostream&
out
);
27
28
std::string
getChamberName
(
const
TH2*
histo
,
int
biny);
29
30
private
:
31
std::string
m_name
;
32
};
33
}
34
35
#endif // DQM_ALGORITHMS_RPC_OccupancyHoleFinder_H
dqm_algorithms::RPC_OccupancyHoleFinder::getChamberName
std::string getChamberName(const TH2 *histo, int biny)
Definition:
RPC_OccupancyHoleFinder.cxx:868
dqm_algorithms::RPC_OccupancyHoleFinder::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition:
RPC_OccupancyHoleFinder.cxx:61
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
dqm_algorithms::RPC_OccupancyHoleFinder::m_name
std::string m_name
Definition:
RPC_OccupancyHoleFinder.h:31
dqm_algorithms::RPC_OccupancyHoleFinder::RPC_OccupancyHoleFinder
RPC_OccupancyHoleFinder(const std::string &name)
Definition:
RPC_OccupancyHoleFinder.cxx:45
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::RPC_OccupancyHoleFinder
Definition:
RPC_OccupancyHoleFinder.h:18
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
dqm_algorithms
Definition:
AddReference.h:17
dqm_algorithms::RPC_OccupancyHoleFinder::~RPC_OccupancyHoleFinder
~RPC_OccupancyHoleFinder()
Definition:
RPC_OccupancyHoleFinder.cxx:52
plotBeamSpotCompare.histo
histo
Definition:
plotBeamSpotCompare.py:415
dqm_algorithms::RPC_OccupancyHoleFinder::printDescription
void printDescription(std::ostream &out)
Definition:
RPC_OccupancyHoleFinder.cxx:861
dqm_algorithms::RPC_OccupancyHoleFinder::clone
RPC_OccupancyHoleFinder * clone()
Definition:
RPC_OccupancyHoleFinder.cxx:56
Generated on Sun Apr 6 2025 21:17:46 for ATLAS Offline Software by
1.8.18