TEvtRecEtaToGG Class Reference

#include <TEvtRecEtaToGG.h>

List of all members.

Public Member Functions

 TEvtRecEtaToGG ()
 ~TEvtRecEtaToGG ()
Double_t unconMass () const
Double_t chisq () const
Double_t hiPxfit () const
Double_t hiPyfit () const
Double_t hiPzfit () const
Double_t hiPefit () const
Double_t loPxfit () const
Double_t loPyfit () const
Double_t loPzfit () const
Double_t loPefit () const
Int_t hiEnGamma () const
Int_t loEnGamma () const
void setUnconMass (Double_t unconMass)
void setChisq (Double_t chisq)
void setHiPxfit (Double_t hiPx)
void setHiPyfit (Double_t hiPy)
void setHiPzfit (Double_t hiPz)
void setHiPefit (Double_t hiPe)
void setLoPxfit (Double_t loPx)
void setLoPyfit (Double_t loPy)
void setLoPzfit (Double_t loPz)
void setLoPefit (Double_t loPe)
void setHiEnGamma (Int_t hiEnGamma)
void setLoEnGamma (Int_t loEnGamma)

Private Attributes

Double_t m_unconMass
Double_t m_chisq
Double_t m_hiPx
Double_t m_hiPy
Double_t m_hiPz
Double_t m_hiPe
Double_t m_loPx
Double_t m_loPy
Double_t m_loPz
Double_t m_loPe
Int_t m_hiEnGamma
Int_t m_loEnGamma


Detailed Description

Definition at line 8 of file TEvtRecEtaToGG.h.


Constructor & Destructor Documentation

TEvtRecEtaToGG::TEvtRecEtaToGG (  ) 

TEvtRecEtaToGG::~TEvtRecEtaToGG (  ) 

Definition at line 22 of file TEvtRecEtaToGG.cxx.

00022                                 {
00023 }


Member Function Documentation

Double_t TEvtRecEtaToGG::chisq (  )  const [inline]

Definition at line 16 of file TEvtRecEtaToGG.h.

References m_chisq.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00016 {return m_chisq;}

Int_t TEvtRecEtaToGG::hiEnGamma (  )  const [inline]

Definition at line 28 of file TEvtRecEtaToGG.h.

References m_hiEnGamma.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00028 {return m_hiEnGamma;}

Double_t TEvtRecEtaToGG::hiPefit (  )  const [inline]

Definition at line 21 of file TEvtRecEtaToGG.h.

References m_hiPe.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00021 {return m_hiPe;}

Double_t TEvtRecEtaToGG::hiPxfit (  )  const [inline]

Definition at line 18 of file TEvtRecEtaToGG.h.

References m_hiPx.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00018 {return m_hiPx;}

Double_t TEvtRecEtaToGG::hiPyfit (  )  const [inline]

Definition at line 19 of file TEvtRecEtaToGG.h.

References m_hiPy.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00019 {return m_hiPy;}

Double_t TEvtRecEtaToGG::hiPzfit (  )  const [inline]

Definition at line 20 of file TEvtRecEtaToGG.h.

References m_hiPz.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00020 {return m_hiPz;}

Int_t TEvtRecEtaToGG::loEnGamma (  )  const [inline]

Definition at line 29 of file TEvtRecEtaToGG.h.

References m_loEnGamma.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00029 {return m_loEnGamma;}

Double_t TEvtRecEtaToGG::loPefit (  )  const [inline]

Definition at line 26 of file TEvtRecEtaToGG.h.

References m_loPe.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00026 {return m_loPe;}

Double_t TEvtRecEtaToGG::loPxfit (  )  const [inline]

Definition at line 23 of file TEvtRecEtaToGG.h.

References m_loPx.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00023 {return m_loPx;}

Double_t TEvtRecEtaToGG::loPyfit (  )  const [inline]

Definition at line 24 of file TEvtRecEtaToGG.h.

References m_loPy.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00024 {return m_loPy;}

Double_t TEvtRecEtaToGG::loPzfit (  )  const [inline]

Definition at line 25 of file TEvtRecEtaToGG.h.

References m_loPz.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00025 {return m_loPz;}

void TEvtRecEtaToGG::setChisq ( Double_t  chisq  )  [inline]

Definition at line 34 of file TEvtRecEtaToGG.h.

References m_chisq.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00034 { m_chisq = chisq; }

void TEvtRecEtaToGG::setHiEnGamma ( Int_t  hiEnGamma  )  [inline]

Definition at line 46 of file TEvtRecEtaToGG.h.

References m_hiEnGamma.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

void TEvtRecEtaToGG::setHiPefit ( Double_t  hiPe  )  [inline]

Definition at line 39 of file TEvtRecEtaToGG.h.

References m_hiPe.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00039 { m_hiPe = hiPe; }

