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
RecoLocalTracker
SiStripZeroSuppression
interface
SiStripRawProcessingFactory.h
Go to the documentation of this file.
1
#ifndef RecoLocalTracker_SiStripRawProcessingFactory_h
2
#define RecoLocalTracker_SiStripRawProcessingFactory_h
3
4
namespace
edm
{
5
class
ParameterSet
;
6
}
7
class
SiStripRawProcessingAlgorithms
;
8
class
SiStripFedZeroSuppression
;
9
class
SiStripPedestalsSubtractor
;
10
class
SiStripCommonModeNoiseSubtractor
;
11
class
SiStripAPVRestorer
;
12
#include <memory>
13
14
class
SiStripRawProcessingFactory
{
15
public
:
16
static
std::unique_ptr<SiStripRawProcessingAlgorithms>
create
(
const
edm::ParameterSet
&);
17
18
static
std::unique_ptr<SiStripFedZeroSuppression>
create_Suppressor
(
const
edm::ParameterSet
&);
19
static
std::unique_ptr<SiStripPedestalsSubtractor>
create_SubtractorPed
(
const
edm::ParameterSet
&);
20
static
std::unique_ptr<SiStripCommonModeNoiseSubtractor>
create_SubtractorCMN
(
const
edm::ParameterSet
&);
21
static
std::unique_ptr<SiStripAPVRestorer>
create_Restorer
(
const
edm::ParameterSet
&);
22
};
23
#endif
SiStripRawProcessingFactory::create_SubtractorPed
static std::unique_ptr< SiStripPedestalsSubtractor > create_SubtractorPed(const edm::ParameterSet &)
Definition:
SiStripRawProcessingFactory.cc:23
SiStripRawProcessingAlgorithms
Definition:
SiStripRawProcessingAlgorithms.h:15
SiStripRawProcessingFactory
Definition:
SiStripRawProcessingFactory.h:14
edm
HLT enums.
Definition:
AlignableModifier.h:19
SiStripRawProcessingFactory::create_Suppressor
static std::unique_ptr< SiStripFedZeroSuppression > create_Suppressor(const edm::ParameterSet &)
Definition:
SiStripRawProcessingFactory.cc:59
SiStripRawProcessingFactory::create_Restorer
static std::unique_ptr< SiStripAPVRestorer > create_Restorer(const edm::ParameterSet &)
Definition:
SiStripRawProcessingFactory.cc:77
SiStripPedestalsSubtractor
Definition:
SiStripPedestalsSubtractor.h:12
SiStripFedZeroSuppression
Definition:
SiStripFedZeroSuppression.h:16
SiStripCommonModeNoiseSubtractor
Definition:
SiStripCommonModeNoiseSubtractor.h:9
edm::ParameterSet
Definition:
ParameterSet.h:36
ParameterSet
Definition:
Functions.h:16
SiStripRawProcessingFactory::create_SubtractorCMN
static std::unique_ptr< SiStripCommonModeNoiseSubtractor > create_SubtractorCMN(const edm::ParameterSet &)
Definition:
SiStripRawProcessingFactory.cc:29
SiStripRawProcessingFactory::create
static std::unique_ptr< SiStripRawProcessingAlgorithms > create(const edm::ParameterSet &)
Definition:
SiStripRawProcessingFactory.cc:13
SiStripAPVRestorer
Definition:
SiStripAPVRestorer.h:25
Generated for CMSSW Reference Manual by
1.8.16