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

BTofSim Class Reference

#include <BTofSim.h>

List of all members.

Public Member Functions

 BTofSim ()
 BTofSim ()
double getAttenLength () const
double getAttenLength () const
double getGain1 () const
double getGain1 () const
double getGain2 () const
double getGain2 () const
void setAttenLength (double length)
void setAttenLength (double length)
void setGain (double gain)
void setGain (double gain)
void setRatio (double ratio)
void setRatio (double ratio)
 ~BTofSim ()
 ~BTofSim ()

Private Attributes

double m_gain
double m_length
double m_ratio


Constructor & Destructor Documentation

BTofSim::BTofSim  )  [inline]
 

00008 {}

BTofSim::~BTofSim  )  [inline]
 

00009 {}

BTofSim::BTofSim  )  [inline]
 

00008 {}

BTofSim::~BTofSim  )  [inline]
 

00009 {}


Member Function Documentation

double BTofSim::getAttenLength  )  const [inline]
 

00013 { return m_length;   }

double BTofSim::getAttenLength  )  const [inline]
 

00013 { return m_length;   }

double BTofSim::getGain1  )  const [inline]
 

00011 { return m_gain*TMath::Exp(m_ratio); }

double BTofSim::getGain1  )  const [inline]
 

00011 { return m_gain*TMath::Exp(m_ratio); }

double BTofSim::getGain2  )  const [inline]
 

00012 { return m_gain;     }

double BTofSim::getGain2  )  const [inline]
 

00012 { return m_gain;     }

void BTofSim::setAttenLength double  length  )  [inline]
 

00018 { m_length = length; }

void BTofSim::setAttenLength double  length  )  [inline]
 

00018 { m_length = length; }

void BTofSim::setGain double  gain  )  [inline]
 

00016 { m_gain = gain;     }

void BTofSim::setGain double  gain  )  [inline]
 

00016 { m_gain = gain;     }

void BTofSim::setRatio double  ratio  )  [inline]
 

00017 { m_ratio = ratio;   }

void BTofSim::setRatio double  ratio  )  [inline]
 

00017 { m_ratio = ratio;   }


Member Data Documentation

double BTofSim::m_gain [private]
 

double BTofSim::m_length [private]
 

double BTofSim::m_ratio [private]
 


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