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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
▼
Muc
►
MucCalibAlg
►
MucCalibConstSvc
▼
MucGeoCreateAlg
▼
MucGeoCreateAlg-00-03-00
▼
MucGeoCreateAlg
►
MucAbsorber.h
►
MucBakelite.h
►
MucBox.h
►
MucBoxCover.h
►
MucEntity.h
►
MucGap.h
►
MucGas.h
MucGeoConst.h
►
MucGeoCreateAlg.h
►
MucGeoMgr.h
►
MucIdTransform.h
►
MucPadChain.h
►
MucRpc.h
►
MucStrip.h
►
MucStripPlane.h
►
src
►
MucGeomSvc
►
MucMappingAlg
►
MucRawEvent
►
MucRecEvent
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
MucBoxCover.h
Go to the documentation of this file.
1
//------------------------------------------------------------------------------|
2
// [File ]: MucBoxCover.h |
3
// [Brief ]: Head file of MUC geometry BoxCover class |
4
// [Author]: Xie Yuguang, <ygxie@mail.ihep.ac.cn> |
5
// [Date ]: May 22, 2005 |
6
//------------------------------------------------------------------------------|
7
8
#ifndef MUC_BOXCOVER_H
9
#define MUC_BOXCOVER_H
10
11
#include<iostream>
12
13
#include "
MucGeoCreateAlg/MucEntity.h
"
14
15
using namespace
std
;
16
17
class
MucBoxCover
:
public
MucEntity
18
{
19
public
:
20
MucBoxCover
(
int
part,
int
segment,
int
layer,
int
upDown,
int
id
);
21
MucBoxCover
(
const
MucBoxCover
&other );
22
MucBoxCover
&
operator =
(
const
MucBoxCover
&other );
23
~MucBoxCover
();
24
25
// virtual void SetAlignment( double dx, double dy, double dz );
26
27
protected
:
28
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
virtual
void
SetLocOrgInBes
();
44
virtual
void
SetObjOrgInBes
();
45
virtual
void
SetObjOrgInLoc
();
46
};
17
class
MucBoxCover
:
public
MucEntity
{
…
};
47
48
#endif
49
MucEntity.h
MucBoxCover
Definition
MucBoxCover.h:18
MucBoxCover::SetWu
virtual void SetWu()
Definition
MucBoxCover.cxx:150
MucBoxCover::SetL
virtual void SetL()
Definition
MucBoxCover.cxx:132
MucBoxCover::SetObjOrgInBes
virtual void SetObjOrgInBes()
Definition
MucBoxCover.cxx:228
MucBoxCover::SetThin
virtual void SetThin()
Definition
MucBoxCover.cxx:95
MucBoxCover::SetWd
virtual void SetWd()
Definition
MucBoxCover.cxx:167
MucBoxCover::SetW
virtual void SetW()
Definition
MucBoxCover.cxx:100
MucBoxCover::SetRin
virtual void SetRin()
Definition
MucBoxCover.cxx:69
MucBoxCover::MucBoxCover
MucBoxCover(int part, int segment, int layer, int upDown, int id)
Definition
MucBoxCover.cxx:17
MucBoxCover::SetRout
virtual void SetRout()
Definition
MucBoxCover.cxx:79
MucBoxCover::SetLocOrgInBes
virtual void SetLocOrgInBes()
Definition
MucBoxCover.cxx:184
MucBoxCover::SetRc
virtual void SetRc()
Definition
MucBoxCover.cxx:86
MucBoxCover::~MucBoxCover
~MucBoxCover()
Definition
MucBoxCover.cxx:35
MucBoxCover::SetObjOrgInLoc
virtual void SetObjOrgInLoc()
Definition
MucBoxCover.cxx:300
MucBoxCover::Init
virtual void Init()
Definition
MucBoxCover.cxx:38
MucBoxCover::operator=
MucBoxCover & operator=(const MucBoxCover &other)
Definition
MucBoxCover.cxx:27
MucBoxCover::SetTheta
virtual void SetTheta()
Definition
MucBoxCover.cxx:59
MucBoxCover::SetH
virtual void SetH()
Definition
MucBoxCover.cxx:119
MucEntity
Definition
MucEntity.h:19
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.2
Muc
MucGeoCreateAlg
MucGeoCreateAlg-00-03-00
MucGeoCreateAlg
MucBoxCover.h
Generated by
1.12.0