BOSS
7.1.3
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
MucGas.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------|
2
// [File ]: MucGas.h |
3
// [Brief ]: Head file of MUC geometry gas class |
4
// [Author]: Xie Yuguang, <ygxie@mail.ihep.ac.cn> |
5
// [Date ]: May 22, 2005 |
6
//------------------------------------------------------------------------------|
7
8
#ifndef MUC_GAS_H
9
#define MUC_GAS_H
10
11
#include<iostream>
12
13
#include "
MucGeoCreateAlg/MucEntity.h
"
14
#include "
MucGeoCreateAlg/MucGas.h
"
15
16
using namespace
std
;
17
18
class
MucGas
:
public
MucEntity
19
{
20
public
:
21
MucGas
(
int
part,
int
segment,
int
layer,
int
upDown,
int
rpcId,
int
id
);
22
MucGas
(
const
MucGas
&other );
23
MucGas
&
operator =
(
const
MucGas
&other );
24
~MucGas
();
25
26
double
GetPhi
();
27
// virtual void SetAlignment( double dx, double dy, double dz );
28
29
protected
:
30
virtual
void
Init
();
31
32
virtual
void
SetTheta
();
33
void
SetPhi
();
34
virtual
void
SetRc
();
35
virtual
void
SetRin
();
36
virtual
void
SetRout
();
37
38
virtual
void
SetThin
();
39
virtual
void
SetW
();
40
virtual
void
SetH
();
41
virtual
void
SetL
();
42
virtual
void
SetWu
();
43
virtual
void
SetWd
();
44
45
int
SetEndcapRpcInBes
();
46
int
SetBarrelRpcInBes
();
47
48
virtual
void
SetLocOrgInBes
();
49
virtual
void
SetObjOrgInLoc
();
50
virtual
void
SetObjOrgInBes
();
51
52
private
:
53
double
m_Phi;
// the inclination angle of local x axis and BES x axis for coordinates transformation
54
};
18
class
MucGas
:
public
MucEntity
{
…
};
55
56
#endif
57
MucEntity.h
MucGas.h
MucEntity::MucEntity
MucEntity(int part, int segment, int layer)
Definition
MucEntity.cxx:17
MucGas::SetTheta
virtual void SetTheta()
Definition
MucGas.cxx:79
MucGas::SetWd
virtual void SetWd()
Definition
MucGas.cxx:303
MucGas::SetRc
virtual void SetRc()
Definition
MucGas.cxx:113
MucGas::SetWu
virtual void SetWu()
Definition
MucGas.cxx:249
MucGas::~MucGas
~MucGas()
Definition
MucGas.cxx:40
MucGas::MucGas
MucGas(int part, int segment, int layer, int upDown, int rpcId, int id)
Definition
MucGas.cxx:17
MucGas::SetH
virtual void SetH()
Definition
MucGas.cxx:194
MucGas::GetPhi
double GetPhi()
Definition
MucGas.cxx:68
MucGas::SetW
virtual void SetW()
Definition
MucGas.cxx:124
MucGas::SetThin
virtual void SetThin()
Definition
MucGas.cxx:119
MucGas::SetRout
virtual void SetRout()
Definition
MucGas.cxx:105
MucGas::Init
virtual void Init()
Definition
MucGas.cxx:43
MucGas::operator=
MucGas & operator=(const MucGas &other)
Definition
MucGas.cxx:30
MucGas::SetEndcapRpcInBes
int SetEndcapRpcInBes()
Definition
MucGas.cxx:419
MucGas::SetL
virtual void SetL()
Definition
MucGas.cxx:210
MucGas::SetRin
virtual void SetRin()
Definition
MucGas.cxx:97
MucGas::SetBarrelRpcInBes
int SetBarrelRpcInBes()
Definition
MucGas.cxx:355
MucGas::SetObjOrgInLoc
virtual void SetObjOrgInLoc()
Definition
MucGas.cxx:504
MucGas::SetPhi
void SetPhi()
Definition
MucGas.cxx:73
MucGas::SetObjOrgInBes
virtual void SetObjOrgInBes()
Definition
MucGas.cxx:509
MucGas::SetLocOrgInBes
virtual void SetLocOrgInBes()
Definition
MucGas.cxx:497
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.3
Muc
MucGeoCreateAlg
MucGeoCreateAlg-00-03-00
MucGeoCreateAlg
MucGas.h
Generated by
1.13.2