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
HcalSimAlgos
interface
ZDCShape.h
Go to the documentation of this file.
1
#ifndef HcalSimAlgos_ZDCShape_h
2
#define HcalSimAlgos_ZDCShape_h
3
#include <vector>
4
5
#include "
SimCalorimetry/CaloSimAlgos/interface/CaloVShape.h
"
6
15
class
ZDCShape
:
public
CaloVShape
{
16
public
:
17
ZDCShape
();
18
ZDCShape
(
const
ZDCShape
&
d
);
19
20
~ZDCShape
()
override
{}
21
22
double
operator()
(
double
time
)
const override
;
23
double
timeToRise
()
const override
;
24
25
private
:
26
void
computeShapeZDC
();
27
28
int
nbin_
;
29
std::vector<float>
nt_
;
30
};
31
32
#endif
ZDCShape
shaper for ZDC
Definition:
ZDCShape.h:15
ZDCShape::~ZDCShape
~ZDCShape() override
Definition:
ZDCShape.h:20
CaloVShape
Electronic response of the preamp.
Definition:
CaloVShape.h:11
ZDCShape::timeToRise
double timeToRise() const override
Definition:
ZDCShape.cc:8
ZDCShape::operator()
double operator()(double time) const override
Definition:
ZDCShape.cc:31
CaloVShape.h
hcalRecHitTable_cff.time
time
Definition:
hcalRecHitTable_cff.py:14
ZDCShape::ZDCShape
ZDCShape()
Definition:
ZDCShape.cc:4
ztail.d
d
Definition:
ztail.py:151
ZDCShape::nbin_
int nbin_
Definition:
ZDCShape.h:28
ZDCShape::computeShapeZDC
void computeShapeZDC()
Definition:
ZDCShape.cc:10
ZDCShape::nt_
std::vector< float > nt_
Definition:
ZDCShape.h:29
Generated for CMSSW Reference Manual by
1.8.14