Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TofConst Class Reference

#include <TofConst.h>

List of all members.

Public Member Functions

double getBarConstant () const
double getBarConstant () const
double getBarHighThres () const
double getBarHighThres () const
double getBarLowThres () const
double getBarLowThres () const
double getBarPMTGain () const
double getBarPMTGain () const
double getEndConstant () const
double getEndConstant () const
double getEndHighThres () const
double getEndHighThres () const
double getEndLowThres () const
double getEndLowThres () const
double getEndNoiseSwitch () const
double getEndNoiseSwitch () const
double getEndPMTGain () const
double getEndPMTGain () const
void setBarConstant (double bc)
void setBarConstant (double bc)
void setBarHighThres (double bhth)
void setBarHighThres (double bhth)
void setBarLowThres (double blth)
void setBarLowThres (double blth)
void setBarPMTGain (double bg)
void setBarPMTGain (double bg)
void setEndConstant (double ec)
void setEndConstant (double ec)
void setEndHighThres (double ehth)
void setEndHighThres (double ehth)
void setEndLowThres (double elth)
void setEndLowThres (double elth)
void setEndNoiseSwitch (double eswitch)
void setEndNoiseSwitch (double eswitch)
void setEndPMTGain (double eg)
void setEndPMTGain (double eg)
 TofConst ()
 TofConst ()
 ~TofConst ()
 ~TofConst ()

Private Attributes

double m_bconst
double m_bgain
double m_bhth
double m_blth
double m_econst
double m_egain
double m_ehth
double m_elth
double m_eswitch


Constructor & Destructor Documentation

TofConst::TofConst  )  [inline]
 

00006 {}

TofConst::~TofConst  )  [inline]
 

00007 {}

TofConst::TofConst  )  [inline]
 

00006 {}

TofConst::~TofConst  )  [inline]
 

00007 {}


Member Function Documentation

double TofConst::getBarConstant  )  const [inline]
 

00015 { return m_bconst; }

double TofConst::getBarConstant  )  const [inline]
 

00015 { return m_bconst; }

double TofConst::getBarHighThres  )  const [inline]
 

00010 { return m_bhth;   }

double TofConst::getBarHighThres  )  const [inline]
 

00010 { return m_bhth;   }

double TofConst::getBarLowThres  )  const [inline]
 

00009 { return m_blth;   }

double TofConst::getBarLowThres  )  const [inline]
 

00009 { return m_blth;   }

double TofConst::getBarPMTGain  )  const [inline]
 

00013 { return m_bgain;  }

double TofConst::getBarPMTGain  )  const [inline]
 

00013 { return m_bgain;  }

double TofConst::getEndConstant  )  const [inline]
 

00016 { return m_econst; }

double TofConst::getEndConstant  )  const [inline]
 

00016 { return m_econst; }

double TofConst::getEndHighThres  )  const [inline]
 

00012 { return m_ehth;   }

double TofConst::getEndHighThres  )  const [inline]
 

00012 { return m_ehth;   }

double TofConst::getEndLowThres  )  const [inline]
 

00011 { return m_elth;   }

double TofConst::getEndLowThres  )  const [inline]
 

00011 { return m_elth;   }

double TofConst::getEndNoiseSwitch  )  const [inline]
 

00017 { return m_eswitch;}

double TofConst::getEndNoiseSwitch  )  const [inline]
 

00017 { return m_eswitch;}

double TofConst::getEndPMTGain  )  const [inline]
 

00014 { return m_egain;  }

double TofConst::getEndPMTGain  )  const [inline]
 

00014 { return m_egain;  }

void TofConst::setBarConstant double  bc  )  [inline]
 

00026 { m_bconst = bc;   }

void TofConst::setBarConstant double  bc  )  [inline]
 

00026 { m_bconst = bc;   }

void TofConst::setBarHighThres double  bhth  )  [inline]
 

00021 { m_bhth = bhth;   }

void TofConst::setBarHighThres double  bhth  )  [inline]
 

00021 { m_bhth = bhth;   }

void TofConst::setBarLowThres double  blth  )  [inline]
 

00020 { m_blth = blth;   }

void TofConst::setBarLowThres double  blth  )  [inline]
 

00020 { m_blth = blth;   }

void TofConst::setBarPMTGain double  bg  )  [inline]
 

00024 { m_bgain = bg;   }

void TofConst::setBarPMTGain double  bg  )  [inline]
 

00024 { m_bgain = bg;   }

void TofConst::setEndConstant double  ec  )  [inline]
 

00027 { m_econst = ec;   }

void TofConst::setEndConstant double  ec  )  [inline]
 

00027 { m_econst = ec;   }

void TofConst::setEndHighThres double  ehth  )  [inline]
 

00023 { m_ehth = ehth;   }

void TofConst::setEndHighThres double  ehth  )  [inline]
 

00023 { m_ehth = ehth;   }

void TofConst::setEndLowThres double  elth  )  [inline]
 

00022 { m_elth = elth;   }

void TofConst::setEndLowThres double  elth  )  [inline]
 

00022 { m_elth = elth;   }

void TofConst::setEndNoiseSwitch double  eswitch  )  [inline]
 

00028 { m_eswitch = eswitch;   }

void TofConst::setEndNoiseSwitch double  eswitch  )  [inline]
 

00028 { m_eswitch = eswitch;   }

void TofConst::setEndPMTGain double  eg  )  [inline]
 

00025 { m_egain = eg;   }

void TofConst::setEndPMTGain double  eg  )  [inline]
 

00025 { m_egain = eg;   }


Member Data Documentation

double TofConst::m_bconst [private]
 

double TofConst::m_bgain [private]
 

double TofConst::m_bhth [private]
 

double TofConst::m_blth [private]
 

double TofConst::m_econst [private]
 

double TofConst::m_egain [private]
 

double TofConst::m_ehth [private]
 

double TofConst::m_elth [private]
 

double TofConst::m_eswitch [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:57:40 2011 for BOSS6.5.5 by  doxygen 1.3.9.1