BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
ETofGeo Class Reference

#include <ETofGeo.h>

Public Member Functions

 ETofGeo ()
 
 ~ETofGeo ()
 
double getInrad () const
 
double getOutrad () const
 
double getThick () const
 
double getPhiMax () const
 
double getPhiMin () const
 
double getThetaMax () const
 
double getThetaMin () const
 
void setInrad (double inrad)
 
void setOutrad (double outrad)
 
void setThick (double thick)
 
void setPhiMax (double phiMax)
 
void setPhiMin (double phiMax)
 
void setThetaMax (double thetaMax)
 
void setThetaMin (double thetaMax)
 

Detailed Description

Definition at line 4 of file ETofGeo.h.

Constructor & Destructor Documentation

◆ ETofGeo()

ETofGeo::ETofGeo ( )
inline

Definition at line 6 of file ETofGeo.h.

6{}

◆ ~ETofGeo()

ETofGeo::~ETofGeo ( )
inline

Definition at line 7 of file ETofGeo.h.

7{}

Member Function Documentation

◆ getInrad()

double ETofGeo::getInrad ( ) const
inline

Definition at line 9 of file ETofGeo.h.

9{ return m_inrad; }

◆ getOutrad()

double ETofGeo::getOutrad ( ) const
inline

Definition at line 10 of file ETofGeo.h.

10{ return m_outrad; }

◆ getPhiMax()

double ETofGeo::getPhiMax ( ) const
inline

Definition at line 12 of file ETofGeo.h.

12{ return m_phiMax; }

◆ getPhiMin()

double ETofGeo::getPhiMin ( ) const
inline

Definition at line 13 of file ETofGeo.h.

13{ return m_phiMin; }

◆ getThetaMax()

double ETofGeo::getThetaMax ( ) const
inline

Definition at line 14 of file ETofGeo.h.

14{ return m_thetaMax; }

◆ getThetaMin()

double ETofGeo::getThetaMin ( ) const
inline

Definition at line 15 of file ETofGeo.h.

15{ return m_thetaMin; }

◆ getThick()

double ETofGeo::getThick ( ) const
inline

Definition at line 11 of file ETofGeo.h.

11{ return m_thick; }

◆ setInrad()

void ETofGeo::setInrad ( double inrad)
inline

Definition at line 16 of file ETofGeo.h.

16{ m_inrad=inrad; }

◆ setOutrad()

void ETofGeo::setOutrad ( double outrad)
inline

Definition at line 17 of file ETofGeo.h.

17{ m_outrad=outrad; }

◆ setPhiMax()

void ETofGeo::setPhiMax ( double phiMax)
inline

Definition at line 19 of file ETofGeo.h.

19{ m_phiMax=phiMax; }

◆ setPhiMin()

void ETofGeo::setPhiMin ( double phiMax)
inline

Definition at line 20 of file ETofGeo.h.

20{ m_phiMin=phiMax; }

◆ setThetaMax()

void ETofGeo::setThetaMax ( double thetaMax)
inline

Definition at line 21 of file ETofGeo.h.

21{ m_thetaMax=thetaMax; }

◆ setThetaMin()

void ETofGeo::setThetaMin ( double thetaMax)
inline

Definition at line 22 of file ETofGeo.h.

22{ m_thetaMin=thetaMax; }

◆ setThick()

void ETofGeo::setThick ( double thick)
inline

Definition at line 18 of file ETofGeo.h.

18{ m_thick=thick; }

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