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
DataFormats
HcalRecHit
src
ZDCRecHit.cc
Go to the documentation of this file.
1
#include "
DataFormats/HcalRecHit/interface/ZDCRecHit.h
"
2
3
ZDCRecHit::ZDCRecHit
() :
CaloRecHit
(), lowGainEnergy_() {}
4
5
ZDCRecHit::ZDCRecHit
(
const
HcalZDCDetId
&
id
,
float
energy
,
float
time
,
float
lowGainEnergy)
6
:
CaloRecHit
(
id
,
energy
,
time
), lowGainEnergy_(lowGainEnergy) {}
7
8
std::ostream&
operator<<
(std::ostream&
s
,
const
ZDCRecHit
&
hit
) {
9
return
s
<<
hit
.
id
() <<
": "
<<
hit
.energy() <<
" GeV, "
<<
hit
.time() <<
" ns"
;
10
}
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
ZDCRecHit::ZDCRecHit
ZDCRecHit()
Definition:
ZDCRecHit.cc:3
CaloRecHit
Definition:
CaloRecHit.h:23
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:29
HcalZDCDetId
Definition:
HcalZDCDetId.h:16
ZDCRecHit.h
hit::id
unsigned int id
Definition:
SiStripHitEffFromCalibTree.cc:92
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition:
HCALHighEnergyHPDFilter_cfi.py:5
protons_cff.time
time
Definition:
protons_cff.py:36
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
ZDCRecHit
Definition:
ZDCRecHit.h:11
operator<<
std::ostream & operator<<(std::ostream &s, const ZDCRecHit &hit)
Definition:
ZDCRecHit.cc:8
Generated for CMSSW Reference Manual by
1.8.14