CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
pat::MET::PackedMETUncertainty Class Reference

this below should be private but Reflex doesn't like it More...

#include <MET.h>

Public Member Functions

double dpx () const
 
double dpy () const
 
double dsumEt () const
 
 PackedMETUncertainty ()
 
 PackedMETUncertainty (float dpx, float dpy, float dsumEt)
 
void set (float dpx, float dpy, float dsumEt)
 

Protected Attributes

float dpx_
 
float dpy_
 
float dsumEt_
 

Detailed Description

this below should be private but Reflex doesn't like it

Definition at line 193 of file MET.h.

Constructor & Destructor Documentation

pat::MET::PackedMETUncertainty::PackedMETUncertainty ( )
inline

Definition at line 197 of file MET.h.

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

Definition at line 198 of file MET.h.

Member Function Documentation

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

Definition at line 199 of file MET.h.

References dpx_.

Referenced by set().

199 { return dpx_; }
double pat::MET::PackedMETUncertainty::dpy ( ) const
inline

Definition at line 200 of file MET.h.

References dpy_.

Referenced by set().

200 { return dpy_; }
double pat::MET::PackedMETUncertainty::dsumEt ( ) const
inline

Definition at line 201 of file MET.h.

References dsumEt_.

Referenced by set().

201 { return dsumEt_; }
void pat::MET::PackedMETUncertainty::set ( float  dpx,
float  dpy,
float  dsumEt 
)
inline

Definition at line 202 of file MET.h.

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

Referenced by betterConfigParser.BetterConfigParser::getGeneral().

Member Data Documentation

float pat::MET::PackedMETUncertainty::dpx_
protected

Definition at line 204 of file MET.h.

Referenced by dpx(), and set().

float pat::MET::PackedMETUncertainty::dpy_
protected

Definition at line 204 of file MET.h.

Referenced by dpy(), and set().

float pat::MET::PackedMETUncertainty::dsumEt_
protected

Definition at line 204 of file MET.h.

Referenced by dsumEt(), and set().