#include <G4BuilderPhysicsList.h>
Definition at line 16 of file G4BuilderPhysicsList.h.
◆ G4BuilderPhysicsList()
G4BuilderPhysicsList::G4BuilderPhysicsList |
( |
| ) |
|
◆ ~G4BuilderPhysicsList()
G4BuilderPhysicsList::~G4BuilderPhysicsList |
( |
| ) |
|
◆ ConstructParticle()
void G4BuilderPhysicsList::ConstructParticle |
( |
| ) |
|
|
protected |
Definition at line 12 of file G4BuilderPhysicsList.cxx.
13{
14
15
16
17
18
19 G4Geantino::GeantinoDefinition();
20 G4ChargedGeantino::ChargedGeantinoDefinition();
21}
◆ ConstructProcess()
void G4BuilderPhysicsList::ConstructProcess |
( |
| ) |
|
|
protected |
◆ SetCuts()
void G4BuilderPhysicsList::SetCuts |
( |
| ) |
|
|
protected |
Definition at line 30 of file G4BuilderPhysicsList.cxx.
31{
32
33 G4int temp = GetVerboseLevel();
34 SetVerboseLevel(0);
35
36
37 SetCutsWithDefault();
38
39
40 SetVerboseLevel(temp);
41}
The documentation for this class was generated from the following files: