BOSS 7.0.3
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)
 
 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

Constructor & Destructor Documentation

◆ BTofGeo() [1/2]

BTofGeo::BTofGeo ( )
inline

Definition at line 6 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

6{}

◆ ~BTofGeo() [1/2]

BTofGeo::~BTofGeo ( )
inline

Definition at line 7 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

7{}

◆ BTofGeo() [2/2]

BTofGeo::BTofGeo ( )
inline

◆ ~BTofGeo() [2/2]

BTofGeo::~BTofGeo ( )
inline

Member Function Documentation

◆ getInrad() [1/2]

double BTofGeo::getInrad ( ) const
inline

Definition at line 9 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

9{ return m_inrad; }

◆ getInrad() [2/2]

double BTofGeo::getInrad ( ) const
inline

Definition at line 9 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

9{ return m_inrad; }

◆ getLength() [1/2]

double BTofGeo::getLength ( ) const
inline

Definition at line 13 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

13{ return m_length; }

◆ getLength() [2/2]

double BTofGeo::getLength ( ) const
inline

Definition at line 13 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

13{ return m_length; }

◆ getPhiMax() [1/2]

double BTofGeo::getPhiMax ( ) const
inline

Definition at line 11 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

11{ return m_phiMax; }

◆ getPhiMax() [2/2]

double BTofGeo::getPhiMax ( ) const
inline

Definition at line 11 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

11{ return m_phiMax; }

◆ getPhiMin() [1/2]

double BTofGeo::getPhiMin ( ) const
inline

Definition at line 12 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

12{ return m_phiMin; }

◆ getPhiMin() [2/2]

double BTofGeo::getPhiMin ( ) const
inline

Definition at line 12 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

12{ return m_phiMin; }

◆ getThick() [1/2]

double BTofGeo::getThick ( ) const
inline

Definition at line 10 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

10{ return m_thick; }

◆ getThick() [2/2]

double BTofGeo::getThick ( ) const
inline

Definition at line 10 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

10{ return m_thick; }

◆ setInrad() [1/2]

void BTofGeo::setInrad ( double  inrad)
inline

Definition at line 14 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

14{ m_inrad=inrad; }

◆ setInrad() [2/2]

void BTofGeo::setInrad ( double  inrad)
inline

Definition at line 14 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

14{ m_inrad=inrad; }

◆ setLength() [1/2]

void BTofGeo::setLength ( double  length)
inline

Definition at line 18 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

18{ m_length=length; }

◆ setLength() [2/2]

void BTofGeo::setLength ( double  length)
inline

Definition at line 18 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

18{ m_length=length; }

◆ setPhiMax() [1/2]

void BTofGeo::setPhiMax ( double  phiMax)
inline

Definition at line 16 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

16{ m_phiMax=phiMax; }

◆ setPhiMax() [2/2]

void BTofGeo::setPhiMax ( double  phiMax)
inline

Definition at line 16 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

16{ m_phiMax=phiMax; }

◆ setPhiMin() [1/2]

void BTofGeo::setPhiMin ( double  phiMax)
inline

Definition at line 17 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

17{ m_phiMin=phiMax; }

◆ setPhiMin() [2/2]

void BTofGeo::setPhiMin ( double  phiMax)
inline

Definition at line 17 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

17{ m_phiMin=phiMax; }

◆ setThick() [1/2]

void BTofGeo::setThick ( double  thick)
inline

Definition at line 15 of file InstallArea/include/TofGeomSvc/TofGeomSvc/BTofGeo.h.

15{ m_thick=thick; }

◆ setThick() [2/2]

void BTofGeo::setThick ( double  thick)
inline

Definition at line 15 of file Tof/TofGeomSvc/TofGeomSvc-00-00-12/TofGeomSvc/BTofGeo.h.

15{ m_thick=thick; }

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