Geant4 examples
Public Member Functions | Protected Member Functions
ExG4PhysicsList00 Class Reference

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

#include <Doxymodules_common.h>

Inheritance diagram for ExG4PhysicsList00:
G4VUserPhysicsList

List of all members.

Public Member Functions

 ExG4PhysicsList00 ()
 ~ExG4PhysicsList00 ()

Protected Member Functions

void ConstructParticle ()
void ConstructProcess ()

Detailed Description

Physics list with geantino and charged geantino only.

Definition at line 42 of file Doxymodules_common.h.


Constructor & Destructor Documentation

ExG4PhysicsList00::ExG4PhysicsList00 ( )

Definition at line 38 of file ExG4PhysicsList00.cc.

ExG4PhysicsList00::~ExG4PhysicsList00 ( )

Definition at line 44 of file ExG4PhysicsList00.cc.

{}

Member Function Documentation

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();
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines