CMS 3D CMS Logo

VoronoiBackground.cc
Go to the documentation of this file.
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 
fixed size matrix