Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
()
5
:
6
pt_preeq(0),
7
pt_posteq(0),
8
mt_preeq(0),
9
mt_posteq(0),
10
voronoi_area(0)
11
{
12
}
13
14
VoronoiBackground::VoronoiBackground
(
double
pt0,
double
pt1,
double
mt0,
double
mt1,
double
v
)
15
:
16
pt_preeq(pt0),
17
pt_posteq(pt1),
18
mt_preeq(mt0),
19
mt_posteq(mt1),
20
voronoi_area(v)
21
{
22
}
23
24
VoronoiBackground::~VoronoiBackground
()
25
{
26
}
27
28
VoronoiBackground.h
dt_dqm_sourceclient_common_cff.reco
tuple reco
Definition:
dt_dqm_sourceclient_common_cff.py:105
reco::VoronoiBackground::~VoronoiBackground
virtual ~VoronoiBackground()
Definition:
VoronoiBackground.cc:24
v
mathSSE::Vec4< T > v
Definition:
newBasic3DVector.h:354
reco::VoronoiBackground::VoronoiBackground
VoronoiBackground()
Definition:
VoronoiBackground.cc:4
Generated for CMSSW Reference Manual by
1.8.5