Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DQM
SiStripCommissioningAnalysis
interface
NoiseAlgorithm.h
Go to the documentation of this file.
1
#ifndef DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
2
#define DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DQM/SiStripCommissioningAnalysis/interface/CommissioningAlgorithm.h
"
6
#include <vector>
7
8
class
NoiseAnalysis
;
9
class
TH1;
10
16
class
NoiseAlgorithm
:
public
CommissioningAlgorithm
{
17
public
:
18
NoiseAlgorithm
(
const
edm::ParameterSet
&
pset
,
NoiseAnalysis
*
const
);
19
20
~NoiseAlgorithm
()
override
{ ; }
21
22
inline
const
Histo
&
hPeds
()
const
;
23
24
inline
const
Histo
&
hNoise
()
const
;
25
26
private
:
27
NoiseAlgorithm
() { ; }
28
30
void
extract
(
const
std::vector<TH1*>&)
override
;
31
33
void
analyse
()
override
;
34
35
// ---------- private member data ----------
36
37
private
:
39
Histo
hPeds_
;
40
42
Histo
hNoise_
;
43
};
44
45
const
NoiseAlgorithm::Histo
&
NoiseAlgorithm::hPeds
()
const
{
return
hPeds_
; }
46
47
const
NoiseAlgorithm::Histo
&
NoiseAlgorithm::hNoise
()
const
{
return
hNoise_
; }
48
49
#endif // DQM_SiStripCommissioningAnalysis_NoiseAlgorithm_H
NoiseAlgorithm::extract
void extract(const std::vector< TH1 * > &) override
Definition:
NoiseAlgorithm.cc:23
NoiseAlgorithm::NoiseAlgorithm
NoiseAlgorithm()
Definition:
NoiseAlgorithm.h:27
NoiseAlgorithm::~NoiseAlgorithm
~NoiseAlgorithm() override
Definition:
NoiseAlgorithm.h:20
edm::ParameterSet
Definition:
ParameterSet.h:47
NoiseAlgorithm
Histogram-based analysis for pedestal run.
Definition:
NoiseAlgorithm.h:16
NoiseAlgorithm::hNoise
const Histo & hNoise() const
Definition:
NoiseAlgorithm.h:47
NoiseAlgorithm::analyse
void analyse() override
Definition:
NoiseAlgorithm.cc:86
CommissioningAlgorithm
Definition:
CommissioningAlgorithm.h:17
NoiseAlgorithm::hPeds
const Histo & hPeds() const
Definition:
NoiseAlgorithm.h:45
NoiseAlgorithm::hPeds_
Histo hPeds_
Definition:
NoiseAlgorithm.h:39
NoiseAlgorithm::hNoise_
Histo hNoise_
Definition:
NoiseAlgorithm.h:42
ParameterSet.h
NoiseAnalysis
Histogram-based analysis for pedestal run.
Definition:
NoiseAnalysis.h:15
CommissioningAlgorithm.h
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
CommissioningAlgorithm::Histo
std::pair< TH1 *, std::string > Histo
Definition:
CommissioningAlgorithm.h:25
Generated for CMSSW Reference Manual by
1.8.16