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 
reco::VoronoiBackground::~VoronoiBackground
virtual ~VoronoiBackground()
Definition: VoronoiBackground.cc:9
VoronoiBackground.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
findQualityFiles.v
v
Definition: findQualityFiles.py:179
HLT_FULL_cff.pt1
pt1
Definition: HLT_FULL_cff.py:9870
reco::VoronoiBackground::VoronoiBackground
VoronoiBackground()
Definition: VoronoiBackground.cc:4