CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Attributes
reco::VoronoiBackground Class Reference

#include <VoronoiBackground.h>

Public Member Functions

double area () const
 
double mt () const
 
double mt_equalized () const
 
double mt_initial () const
 
double pt () const
 
double pt_equalized () const
 
double pt_subtracted () const
 
 VoronoiBackground ()
 
 VoronoiBackground (double pt0, double pt1, double mt0, double mt1, double v)
 
virtual ~VoronoiBackground ()
 

Protected Attributes

double mt_posteq
 
double mt_preeq
 
double pt_posteq
 
double pt_preeq
 
double voronoi_area
 

Detailed Description

Definition at line 10 of file VoronoiBackground.h.

Constructor & Destructor Documentation

VoronoiBackground::VoronoiBackground ( )

Definition at line 4 of file VoronoiBackground.cc.

VoronoiBackground::VoronoiBackground ( double  pt0,
double  pt1,
double  mt0,
double  mt1,
double  v 
)
VoronoiBackground::~VoronoiBackground ( )
virtual

Definition at line 24 of file VoronoiBackground.cc.

25 {
26 }

Member Function Documentation

double reco::VoronoiBackground::area ( ) const
inline

Definition at line 24 of file VoronoiBackground.h.

References voronoi_area.

24 { return voronoi_area; }
double reco::VoronoiBackground::mt ( ) const
inline

Definition at line 20 of file VoronoiBackground.h.

References mt_posteq.

20 { return mt_posteq; }
double reco::VoronoiBackground::mt_equalized ( ) const
inline

Definition at line 21 of file VoronoiBackground.h.

References mt_posteq.

21 { return mt_posteq; }
double reco::VoronoiBackground::mt_initial ( ) const
inline

Definition at line 22 of file VoronoiBackground.h.

References mt_preeq.

22 { return mt_preeq; }
double reco::VoronoiBackground::pt ( ) const
inline
double reco::VoronoiBackground::pt_equalized ( ) const
inline

Definition at line 17 of file VoronoiBackground.h.

References pt_posteq.

17 { return pt_posteq; }
double reco::VoronoiBackground::pt_subtracted ( ) const
inline

Definition at line 18 of file VoronoiBackground.h.

References pt_preeq.

18 { return pt_preeq; }

Member Data Documentation

double reco::VoronoiBackground::mt_posteq
protected

Definition at line 32 of file VoronoiBackground.h.

Referenced by mt(), and mt_equalized().

double reco::VoronoiBackground::mt_preeq
protected

Definition at line 31 of file VoronoiBackground.h.

Referenced by mt_initial().

double reco::VoronoiBackground::pt_posteq
protected

Definition at line 29 of file VoronoiBackground.h.

Referenced by pt(), and pt_equalized().

double reco::VoronoiBackground::pt_preeq
protected

Definition at line 28 of file VoronoiBackground.h.

Referenced by pt_subtracted().

double reco::VoronoiBackground::voronoi_area
protected

Definition at line 34 of file VoronoiBackground.h.

Referenced by area().