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
interface
CastorRecHit.h
Go to the documentation of this file.
1
#ifndef DATAFORMATS_HCALRECHIT_CASTORRECHIT_H
2
#define DATAFORMATS_HCALRECHIT_CASTORRECHIT_H 1
3
4
#include "
DataFormats/HcalDetId/interface/HcalCastorDetId.h
"
5
#include "
DataFormats/CaloRecHit/interface/CaloRecHit.h
"
6
7
class
CastorRecHit
:
public
CaloRecHit
{
8
public
:
9
typedef
HcalCastorDetId
key_type
;
10
11
CastorRecHit
();
12
CastorRecHit
(
const
HcalCastorDetId
&
id
,
float
energy
,
float
time
);
14
HcalCastorDetId
id
()
const
{
return
HcalCastorDetId
(
detid
()); }
15
};
16
17
std::ostream&
operator<<
(std::ostream&
s
,
const
CastorRecHit
&
hit
);
18
19
#endif
CaloRecHit::detid
constexpr const DetId & detid() const
Definition:
CaloRecHit.h:33
CastorRecHit::CastorRecHit
CastorRecHit()
Definition:
CastorRecHit.cc:3
CastorRecHit
Definition:
CastorRecHit.h:7
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
CastorRecHit::id
HcalCastorDetId id() const
get the id
Definition:
CastorRecHit.h:14
CaloRecHit::energy
constexpr float energy() const
Definition:
CaloRecHit.h:29
HcalCastorDetId
Definition:
HcalCastorDetId.h:23
CaloRecHit
Definition:
CaloRecHit.h:23
CastorRecHit::key_type
HcalCastorDetId key_type
Definition:
CastorRecHit.h:9
operator<<
std::ostream & operator<<(std::ostream &s, const CastorRecHit &hit)
Definition:
CastorRecHit.cc:7
hit
Definition:
SiStripHitEffFromCalibTree.cc:88
CaloRecHit::time
constexpr float time() const
Definition:
CaloRecHit.h:31
HcalCastorDetId.h
CaloRecHit.h
Generated for CMSSW Reference Manual by
1.8.14