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

BTofGeo Class Reference

#include <BTofGeo.h>

List of all members.

Public Member Functions

 BTofGeo ()
 BTofGeo ()
double getInrad () const
double getInrad () const
double getLength () const
double getLength () const
double getPhiMax () const
double getPhiMax () const
double getPhiMin () const
double getPhiMin () const
double getThick () const
double getThick () const
void setInrad (double inrad)
void setInrad (double inrad)
void setLength (double length)
void setLength (double length)
void setPhiMax (double phiMax)
void setPhiMax (double phiMax)
void setPhiMin (double phiMax)
void setPhiMin (double phiMax)
void setThick (double thick)
void setThick (double thick)
 ~BTofGeo ()
 ~BTofGeo ()

Private Attributes

double m_inrad
double m_length
double m_phiMax
double m_phiMin
double m_thick


Constructor & Destructor Documentation

BTofGeo::BTofGeo  )  [inline]
 

00006 {}

BTofGeo::~BTofGeo  )  [inline]
 

00007 {}

BTofGeo::BTofGeo  )  [inline]
 

00006 {}

BTofGeo::~BTofGeo  )  [inline]
 

00007 {}


Member Function Documentation

double BTofGeo::getInrad  )  const [inline]
 

00009 { return m_inrad; }

double BTofGeo::getInrad  )  const [inline]
 

00009 { return m_inrad; }

double BTofGeo::getLength  )  const [inline]
 

00013 { return m_length; }

double BTofGeo::getLength  )  const [inline]
 

00013 { return m_length; }

double BTofGeo::getPhiMax  )  const [inline]
 

00011 { return m_phiMax; }

double BTofGeo::getPhiMax  )  const [inline]
 

00011 { return m_phiMax; }

double BTofGeo::getPhiMin  )  const [inline]
 

00012 { return m_phiMin; }

double BTofGeo::getPhiMin  )  const [inline]
 

00012 { return m_phiMin; }

double BTofGeo::getThick  )  const [inline]
 

00010 { return m_thick; }

double BTofGeo::getThick  )  const [inline]
 

00010 { return m_thick; }

void BTofGeo::setInrad double  inrad  )  [inline]
 

00014 { m_inrad=inrad; }

void BTofGeo::setInrad double  inrad  )  [inline]
 

00014 { m_inrad=inrad; }

void BTofGeo::setLength double  length  )  [inline]
 

00018 { m_length=length; } 

void BTofGeo::setLength double  length  )  [inline]
 

00018 { m_length=length; } 

void BTofGeo::setPhiMax double  phiMax  )  [inline]
 

00016 { m_phiMax=phiMax; }

void BTofGeo::setPhiMax double  phiMax  )  [inline]
 

00016 { m_phiMax=phiMax; }

void BTofGeo::setPhiMin double  phiMax  )  [inline]
 

00017 { m_phiMin=phiMax; }

void BTofGeo::setPhiMin double  phiMax  )  [inline]
 

00017 { m_phiMin=phiMax; }

void BTofGeo::setThick double  thick  )  [inline]
 

00015 { m_thick=thick; }

void BTofGeo::setThick double  thick  )  [inline]
 

00015 { m_thick=thick; }


Member Data Documentation

double BTofGeo::m_inrad [private]
 

double BTofGeo::m_length [private]
 

double BTofGeo::m_phiMax [private]
 

double BTofGeo::m_phiMin [private]
 

double BTofGeo::m_thick [private]
 


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