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
DataFormats
HcalRecHit
src
CastorRecHit.cc
Go to the documentation of this file.
1
#include "
DataFormats/HcalRecHit/interface/CastorRecHit.h
"
2
3
CastorRecHit::CastorRecHit
() :
CaloRecHit
() {}
4
5
CastorRecHit::CastorRecHit
(
const
HcalCastorDetId
&
id
,
float
energy
,
float
time
) :
CaloRecHit
(
id
,
energy
,
time
) {}
6
7
std::ostream&
operator<<
(std::ostream&
s
,
const
CastorRecHit
&
hit
) {
8
return
s
<<
hit
.
id
() <<
": "
<<
hit
.energy() <<
" GeV, "
<<
hit
.time() <<
" ns"
;
9
}
CastorRecHit::CastorRecHit
CastorRecHit()
Definition:
CastorRecHit.cc:3
CastorRecHit
Definition:
CastorRecHit.h:7
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
l1ctLayer2EG_cff.id
id
Definition:
l1ctLayer2EG_cff.py:65
CastorRecHit.h
HcalCastorDetId
Definition:
HcalCastorDetId.h:23
CaloRecHit
Definition:
CaloRecHit.h:23
operator<<
std::ostream & operator<<(std::ostream &s, const CastorRecHit &hit)
Definition:
CastorRecHit.cc:7
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:25
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
Generated for CMSSW Reference Manual by
1.8.14