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
SimCalorimetry
CaloSimAlgos
interface
CaloShapeIntegrator.h
Go to the documentation of this file.
1
#ifndef CaloSimAlgos_CaloShapeIntegrator_h
2
#define CaloSimAlgos_CaloShapeIntegrator_h
3
9
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVShape.h
"
10
11
class
CaloShapeIntegrator
:
public
CaloVShape
{
12
public
:
13
enum
{
BUNCHSPACE
= 25 };
14
15
CaloShapeIntegrator
(
const
CaloVShape
*aShape);
16
17
~CaloShapeIntegrator
()
override
;
18
19
double
operator()
(
double
startTime)
const override
;
20
double
timeToRise
()
const override
;
21
22
private
:
23
const
CaloVShape
*
m_shape
;
24
};
25
26
#endif
CaloShapeIntegrator::CaloShapeIntegrator
CaloShapeIntegrator(const CaloVShape *aShape)
Definition:
CaloShapeIntegrator.cc:3
CaloShapeIntegrator::~CaloShapeIntegrator
~CaloShapeIntegrator() override
Definition:
CaloShapeIntegrator.cc:5
CaloShapeIntegrator
Definition:
CaloShapeIntegrator.h:11
CaloShapeIntegrator::m_shape
const CaloVShape * m_shape
Definition:
CaloShapeIntegrator.h:23
CaloShapeIntegrator::BUNCHSPACE
Definition:
CaloShapeIntegrator.h:13
CaloVShape
Electronic response of the preamp.
Definition:
CaloVShape.h:11
CaloVShape.h
CaloShapeIntegrator::operator()
double operator()(double startTime) const override
Definition:
CaloShapeIntegrator.cc:9
CaloShapeIntegrator::timeToRise
double timeToRise() const override
Definition:
CaloShapeIntegrator.cc:7
Generated for CMSSW Reference Manual by
1.8.16