void TEvtRecEtaToGG::setHiPxfit ( Double_t  hiPx  )  [inline]

Definition at line 36 of file TEvtRecEtaToGG.h.

References m_hiPx.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00036 { m_hiPx = hiPx; }

void TEvtRecEtaToGG::setHiPyfit ( Double_t  hiPy  )  [inline]

Definition at line 37 of file TEvtRecEtaToGG.h.

References m_hiPy.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00037 { m_hiPy = hiPy; }

void TEvtRecEtaToGG::setHiPzfit ( Double_t  hiPz  )  [inline]

Definition at line 38 of file TEvtRecEtaToGG.h.

References m_hiPz.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00038 { m_hiPz = hiPz; }

void TEvtRecEtaToGG::setLoEnGamma ( Int_t  loEnGamma  )  [inline]

Definition at line 47 of file TEvtRecEtaToGG.h.

References m_loEnGamma.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

void TEvtRecEtaToGG::setLoPefit ( Double_t  loPe  )  [inline]

Definition at line 44 of file TEvtRecEtaToGG.h.

References m_loPe.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00044 { m_loPe = loPe; }

void TEvtRecEtaToGG::setLoPxfit ( Double_t  loPx  )  [inline]

Definition at line 41 of file TEvtRecEtaToGG.h.

References m_loPx.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00041 { m_loPx = loPx; }

void TEvtRecEtaToGG::setLoPyfit ( Double_t  loPy  )  [inline]

Definition at line 42 of file TEvtRecEtaToGG.h.

References m_loPy.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00042 { m_loPy = loPy; }

void TEvtRecEtaToGG::setLoPzfit ( Double_t  loPz  )  [inline]

Definition at line 43 of file TEvtRecEtaToGG.h.

References m_loPz.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

00043 { m_loPz = loPz; }

void TEvtRecEtaToGG::setUnconMass ( Double_t  unconMass  )  [inline]

Definition at line 33 of file TEvtRecEtaToGG.h.

References m_unconMass.

Referenced by EvtRecEtaToGGCnv::DataObjectToTObject().

Double_t TEvtRecEtaToGG::unconMass (  )  const [inline]

Definition at line 15 of file TEvtRecEtaToGG.h.

References m_unconMass.

Referenced by EvtRecEtaToGGCnv::TObjectToDataObject().

00015 {return m_unconMass;}


Member Data Documentation

Double_t TEvtRecEtaToGG::m_chisq [private]

Definition at line 52 of file TEvtRecEtaToGG.h.

Referenced by chisq(), and setChisq().

Int_t TEvtRecEtaToGG::m_hiEnGamma [private]

Definition at line 64 of file TEvtRecEtaToGG.h.

Referenced by hiEnGamma(), and setHiEnGamma().

Double_t TEvtRecEtaToGG::m_hiPe [private]

Definition at line 57 of file TEvtRecEtaToGG.h.

Referenced by hiPefit(), and setHiPefit().

Double_t TEvtRecEtaToGG::m_hiPx [private]

Definition at line 54 of file TEvtRecEtaToGG.h.

Referenced by hiPxfit(), and setHiPxfit().

Double_t TEvtRecEtaToGG::m_hiPy [private]

Definition at line 55 of file TEvtRecEtaToGG.h.

Referenced by hiPyfit(), and setHiPyfit().

Double_t TEvtRecEtaToGG::m_hiPz [private]

Definition at line 56 of file TEvtRecEtaToGG.h.

Referenced by hiPzfit(), and setHiPzfit().

Int_t TEvtRecEtaToGG::m_loEnGamma [private]

Definition at line 65 of file TEvtRecEtaToGG.h.

Referenced by loEnGamma(), and setLoEnGamma().

Double_t TEvtRecEtaToGG::m_loPe [private]

Definition at line 62 of file TEvtRecEtaToGG.h.

Referenced by loPefit(), and setLoPefit().

Double_t TEvtRecEtaToGG::m_loPx [private]

Definition at line 59 of file TEvtRecEtaToGG.h.

Referenced by loPxfit(), and setLoPxfit().

Double_t TEvtRecEtaToGG::m_loPy [private]

Definition at line 60 of file TEvtRecEtaToGG.h.

Referenced by loPyfit(), and setLoPyfit().

Double_t TEvtRecEtaToGG::m_loPz [private]

Definition at line 61 of file TEvtRecEtaToGG.h.

Referenced by loPzfit(), and setLoPzfit().

Double_t TEvtRecEtaToGG::m_unconMass [private]

Definition at line 51 of file TEvtRecEtaToGG.h.

Referenced by setUnconMass(), and unconMass().


Generated on Tue Nov 29 23:35:59 2016 for BOSS_7.0.2 by  doxygen 1.4.7