ExN01PhysicsList Class Reference

#include <ExN01PhysicsList.hh>

List of all members.

Public Member Functions

 ExN01PhysicsList ()
 ~ExN01PhysicsList ()

Protected Member Functions

void ConstructParticle ()
void ConstructProcess ()
void SetCuts ()


Detailed Description

Definition at line 29 of file ExN01PhysicsList.hh.


Constructor & Destructor Documentation

ExN01PhysicsList::ExN01PhysicsList (  ) 

Definition at line 17 of file ExN01PhysicsList.cxx.

00018 {;}

ExN01PhysicsList::~ExN01PhysicsList (  ) 

Definition at line 20 of file ExN01PhysicsList.cxx.

00021 {;}


Member Function Documentation

void ExN01PhysicsList::ConstructParticle (  )  [protected]

Definition at line 23 of file ExN01PhysicsList.cxx.

00024 {
00025   // In this method, static member functions should be called
00026   // for all particles which you want to use.
00027   // This ensures that objects of these particle types will be
00028   // created in the program. 
00029 
00030   G4Geantino::GeantinoDefinition();
00031 }

void ExN01PhysicsList::ConstructProcess (  )  [protected]

Definition at line 33 of file ExN01PhysicsList.cxx.

00034 {
00035   // Define transportation process
00036 
00037   AddTransportation();
00038 }

void ExN01PhysicsList::SetCuts (  )  [protected]

Definition at line 40 of file ExN01PhysicsList.cxx.

References subSeperate::temp.

00041 {
00042   // uppress error messages even in case e/gamma/proton do not exist            
00043   G4int temp = GetVerboseLevel();                                                SetVerboseLevel(0);                                                           
00044   //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
00045   //   the default cut value for all particle types 
00046   SetCutsWithDefault();   
00047 
00048   // Retrieve verbose level
00049   SetVerboseLevel(temp);  
00050 }


Generated on Tue Nov 29 23:19:32 2016 for BOSS_7.0.2 by  doxygen 1.4.7