TofConst Class Reference

#include <TofConst.h>

List of all members.

Public Member Functions

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

Private Attributes

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


Detailed Description

Definition at line 4 of file TofConst.h.


Constructor & Destructor Documentation

TofConst::TofConst (  )  [inline]

Definition at line 6 of file TofConst.h.

00006 {}

TofConst::~TofConst (  )  [inline]

Definition at line 7 of file TofConst.h.

00007 {}


Member Function Documentation

double TofConst::getBarConstant (  )  const [inline]

Definition at line 15 of file TofConst.h.

References m_bconst.

00015 { return m_bconst; }

double TofConst::getBarHighThres (  )  const [inline]

Definition at line 10 of file TofConst.h.

References m_bhth.

00010 { return m_bhth;   }

double TofConst::getBarLowThres (  )  const [inline]

Definition at line 9 of file TofConst.h.

References m_blth.

00009 { return m_blth;   }

double TofConst::getBarPMTGain (  )  const [inline]

Definition at line 13 of file TofConst.h.

References m_bgain.

00013 { return m_bgain;  }

double TofConst::getEndConstant (  )  const [inline]

Definition at line 16 of file TofConst.h.

References m_econst.

00016 { return m_econst; }

double TofConst::getEndHighThres (  )  const [inline]

Definition at line 12 of file TofConst.h.

References m_ehth.

00012 { return m_ehth;   }

double TofConst::getEndLowThres (  )  const [inline]

Definition at line 11 of file TofConst.h.

References m_elth.

00011 { return m_elth;   }

double TofConst::getEndNoiseSwitch (  )  const [inline]

Definition at line 17 of file TofConst.h.

References m_eswitch.

00017 { return m_eswitch;}

double TofConst::getEndPMTGain (  )  const [inline]

Definition at line 14 of file TofConst.h.

References m_egain.

00014 { return m_egain;  }

void TofConst::setBarConstant ( double  bc  )  [inline]

Definition at line 26 of file TofConst.h.

References m_bconst.

Referenced by TofSimSvc::FillfromDatabase().

00026 { m_bconst = bc;   }

void TofConst::setBarHighThres ( double  bhth  )  [inline]

Definition at line 21 of file TofConst.h.

References m_bhth.

Referenced by TofSimSvc::FillfromDatabase().

00021 { m_bhth = bhth;   }

void TofConst::setBarLowThres ( double  blth  )  [inline]

Definition at line 20 of file TofConst.h.

References m_blth.

Referenced by TofSimSvc::FillfromDatabase().

00020 { m_blth = blth;   }

void TofConst::setBarPMTGain ( double  bg  )  [inline]

Definition at line 24 of file TofConst.h.

References m_bgain.

Referenced by TofSimSvc::FillfromDatabase().

00024 { m_bgain = bg;   }

void TofConst::setEndConstant ( double  ec  )  [inline]

Definition at line 27 of file TofConst.h.

References m_econst.

Referenced by TofSimSvc::FillfromDatabase().

00027 { m_econst = ec;   }

void TofConst::setEndHighThres ( double  ehth  )  [inline]

Definition at line 23 of file TofConst.h.

References m_ehth.

Referenced by TofSimSvc::FillfromDatabase().

00023 { m_ehth = ehth;   }

void TofConst::setEndLowThres ( double  elth  )  [inline]

Definition at line 22 of file TofConst.h.

References m_elth.

Referenced by TofSimSvc::FillfromDatabase().

00022 { m_elth = elth;   }

void TofConst::setEndNoiseSwitch ( double  eswitch  )  [inline]

Definition at line 28 of file TofConst.h.

References m_eswitch.

Referenced by TofSimSvc::FillfromDatabase().

00028 { m_eswitch = eswitch;   }

void TofConst::setEndPMTGain ( double  eg  )  [inline]

Definition at line 25 of file TofConst.h.

References m_egain.

Referenced by TofSimSvc::FillfromDatabase().

00025 { m_egain = eg;   }


Member Data Documentation

double TofConst::m_bconst [private]

Definition at line 37 of file TofConst.h.

Referenced by getBarConstant(), and setBarConstant().

double TofConst::m_bgain [private]

Definition at line 35 of file TofConst.h.

Referenced by getBarPMTGain(), and setBarPMTGain().

double TofConst::m_bhth [private]

Definition at line 32 of file TofConst.h.

Referenced by getBarHighThres(), and setBarHighThres().

double TofConst::m_blth [private]

Definition at line 31 of file TofConst.h.

Referenced by getBarLowThres(), and setBarLowThres().

double TofConst::m_econst [private]

Definition at line 38 of file TofConst.h.

Referenced by getEndConstant(), and setEndConstant().

double TofConst::m_egain [private]

Definition at line 36 of file TofConst.h.

Referenced by getEndPMTGain(), and setEndPMTGain().

double TofConst::m_ehth [private]

Definition at line 34 of file TofConst.h.

Referenced by getEndHighThres(), and setEndHighThres().

double TofConst::m_elth [private]

Definition at line 33 of file TofConst.h.

Referenced by getEndLowThres(), and setEndLowThres().

double TofConst::m_eswitch [private]

Definition at line 39 of file TofConst.h.

Referenced by getEndNoiseSwitch(), and setEndNoiseSwitch().


Generated on Tue Nov 29 23:36:04 2016 for BOSS_7.0.2 by  doxygen 1.4.7