#include <G4BuilderPhysicsList.h>
Definition at line 15 of file G4BuilderPhysicsList.h.
◆ G4BuilderPhysicsList()
| G4BuilderPhysicsList::G4BuilderPhysicsList |
( |
| ) |
|
◆ ~G4BuilderPhysicsList()
| G4BuilderPhysicsList::~G4BuilderPhysicsList |
( |
| ) |
|
◆ ConstructParticle()
| void G4BuilderPhysicsList::ConstructParticle |
( |
| ) |
|
|
protected |
Definition at line 9 of file G4BuilderPhysicsList.cxx.
9 {
10
11
12
13
14
15 G4Geantino::GeantinoDefinition();
16 G4ChargedGeantino::ChargedGeantinoDefinition();
17}
◆ ConstructProcess()
| void G4BuilderPhysicsList::ConstructProcess |
( |
| ) |
|
|
protected |
◆ SetCuts()
| void G4BuilderPhysicsList::SetCuts |
( |
| ) |
|
|
protected |
Definition at line 25 of file G4BuilderPhysicsList.cxx.
25 {
26
27 G4int temp = GetVerboseLevel();
28 SetVerboseLevel( 0 );
29
30
31 SetCutsWithDefault();
32
33
34 SetVerboseLevel( temp );
35}
The documentation for this class was generated from the following files: