CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
pat::MET::UnpackedMETUncertainty Class Reference

#include <MET.h>

Public Member Functions

void add (float dpx, float dpy, float dsumEt)
 
double dpx () const
 
double dpy () const
 
double dsumEt () const
 
void set (float dpx, float dpy, float dsumEt)
 
 UnpackedMETUncertainty ()
 
 UnpackedMETUncertainty (float dpx, float dpy, float dsumEt)
 

Private Attributes

float dpx_
 
float dpy_
 
float dsumEt_
 

Detailed Description

Definition at line 269 of file MET.h.

Constructor & Destructor Documentation

◆ UnpackedMETUncertainty() [1/2]

pat::MET::UnpackedMETUncertainty::UnpackedMETUncertainty ( )
inline

Definition at line 273 of file MET.h.

◆ UnpackedMETUncertainty() [2/2]

pat::MET::UnpackedMETUncertainty::UnpackedMETUncertainty ( float  dpx,
float  dpy,
float  dsumEt 
)
inline

Definition at line 274 of file MET.h.

Member Function Documentation

◆ add()

void pat::MET::UnpackedMETUncertainty::add ( float  dpx,
float  dpy,
float  dsumEt 
)
inline

◆ dpx()

double pat::MET::UnpackedMETUncertainty::dpx ( ) const
inline

Definition at line 275 of file MET.h.

References dpx_.

Referenced by add(), and set().

275 { return dpx_; }

◆ dpy()

double pat::MET::UnpackedMETUncertainty::dpy ( ) const
inline

Definition at line 276 of file MET.h.

References dpy_.

Referenced by add(), and set().

276 { return dpy_; }

◆ dsumEt()

double pat::MET::UnpackedMETUncertainty::dsumEt ( ) const
inline

Definition at line 277 of file MET.h.

References dsumEt_.

Referenced by add(), and set().

277 { return dsumEt_; }

◆ set()

void pat::MET::UnpackedMETUncertainty::set ( float  dpx,
float  dpy,
float  dsumEt 
)
inline

Definition at line 278 of file MET.h.

References dpx(), dpx_, dpy(), dpy_, dsumEt(), and dsumEt_.

278  {
279  dpx_ = dpx;
280  dpy_ = dpy;
281  dsumEt_ = dsumEt;
282  }
double dsumEt() const
Definition: MET.h:277

Member Data Documentation

◆ dpx_

float pat::MET::UnpackedMETUncertainty::dpx_
private

Definition at line 290 of file MET.h.

Referenced by add(), dpx(), and set().

◆ dpy_

float pat::MET::UnpackedMETUncertainty::dpy_
private

Definition at line 290 of file MET.h.

Referenced by add(), dpy(), and set().

◆ dsumEt_

float pat::MET::UnpackedMETUncertainty::dsumEt_
private

Definition at line 290 of file MET.h.

Referenced by add(), dsumEt(), and set().