#include <BesIonPhysics.hh>
Definition at line 26 of file BesIonPhysics.hh.
◆ BesIonPhysics()
BesIonPhysics::BesIonPhysics |
( |
const G4String & | name = "ion" | ) |
|
Definition at line 9 of file BesIonPhysics.cc.
10 : G4VPhysicsConstructor(name)
11{
12}
◆ ~BesIonPhysics()
BesIonPhysics::~BesIonPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
void BesIonPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 24 of file BesIonPhysics.cc.
25{
26
27 G4IonConstructor pConstructor;
28 pConstructor.ConstructParticle();
29}
◆ ConstructProcess()
void BesIonPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 35 of file BesIonPhysics.cc.
36{
37
38
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96}
The documentation for this class was generated from the following files: