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
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/BesSubdetector.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Descpirtion: abstract virtual class BES subdetector
5
//Author: Liuhm
6
//Created: May 14, 2003
7
//Comment:
8
//---------------------------------------------------------------------------//
9
#ifndef BesSubdetector_H
10
#define BesSubdetector_H 1
11
12
class
G4LogicalVolume;
13
14
#include "GDMLProcessor.hh"
15
#include "SAXProcessor.hh"
16
#include "ProcessingConfigurator.hh"
17
18
class
BesSubdetector
19
{
20
public
:
21
BesSubdetector
(){;}
22
virtual
~BesSubdetector
(){;}
23
24
//construct your detector and position it in BES world volume
25
//You MUST derive your concrete class and implement it
26
27
virtual
void
Construct
(G4LogicalVolume*
bes
) = 0;
28
G4LogicalVolume*
FindLogicalVolume
(
const
G4String& vn);
29
30
protected
:
31
// G4LogicalVolume* besWorld;
32
SAXProcessor
m_sxp
;
33
ProcessingConfigurator
m_config
;
34
35
};
36
37
inline
38
G4LogicalVolume*
BesSubdetector::FindLogicalVolume
(
const
G4String& vn ) {
39
return
const_cast<
G4LogicalVolume*
>
( GDMLProcessor::GetInstance()->GetLogicalVolume(vn) );
40
}
41
42
#endif
43
44
45
46
47
48
49
50
51
52
BesSubdetector
Definition:
InstallArea/include/SimUtil/SimUtil/BesSubdetector.hh:19
BesSubdetector::~BesSubdetector
virtual ~BesSubdetector()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/BesSubdetector.hh:22
BesSubdetector::m_config
ProcessingConfigurator m_config
Definition:
InstallArea/include/SimUtil/SimUtil/BesSubdetector.hh:33
BesSubdetector::FindLogicalVolume
G4LogicalVolume * FindLogicalVolume(const G4String &vn)
BesSubdetector::m_sxp
SAXProcessor m_sxp
Definition:
InstallArea/include/SimUtil/SimUtil/BesSubdetector.hh:32
BesSubdetector::Construct
virtual void Construct(G4LogicalVolume *bes)=0
BesSubdetector::BesSubdetector
BesSubdetector()
Definition:
Simulation/BOOST/SimUtil/SimUtil-00-00-37/SimUtil/BesSubdetector.hh:21
bes
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/BesCollectionUtils.h:25
source
Simulation
BOOST
SimUtil
SimUtil-00-00-37
SimUtil
BesSubdetector.hh
Generated by
1.9.6