BOSS
7.0.7
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
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 Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
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
g
h
i
j
k
l
m
n
p
q
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
MucGapCal.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------|
2
// [File ]: MucGapCal.h |
3
// [Brief ]: Head file of MUC geometry gap of Gap class |
4
// [Author]: Xie Yuguang, <ygxie@mail.ihep.ac.cn> |
5
// [Date ]: May 22, 2005 |
6
//------------------------------------------------------------------------------|
7
8
#ifndef MUC_GAP_H
9
#define MUC_GAP_H
10
11
#include<iostream>
12
13
#include "
MucCalibAlg/MucEntityCal.h
"
14
#include "
MucCalibAlg/MucBoxCal.h
"
15
16
using namespace
std
;
17
18
class
MucGapCal
:
public
MucEntityCal
19
{
20
public
:
21
MucGapCal
(
int
part,
int
segment,
int
layer );
22
MucGapCal
(
const
MucGapCal
&other );
23
MucGapCal
&
operator =
(
const
MucGapCal
&other );
24
~MucGapCal
();
25
26
MucBoxCal
*
GetBox
();
27
28
protected
:
29
virtual
void
Init
();
30
31
virtual
void
SetTheta
();
32
virtual
void
SetRin
();
33
virtual
void
SetRout
();
34
virtual
void
SetRc
();
35
36
virtual
void
SetThin
();
37
virtual
void
SetW
();
38
virtual
void
SetH
();
39
virtual
void
SetL
();
40
virtual
void
SetWu
();
41
virtual
void
SetWd
();
42
43
private
:
44
45
MucBoxCal
* m_MucBoxCal;
46
};
47
48
#endif
49
MucBoxCal.h
MucEntityCal.h
MucBoxCal
Definition:
MucBoxCal.h:18
MucEntityCal
Definition:
MucEntityCal.h:16
MucGapCal
Definition:
MucGapCal.h:19
MucGapCal::SetWd
virtual void SetWd()
Definition:
MucGapCal.cxx:119
MucGapCal::Init
virtual void Init()
Definition:
MucGapCal.cxx:46
MucGapCal::SetH
virtual void SetH()
Definition:
MucGapCal.cxx:102
MucGapCal::SetWu
virtual void SetWu()
Definition:
MucGapCal.cxx:115
MucGapCal::SetW
virtual void SetW()
Definition:
MucGapCal.cxx:97
MucGapCal::operator=
MucGapCal & operator=(const MucGapCal &other)
Definition:
MucGapCal.cxx:30
MucGapCal::SetRc
virtual void SetRc()
Definition:
MucGapCal.cxx:88
MucGapCal::GetBox
MucBoxCal * GetBox()
Definition:
MucGapCal.cxx:63
MucGapCal::~MucGapCal
~MucGapCal()
Definition:
MucGapCal.cxx:40
MucGapCal::SetL
virtual void SetL()
Definition:
MucGapCal.cxx:110
MucGapCal::SetRout
virtual void SetRout()
Definition:
MucGapCal.cxx:83
MucGapCal::SetRin
virtual void SetRin()
Definition:
MucGapCal.cxx:78
MucGapCal::SetThin
virtual void SetThin()
Definition:
MucGapCal.cxx:93
MucGapCal::SetTheta
virtual void SetTheta()
Definition:
MucGapCal.cxx:73
std
Definition:
RootEventData_rootcint.cxx:16
source
Muc
MucCalibAlg
MucCalibAlg-00-02-16
MucCalibAlg
MucGapCal.h
Generated by
1.9.6