BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ETofGeo.h
Go to the documentation of this file.
1
#ifndef ETOF_GEO_H
2
#define ETOF_GEO_H
3
4
class
ETofGeo
{
5
public
:
6
ETofGeo
() {}
7
~ETofGeo
(){}
8
public
:
9
double
getInrad
()
const
{
return
m_inrad; }
10
double
getOutrad
()
const
{
return
m_outrad; }
11
double
getThick
()
const
{
return
m_thick; }
12
double
getPhiMax
()
const
{
return
m_phiMax; }
13
double
getPhiMin
()
const
{
return
m_phiMin; }
14
double
getThetaMax
()
const
{
return
m_thetaMax; }
15
double
getThetaMin
()
const
{
return
m_thetaMin; }
16
void
setInrad
(
double
inrad) { m_inrad=inrad; }
17
void
setOutrad
(
double
outrad) { m_outrad=outrad; }
18
void
setThick
(
double
thick) { m_thick=thick; }
19
void
setPhiMax
(
double
phiMax) { m_phiMax=phiMax; }
20
void
setPhiMin
(
double
phiMax) { m_phiMin=phiMax; }
21
void
setThetaMax
(
double
thetaMax){ m_thetaMax=thetaMax; }
22
void
setThetaMin
(
double
thetaMax){ m_thetaMin=thetaMax; }
23
private
:
24
double
m_inrad;
25
double
m_outrad;
26
double
m_thick;
27
double
m_phiMax;
28
double
m_phiMin;
29
double
m_thetaMax;
30
double
m_thetaMin;
31
};
4
class
ETofGeo
{
…
};
32
#endif
ETofGeo
Definition
ETofGeo.h:4
ETofGeo::setInrad
void setInrad(double inrad)
Definition
ETofGeo.h:16
ETofGeo::~ETofGeo
~ETofGeo()
Definition
ETofGeo.h:7
ETofGeo::setThetaMax
void setThetaMax(double thetaMax)
Definition
ETofGeo.h:21
ETofGeo::getInrad
double getInrad() const
Definition
ETofGeo.h:9
ETofGeo::setPhiMin
void setPhiMin(double phiMax)
Definition
ETofGeo.h:20
ETofGeo::setThetaMin
void setThetaMin(double thetaMax)
Definition
ETofGeo.h:22
ETofGeo::setThick
void setThick(double thick)
Definition
ETofGeo.h:18
ETofGeo::getOutrad
double getOutrad() const
Definition
ETofGeo.h:10
ETofGeo::getPhiMax
double getPhiMax() const
Definition
ETofGeo.h:12
ETofGeo::getThetaMin
double getThetaMin() const
Definition
ETofGeo.h:15
ETofGeo::getPhiMin
double getPhiMin() const
Definition
ETofGeo.h:13
ETofGeo::ETofGeo
ETofGeo()
Definition
ETofGeo.h:6
ETofGeo::getThick
double getThick() const
Definition
ETofGeo.h:11
ETofGeo::setPhiMax
void setPhiMax(double phiMax)
Definition
ETofGeo.h:19
ETofGeo::setOutrad
void setOutrad(double outrad)
Definition
ETofGeo.h:17
ETofGeo::getThetaMax
double getThetaMax() const
Definition
ETofGeo.h:14
7.1.2
Tof
TofGeomSvc
TofGeomSvc-00-01-01
TofGeomSvc
ETofGeo.h
Generated by
1.12.0