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
HeavyIonEvent
src
VoronoiBackground.cc
Go to the documentation of this file.
1
#include "
DataFormats/HeavyIonEvent/interface/VoronoiBackground.h
"
2
using namespace
reco
;
3
4
VoronoiBackground::VoronoiBackground
() : pt_preeq(0), pt_posteq(0), mt_preeq(0), mt_posteq(0), voronoi_area(0) {}
5
6
VoronoiBackground::VoronoiBackground
(
double
pt0,
double
pt1
,
double
mt0,
double
mt1,
double
v
)
7
: pt_preeq(pt0), pt_posteq(
pt1
), mt_preeq(mt0), mt_posteq(mt1), voronoi_area(
v
) {}
8
9
VoronoiBackground::~VoronoiBackground
() {}
VoronoiBackground.h
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
reco::VoronoiBackground::~VoronoiBackground
virtual ~VoronoiBackground()
Definition:
VoronoiBackground.cc:9
HLT_2024v10_cff.pt1
pt1
Definition:
HLT_2024v10_cff.py:16690
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::VoronoiBackground::VoronoiBackground
VoronoiBackground()
Definition:
VoronoiBackground.cc:4
Generated for CMSSW Reference Manual by
1.8.14