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/PhySim/PhySim/BesGeneralPhysics.hh
Go to the documentation of this file.
1
#ifndef BesGeneralPhysics_h
2
#define BesGeneralPhysics_h 1
3
4
#include "globals.hh"
5
#include "G4ios.hh"
6
7
#include "G4VPhysicsConstructor.hh"
8
9
10
#include "G4Decay.hh"
11
12
class
BesGeneralPhysics
:
public
G4VPhysicsConstructor
13
{
14
public
:
15
BesGeneralPhysics
(
const
G4String& name =
"general"
);
16
virtual
~BesGeneralPhysics
();
17
18
public
:
19
// This method will be invoked in the Construct() method.
20
// each particle type will be instantiated
21
virtual
void
ConstructParticle
();
22
23
// This method will be invoked in the Construct() method.
24
// each physics process will be instantiated and
25
// registered to the process manager of each particle type
26
virtual
void
ConstructProcess
();
27
28
protected
:
29
G4Decay
fDecayProcess
;
30
};
31
32
33
#endif
34
35
36
37
38
39
40
41
BesGeneralPhysics
Definition:
InstallArea/include/PhySim/PhySim/BesGeneralPhysics.hh:13
BesGeneralPhysics::ConstructProcess
virtual void ConstructProcess()
Definition:
BesGeneralPhysics.cc:29
BesGeneralPhysics::~BesGeneralPhysics
virtual ~BesGeneralPhysics()
Definition:
BesGeneralPhysics.cc:12
BesGeneralPhysics::fDecayProcess
G4Decay fDecayProcess
Definition:
InstallArea/include/PhySim/PhySim/BesGeneralPhysics.hh:29
BesGeneralPhysics::ConstructParticle
virtual void ConstructParticle()
Definition:
BesGeneralPhysics.cc:22
source
InstallArea
include
PhySim
PhySim
BesGeneralPhysics.hh
Generated by
1.9.6