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
CalibTracker
SiStripAPVAnalysis
interface
TkNoiseCalculator.h
Go to the documentation of this file.
1
#ifndef TkNoiseCalculator_H
2
#define TkNoiseCalculator_H
3
4
#include "
CalibTracker/SiStripAPVAnalysis/interface/ApvAnalysis.h
"
5
#include "
CalibTracker/SiStripAPVAnalysis/interface/TkStateMachine.h
"
6
10
class
TkNoiseCalculator
{
11
public
:
12
virtual
~TkNoiseCalculator
() {}
14
TkStateMachine
*
status
() {
return
&
theStatus
; }
15
16
virtual
void
setStripNoise
(
ApvAnalysis::PedestalType
&
in
) = 0;
18
virtual
ApvAnalysis::PedestalType
noise
()
const
= 0;
19
virtual
float
stripNoise
(
int
)
const
= 0;
20
22
virtual
void
updateStatus
() = 0;
23
24
virtual
void
resetNoise
() = 0;
25
26
//Actions
27
29
virtual
void
updateNoise
(
ApvAnalysis::PedestalType
&) = 0;
31
virtual
void
newEvent
() {}
32
33
protected
:
34
TkStateMachine
theStatus
;
35
};
36
37
#endif
TkStateMachine
Definition:
TkStateMachine.h:12
TkNoiseCalculator::newEvent
virtual void newEvent()
Definition:
TkNoiseCalculator.h:31
ApvAnalysis.h
TkNoiseCalculator
Definition:
TkNoiseCalculator.h:10
TkNoiseCalculator::status
TkStateMachine * status()
Definition:
TkNoiseCalculator.h:14
TkNoiseCalculator::setStripNoise
virtual void setStripNoise(ApvAnalysis::PedestalType &in)=0
TkNoiseCalculator::noise
virtual ApvAnalysis::PedestalType noise() const =0
TkNoiseCalculator::theStatus
TkStateMachine theStatus
Definition:
TkNoiseCalculator.h:34
recoMuon::in
Definition:
RecoMuonEnumerators.h:6
TkNoiseCalculator::resetNoise
virtual void resetNoise()=0
TkNoiseCalculator::updateNoise
virtual void updateNoise(ApvAnalysis::PedestalType &)=0
TkNoiseCalculator::~TkNoiseCalculator
virtual ~TkNoiseCalculator()
Definition:
TkNoiseCalculator.h:12
TkNoiseCalculator::stripNoise
virtual float stripNoise(int) const =0
ApvAnalysis::PedestalType
std::vector< float > PedestalType
Definition:
ApvAnalysis.h:44
TkNoiseCalculator::updateStatus
virtual void updateStatus()=0
TkStateMachine.h
Generated for CMSSW Reference Manual by
1.8.16