BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BTofGeo Class Reference

#include <BTofGeo.h>

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)
 

Detailed Description

Definition at line 4 of file BTofGeo.h.

Constructor & Destructor Documentation

◆ BTofGeo()

BTofGeo::BTofGeo ( )
inline

Definition at line 6 of file BTofGeo.h.

6{}

◆ ~BTofGeo()

BTofGeo::~BTofGeo ( )
inline

Definition at line 7 of file BTofGeo.h.

7{}

Member Function Documentation

◆ getInrad()

double BTofGeo::getInrad ( ) const
inline

Definition at line 9 of file BTofGeo.h.

9{ return m_inrad; }

◆ getLength()

double BTofGeo::getLength ( ) const
inline

Definition at line 13 of file BTofGeo.h.

13{ return m_length; }

◆ getPhiMax()

double BTofGeo::getPhiMax ( ) const
inline

Definition at line 11 of file BTofGeo.h.

11{ return m_phiMax; }

◆ getPhiMin()

double BTofGeo::getPhiMin ( ) const
inline

Definition at line 12 of file BTofGeo.h.

12{ return m_phiMin; }

◆ getThick()

double BTofGeo::getThick ( ) const
inline

Definition at line 10 of file BTofGeo.h.

10{ return m_thick; }

◆ setInrad()

void BTofGeo::setInrad ( double  inrad)
inline

Definition at line 14 of file BTofGeo.h.

14{ m_inrad=inrad; }

◆ setLength()

void BTofGeo::setLength ( double  length)
inline

Definition at line 18 of file BTofGeo.h.

18{ m_length=length; }

◆ setPhiMax()

void BTofGeo::setPhiMax ( double  phiMax)
inline

Definition at line 16 of file BTofGeo.h.

16{ m_phiMax=phiMax; }

◆ setPhiMin()

void BTofGeo::setPhiMin ( double  phiMax)
inline

Definition at line 17 of file BTofGeo.h.

17{ m_phiMin=phiMax; }

◆ setThick()

void BTofGeo::setThick ( double  thick)
inline

Definition at line 15 of file BTofGeo.h.

15{ m_thick=thick; }

The documentation for this class was generated from the following file: