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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.3
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
▼
Reconstruction
►
BeamParamsAlg
►
DTagAlg
►
DTagSkim
►
EmcRec
►
EmcTimeRec
►
EsTimeAlg
►
EventAssembly
►
KalFitAlg
►
MdcDedxAlg
►
MdcDummyAlg
►
MdcFastTrkAlg
►
MdcHoughFinder
►
MdcPatRec
►
MucRecAlg
►
Pi0EtaToGGRecAlg
►
Pi0RecAlg
►
PrimaryVertexAlg
►
QCMCFilterAlg
►
SD0TagAlg
►
T0Dummy
►
TagWriterAlg
►
TofEnergyRec
►
TofRec
►
TrackUtil
▼
TrkExtAlg
▼
TrkExtAlg-00-00-67
►
src
▼
TrkExtAlg
►
Ext_errmx.h
►
Ext_track.h
►
Ext_xp_err.h
►
ExtBesCrystalParameterisation.h
►
ExtBesDetectorConstruction.h
►
ExtBesEmcConstruction.h
►
ExtBesEmcEndGeometry.h
►
ExtBesEmcGeometry.h
►
ExtBesEmcParameter.h
►
ExtBesMagneticField.h
►
ExtBesMdcConstruction.h
►
ExtBesMucConstruction.h
►
ExtBesSubdetector.h
►
ExtBesTofConstruction.h
►
ExteIonisation.h
►
ExthIonisation.h
►
ExtMdcTrack.h
►
ExtMucKal.h
►
ExtMuIonisation.h
►
ExtPhysicsList.h
►
ExtSteppingAction.h
►
Helix.h
►
TrkExtAlg.h
►
TrkReco
►
VeeVertexAlg
►
ZddReconAlg
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ExtBesDetectorConstruction.h
Go to the documentation of this file.
1
//
2
//File: ExtBesDetectorConstruction.h
3
//Author: L.L.Wang
4
//Description: Constuction of BESIII detector using package GdmlToG4.
5
//History: 2005.8.5 created by L.L.Wang
6
//
7
8
9
#ifndef ExtBesDetectorConstruction_H
10
#define ExtBesDetectorConstruction_H
11
12
#include "G4String.hh"
13
#include "G4VUserDetectorConstruction.hh"
14
#include "G4VPhysicalVolume.hh"
15
16
#include "
TrkExtAlg/ExtBesMdcConstruction.h
"
17
#include "
TrkExtAlg/ExtBesTofConstruction.h
"
18
#include "
TrkExtAlg/ExtBesEmcConstruction.h
"
19
#include "
TrkExtAlg/ExtBesMucConstruction.h
"
20
21
#include "
TrkExtAlg/ExtBesMagneticField.h
"
22
//#include "ReadBoostRoot.hh"
23
24
class
ExtBesDetectorConstruction
:
public
G4VUserDetectorConstruction
25
{
26
public
:
27
ExtBesDetectorConstruction
(
const
bool
bFieldOn,
int
tofversion);
28
~ExtBesDetectorConstruction
();
29
G4VPhysicalVolume*
Construct
();
30
31
32
private
:
33
G4VPhysicalVolume* fWorld;
34
ExtBesMagneticField
* besField;
35
ExtBesMdcConstruction
Mdc;
36
ExtBesTofConstruction
Tof;
37
38
39
ExtBesEmcConstruction
Emc;
40
ExtBesMucConstruction
Muc;
41
int
m_detVer;
42
};
24
class
ExtBesDetectorConstruction
:
public
G4VUserDetectorConstruction {
…
};
43
44
#endif
ExtBesEmcConstruction.h
ExtBesMagneticField.h
ExtBesMdcConstruction.h
ExtBesMucConstruction.h
ExtBesTofConstruction.h
ExtBesDetectorConstruction::Construct
G4VPhysicalVolume * Construct()
Definition
ExtBesDetectorConstruction.cxx:40
ExtBesDetectorConstruction::~ExtBesDetectorConstruction
~ExtBesDetectorConstruction()
Definition
ExtBesDetectorConstruction.cxx:33
ExtBesDetectorConstruction::ExtBesDetectorConstruction
ExtBesDetectorConstruction(const bool bFieldOn, int tofversion)
Definition
ExtBesDetectorConstruction.cxx:25
ExtBesEmcConstruction
Definition
ExtBesEmcConstruction.h:29
ExtBesMagneticField
Definition
ExtBesMagneticField.h:11
ExtBesMdcConstruction
Definition
ExtBesMdcConstruction.h:10
ExtBesMucConstruction
Definition
ExtBesMucConstruction.h:10
ExtBesTofConstruction
Definition
ExtBesTofConstruction.h:12
7.1.3
Reconstruction
TrkExtAlg
TrkExtAlg-00-00-67
TrkExtAlg
ExtBesDetectorConstruction.h
Generated by
1.13.2