Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
Common::GeantinoPhysicsList Class Reference

Physics list with geantino and charged geantino only. More...

#include <Doxymodules_common.h>

Inheritance diagram for Common::GeantinoPhysicsList:
G4VUserPhysicsList

Public Member Functions

 GeantinoPhysicsList ()
 
 ~GeantinoPhysicsList () override
 

Protected Member Functions

void ConstructParticle () override
 
void ConstructProcess () override
 

Detailed Description

Physics list with geantino and charged geantino only.

Definition at line 14 of file Doxymodules_common.h.

Constructor & Destructor Documentation

◆ GeantinoPhysicsList()

Common::GeantinoPhysicsList::GeantinoPhysicsList ( )
default

◆ ~GeantinoPhysicsList()

Common::GeantinoPhysicsList::~GeantinoPhysicsList ( )
overridedefault

Member Function Documentation

◆ ConstructParticle()

void Common::GeantinoPhysicsList::ConstructParticle ( )
overrideprotected

Definition at line 47 of file GeantinoPhysicsList.cc.

48{
49 // In this method, static member functions should be called
50 // for all particles which you want to use.
51 // This ensures that objects of these particle types will be
52 // created in the program.
53
54 G4Geantino::GeantinoDefinition();
55 G4ChargedGeantino::ChargedGeantinoDefinition();
56}

◆ ConstructProcess()

void Common::GeantinoPhysicsList::ConstructProcess ( )
overrideprotected

Definition at line 60 of file GeantinoPhysicsList.cc.

61{
62 // Define transportation process
63
64 AddTransportation();
65}

The documentation for this class was generated from the following files:

Applications | User Support | Publications | Collaboration