BOSS
7.0.4
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
_
e
f
g
h
i
l
m
o
p
r
s
t
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
d
e
g
h
p
r
s
t
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
InstallArea/include/MucSim/MucSim/BesMucConstruction.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Descpirtion: Muon Chamber as a concrete class
5
// it's better to define an envelope then position it in BES
6
//Author: Youzy Peking University mail: youzy@hep.pku.cn
7
//Created: Nov, 2003
8
//Comment:
9
//---------------------------------------------------------------------------//
10
//
11
#ifndef BesMucConstruction_h
12
#define BesMucConstruction_h 1
13
14
#include "BesSubdetector.hh"
15
#include "G4LogicalVolume.hh"
16
#include "G4VPhysicalVolume.hh"
17
18
class
G4LogicalVolume;
19
20
class
BesMucConstruction
:
public
BesSubdetector
21
{
22
public
:
23
24
BesMucConstruction
();
25
virtual
~BesMucConstruction
();
26
27
//construct MUC detector
28
void
Construct
(G4LogicalVolume* logicBes);
29
G4VPhysicalVolume*
GetPhysicalMuc
(){
return
physicalMuc;};
30
31
32
//your private data member (geometry, etc) here:
33
private
:
34
G4VPhysicalVolume* physicalMuc;
35
G4LogicalVolume* logicalMuc;
36
37
};
38
#endif
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
BesMucConstruction
Definition:
InstallArea/include/MucSim/MucSim/BesMucConstruction.hh:21
BesMucConstruction::BesMucConstruction
BesMucConstruction()
Definition:
BesMucConstruction.cc:33
BesMucConstruction::GetPhysicalMuc
G4VPhysicalVolume * GetPhysicalMuc()
Definition:
InstallArea/include/MucSim/MucSim/BesMucConstruction.hh:29
BesMucConstruction::Construct
void Construct(G4LogicalVolume *logicBes)
Definition:
BesMucConstruction.cc:41
BesMucConstruction::~BesMucConstruction
virtual ~BesMucConstruction()
Definition:
BesMucConstruction.cc:37
BesSubdetector
Definition:
InstallArea/include/SimUtil/SimUtil/BesSubdetector.hh:19
source
InstallArea
include
MucSim
MucSim
BesMucConstruction.hh
Generated by
1.9.6