|
Geant4 examples
|
Physics list with geantino and charged geantino only. More...
#include <Doxymodules_common.h>
Public Member Functions | |
| ExG4PhysicsList00 () | |
| ~ExG4PhysicsList00 () | |
Protected Member Functions | |
| void | ConstructParticle () |
| void | ConstructProcess () |
Physics list with geantino and charged geantino only.
Definition at line 42 of file Doxymodules_common.h.
| ExG4PhysicsList00::ExG4PhysicsList00 | ( | ) |
Definition at line 38 of file ExG4PhysicsList00.cc.
: G4VUserPhysicsList() {}
| ExG4PhysicsList00::~ExG4PhysicsList00 | ( | ) |
Definition at line 44 of file ExG4PhysicsList00.cc.
{}
| void ExG4PhysicsList00::ConstructParticle | ( | ) | [protected, virtual] |
Implements G4VUserPhysicsList.
Definition at line 49 of file ExG4PhysicsList00.cc.
{
// In this method, static member functions should be called
// for all particles which you want to use.
// This ensures that objects of these particle types will be
// created in the program.
G4Geantino::GeantinoDefinition();
G4ChargedGeantino::ChargedGeantinoDefinition();
}
| void ExG4PhysicsList00::ConstructProcess | ( | ) | [protected, virtual] |
Implements G4VUserPhysicsList.
Definition at line 62 of file ExG4PhysicsList00.cc.
{
// Define transportation process
AddTransportation();
}
1.7.4