BTofGeo Class Reference

#include <BTofGeo.h>

List of all members.

Public Member Functions

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

Private Attributes

double m_inrad
double m_thick
double m_phiMin
double m_phiMax
double m_length


Detailed Description

Definition at line 4 of file BTofGeo.h.


Constructor & Destructor Documentation

BTofGeo::BTofGeo (  )  [inline]

Definition at line 6 of file BTofGeo.h.

00006 {}

BTofGeo::~BTofGeo (  )  [inline]

Definition at line 7 of file BTofGeo.h.

00007 {}


Member Function Documentation

double BTofGeo::getInrad (  )  const [inline]

Definition at line 9 of file BTofGeo.h.

References m_inrad.

00009 { return m_inrad; }

double BTofGeo::getLength (  )  const [inline]

Definition at line 13 of file BTofGeo.h.

References m_length.

00013 { return m_length; }

double BTofGeo::getPhiMax (  )  const [inline]

Definition at line 11 of file BTofGeo.h.

References m_phiMax.

00011 { return m_phiMax; }

double BTofGeo::getPhiMin (  )  const [inline]

Definition at line 12 of file BTofGeo.h.

References m_phiMin.

00012 { return m_phiMin; }

double BTofGeo::getThick (  )  const [inline]

Definition at line 10 of file BTofGeo.h.

References m_thick.

00010 { return m_thick; }

void BTofGeo::setInrad ( double  inrad  )  [inline]

Definition at line 14 of file BTofGeo.h.

References m_inrad.

00014 { m_inrad=inrad; }

void BTofGeo::setLength ( double  length  )  [inline]

Definition at line 18 of file BTofGeo.h.

References m_length.

00018 { m_length=length; } 

void BTofGeo::setPhiMax ( double  phiMax  )  [inline]

Definition at line 16 of file BTofGeo.h.

References m_phiMax.

00016 { m_phiMax=phiMax; }

void BTofGeo::setPhiMin ( double  phiMax  )  [inline]

Definition at line 17 of file BTofGeo.h.

References m_phiMin.

00017 { m_phiMin=phiMax; }

void BTofGeo::setThick ( double  thick  )  [inline]

Definition at line 15 of file BTofGeo.h.

References m_thick.

00015 { m_thick=thick; }


Member Data Documentation

double BTofGeo::m_inrad [private]

Definition at line 20 of file BTofGeo.h.

Referenced by getInrad(), and setInrad().

double BTofGeo::m_length [private]

Definition at line 24 of file BTofGeo.h.

Referenced by getLength(), and setLength().

double BTofGeo::m_phiMax [private]

Definition at line 23 of file BTofGeo.h.

Referenced by getPhiMax(), and setPhiMax().

double BTofGeo::m_phiMin [private]

Definition at line 22 of file BTofGeo.h.

Referenced by getPhiMin(), and setPhiMin().

double BTofGeo::m_thick [private]

Definition at line 21 of file BTofGeo.h.

Referenced by getThick(), and setThick().


Generated on Tue Nov 29 23:17:55 2016 for BOSS_7.0.2 by  doxygen 1.4.7