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
L1Trigger
L1THGCal
interface
backend
HGCalSeed_SA.h
Go to the documentation of this file.
1
#ifndef L1Trigger_L1THGCal_HGCalSeed_SA_h
2
#define L1Trigger_L1THGCal_HGCalSeed_SA_h
3
4
namespace
l1thgcfirmware
{
5
6
class
HGCalSeed
{
7
public
:
8
HGCalSeed
(
float
x
,
float
y
,
float
z
,
float
energy
) :
x_
(
x
),
y_
(
y
),
z_
(
z
),
energy_
(
energy
) {}
9
10
~HGCalSeed
(){};
11
12
float
x
()
const
{
return
x_
; }
13
float
y
()
const
{
return
y_
; }
14
float
z
()
const
{
return
z_
; }
15
float
energy
()
const
{
return
energy_
; }
16
17
private
:
18
float
x_
;
19
float
y_
;
20
float
z_
;
21
float
energy_
;
22
};
23
24
typedef
std::vector<HGCalSeed>
HGCalSeedSACollection
;
25
26
}
// namespace l1thgcfirmware
27
28
#endif
l1thgcfirmware::HGCalSeed::~HGCalSeed
~HGCalSeed()
Definition:
HGCalSeed_SA.h:10
l1thgcfirmware::HGCalSeed::energy_
float energy_
Definition:
HGCalSeed_SA.h:21
l1thgcfirmware::HGCalSeed
Definition:
HGCalSeed_SA.h:6
l1thgcfirmware::HGCalSeed::x
float x() const
Definition:
HGCalSeed_SA.h:12
l1thgcfirmware::HGCalSeed::energy
float energy() const
Definition:
HGCalSeed_SA.h:15
l1thgcfirmware::HGCalSeed::y_
float y_
Definition:
HGCalSeed_SA.h:19
l1thgcfirmware::HGCalSeedSACollection
std::vector< HGCalSeed > HGCalSeedSACollection
Definition:
HGCalSeed_SA.h:24
l1thgcfirmware::HGCalSeed::z
float z() const
Definition:
HGCalSeed_SA.h:14
l1thgcfirmware::HGCalSeed::HGCalSeed
HGCalSeed(float x, float y, float z, float energy)
Definition:
HGCalSeed_SA.h:8
l1thgcfirmware
Definition:
HGCalCluster_SA.h:6
l1thgcfirmware::HGCalSeed::z_
float z_
Definition:
HGCalSeed_SA.h:20
l1thgcfirmware::HGCalSeed::y
float y() const
Definition:
HGCalSeed_SA.h:13
l1thgcfirmware::HGCalSeed::x_
float x_
Definition:
HGCalSeed_SA.h:18
Generated for CMSSW Reference Manual by
1.8.14