CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VoronoiBackground.cc
Go to the documentation of this file.
2 using namespace reco;
3 
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 
25 {
26 }
27 
28 
mathSSE::Vec4< T > v