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
CalibCalorimetry
HcalAlgos
interface
HcalShapeIntegrator.h
Go to the documentation of this file.
1
#ifndef HcalAlgos_HcalShapeIntegrator_h
2
#define HcalAlgos_HcalShapeIntegrator_h
3
9
#include "
CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h
"
10
#include <vector>
11
12
class
HcalShapeIntegrator
{
13
public
:
14
HcalShapeIntegrator
(
const
HcalPulseShapes::Shape
* aShape);
15
float
operator()
(
double
startTime
,
double
stopTime)
const
;
16
17
private
:
18
float
at
(
double
time
)
const
;
19
20
int
nbin_
;
21
std::vector<float>
v_
;
22
};
23
24
#endif
HcalPulseShapes.h
HcalShapeIntegrator
Definition:
HcalShapeIntegrator.h:12
beamSpotPI::startTime
Definition:
BeamSpotPayloadInspectorHelper.h:58
HcalPulseShape
Definition:
HcalPulseShape.h:6
hcalRecHitTable_cff.time
time
Definition:
hcalRecHitTable_cff.py:14
HcalShapeIntegrator::HcalShapeIntegrator
HcalShapeIntegrator(const HcalPulseShapes::Shape *aShape)
Definition:
HcalShapeIntegrator.cc:4
HcalShapeIntegrator::nbin_
int nbin_
Definition:
HcalShapeIntegrator.h:20
HcalShapeIntegrator::operator()
float operator()(double startTime, double stopTime) const
Definition:
HcalShapeIntegrator.cc:35
HcalShapeIntegrator::v_
std::vector< float > v_
Definition:
HcalShapeIntegrator.h:21
HcalShapeIntegrator::at
float at(double time) const
Definition:
HcalShapeIntegrator.cc:14
Generated for CMSSW Reference Manual by
1.8.14