Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANAMet Class Reference

#include <XANAMet.h>

List of all members.

Public Methods

 XANAMet ()
 XANAMet (float eX, float eY, float eZ, float eT, float phi, float sumEt, float corrEx, float corrEy, float corrEz)
 construct with data. More...

virtual ~XANAMet ()
float getEx () const
float getEy () const
float getEz () const
float getEt () const
float getPhi () const
float getSumEt () const
float getCorrEx () const
float getCorrEy () const
float getCorrEz () const
void setEx (float eX)
void setEy (float eY)
void setEz (float eZ)
void setEt (float eT)
void setPhi (float phi)
void setSumEt (float sumEt)
void setCorrEx (float corrEx)
void setCorrEy (float corrEy)
void setCorrEz (float corrEz)
 XANAMet (const XANAMet &right)

Protected Attributes

float eX_
float eY_
float eZ_
float eT_
float phi_
float sumEt_
float corrEx_
float corrEy_
float corrEz_


Constructor & Destructor Documentation

XANAMet::XANAMet  
 

XANAMet::XANAMet float    eX,
float    eY,
float    eZ,
float    eT,
float    phi,
float    sumEt,
float    corrEx,
float    corrEy,
float    corrEz
 

construct with data.

virtual XANAMet::~XANAMet   [virtual]
 

XANAMet::XANAMet const XANAMet &    right
 


Member Function Documentation

float XANAMet::getCorrEx   const [inline]
 

Definition at line 36 of file XANAMet.h.

References corrEx_.

00036 {return corrEx_;}

float XANAMet::getCorrEy   const [inline]
 

Definition at line 37 of file XANAMet.h.

References corrEy_.

00037 {return corrEy_;}

float XANAMet::getCorrEz   const [inline]
 

Definition at line 38 of file XANAMet.h.

References corrEz_.

00038 {return corrEz_;}

float XANAMet::getEt   const [inline]
 

Definition at line 33 of file XANAMet.h.

References eT_.

00033 {return eT_;}

float XANAMet::getEx   const [inline]
 

Definition at line 30 of file XANAMet.h.

References eX_.

00030 {return eX_;}

float XANAMet::getEy   const [inline]
 

Definition at line 31 of file XANAMet.h.

References eY_.

00031 {return eY_;}

float XANAMet::getEz   const [inline]
 

Definition at line 32 of file XANAMet.h.

References eZ_.

00032 {return eZ_;}

float XANAMet::getPhi   const [inline]
 

Definition at line 34 of file XANAMet.h.

References phi_.

00034 {return phi_;}

float XANAMet::getSumEt   const [inline]
 

Definition at line 35 of file XANAMet.h.

References sumEt_.

00035 {return sumEt_;}

void XANAMet::setCorrEx float    corrEx [inline]
 

Definition at line 47 of file XANAMet.h.

References corrEx_.

00047 {corrEx_=corrEx;}

void XANAMet::setCorrEy float    corrEy [inline]
 

Definition at line 48 of file XANAMet.h.

References corrEy_.

00048 {corrEy_=corrEy;}

void XANAMet::setCorrEz float    corrEz [inline]
 

Definition at line 49 of file XANAMet.h.

References corrEz_.

00049 {corrEz_=corrEz;}

void XANAMet::setEt float    eT [inline]
 

Definition at line 44 of file XANAMet.h.

References eT_.

00044 {eT_=eT;}

void XANAMet::setEx float    eX [inline]
 

Definition at line 41 of file XANAMet.h.

References eX_.

00041 {eX_=eX;}

void XANAMet::setEy float    eY [inline]
 

Definition at line 42 of file XANAMet.h.

References eY_.

00042 {eY_=eY;}

void XANAMet::setEz float    eZ [inline]
 

Definition at line 43 of file XANAMet.h.

References eZ_.

00043 {eZ_=eZ;}

void XANAMet::setPhi float    phi [inline]
 

Definition at line 45 of file XANAMet.h.

References phi_.

00045 {phi_=phi;}

void XANAMet::setSumEt float    sumEt [inline]
 

Definition at line 46 of file XANAMet.h.

References sumEt_.

00046 {sumEt_=sumEt;}


Member Data Documentation

float XANAMet::corrEx_ [protected]
 

Definition at line 62 of file XANAMet.h.

Referenced by getCorrEx, and setCorrEx.

float XANAMet::corrEy_ [protected]
 

Definition at line 63 of file XANAMet.h.

Referenced by getCorrEy, and setCorrEy.

float XANAMet::corrEz_ [protected]
 

Definition at line 64 of file XANAMet.h.

Referenced by getCorrEz, and setCorrEz.

float XANAMet::eT_ [protected]
 

Definition at line 59 of file XANAMet.h.

Referenced by getEt, and setEt.

float XANAMet::eX_ [protected]
 

Definition at line 56 of file XANAMet.h.

Referenced by getEx, and setEx.

float XANAMet::eY_ [protected]
 

Definition at line 57 of file XANAMet.h.

Referenced by getEy, and setEy.

float XANAMet::eZ_ [protected]
 

Definition at line 58 of file XANAMet.h.

Referenced by getEz, and setEz.

float XANAMet::phi_ [protected]
 

Definition at line 60 of file XANAMet.h.

Referenced by getPhi, and setPhi.

float XANAMet::sumEt_ [protected]
 

Definition at line 61 of file XANAMet.h.

Referenced by getSumEt, and setSumEt.


The documentation for this class was generated from the following file:
Generated on Tue May 10 10:01:38 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002