BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
G4BuilderPhysicsList.cxx
Go to the documentation of this file.
1
2
#include "
Physics/G4BuilderPhysicsList.h
"
3
#include "G4ParticleTypes.hh"
4
5
G4BuilderPhysicsList::G4BuilderPhysicsList
() { ; }
6
7
G4BuilderPhysicsList::~G4BuilderPhysicsList
() { ; }
8
9
void
G4BuilderPhysicsList::ConstructParticle
() {
10
// In this method, static member functions should be called
11
// for all particles which you want to use.
12
// This ensures that objects of these particle types will be
13
// created in the program.
14
15
G4Geantino::GeantinoDefinition();
16
G4ChargedGeantino::ChargedGeantinoDefinition();
17
}
18
19
void
G4BuilderPhysicsList::ConstructProcess
() {
20
// Define transportation process
21
22
AddTransportation();
23
}
24
25
void
G4BuilderPhysicsList::SetCuts
() {
26
// uppress error messages even in case e/gamma/proton do not exist
27
G4int temp = GetVerboseLevel();
28
SetVerboseLevel( 0 );
29
// " G4VUserPhysicsList::SetCutsWithDefault" method sets
30
// the default cut value for all particle types
31
SetCutsWithDefault();
32
33
// Retrieve verbose level
34
SetVerboseLevel( temp );
35
}
G4BuilderPhysicsList.h
G4BuilderPhysicsList::ConstructProcess
void ConstructProcess()
Definition
G4BuilderPhysicsList.cxx:19
G4BuilderPhysicsList::G4BuilderPhysicsList
G4BuilderPhysicsList()
Definition
G4BuilderPhysicsList.cxx:5
G4BuilderPhysicsList::ConstructParticle
void ConstructParticle()
Definition
G4BuilderPhysicsList.cxx:9
G4BuilderPhysicsList::~G4BuilderPhysicsList
~G4BuilderPhysicsList()
Definition
G4BuilderPhysicsList.cxx:7
G4BuilderPhysicsList::SetCuts
void SetCuts()
Definition
G4BuilderPhysicsList.cxx:25
8.0.0
BOSS_Source
Simulation
G4Svc
Physics_src
G4BuilderPhysicsList.cxx
Generated by
1.16.1