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
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
+
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
c
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
src
SimCalorimetry
EcalSimAlgos
interface
EcalBaseSignalGenerator.h
Go to the documentation of this file.
1
#ifndef EcalSimAlgos_EcalBaseSignalGenerator_h
2
#define EcalSimAlgos_EcalBaseSignalGenerator_h
3
4
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVNoiseSignalGenerator.h
"
5
#include "
SimCalorimetry/EcalSimAlgos/interface/EcalSimParameterMap.h
"
6
7
class
EcalBaseSignalGenerator
:
public
CaloVNoiseSignalGenerator
{
8
public
:
9
EcalBaseSignalGenerator
() {}
10
11
~EcalBaseSignalGenerator
()
override
{}
12
13
protected
:
14
// void fC2pe(CaloSamples & samples) const
15
// {
16
// assert(theParameterMap != 0);
17
// float factor = 1./theParameterMap->simParameters(samples.id()).photoelectronsToAnalog(samples.id());
18
// samples *= factor;
19
// }
20
};
21
22
#endif
EcalSimParameterMap.h
EcalBaseSignalGenerator::~EcalBaseSignalGenerator
~EcalBaseSignalGenerator() override
Definition:
EcalBaseSignalGenerator.h:11
EcalBaseSignalGenerator::EcalBaseSignalGenerator
EcalBaseSignalGenerator()
Definition:
EcalBaseSignalGenerator.h:9
CaloVNoiseSignalGenerator.h
CaloVNoiseSignalGenerator
Definition:
CaloVNoiseSignalGenerator.h:11
EcalBaseSignalGenerator
Definition:
EcalBaseSignalGenerator.h:7
Generated for CMSSW Reference Manual by
1.8.14