Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ExN01PhysicsList Class Reference

#include <ExN01PhysicsList.hh>

List of all members.

Public Member Functions

 ExN01PhysicsList ()
 ~ExN01PhysicsList ()

Protected Member Functions

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


Constructor & Destructor Documentation

ExN01PhysicsList::ExN01PhysicsList  ) 
 

00018 {;}

ExN01PhysicsList::~ExN01PhysicsList  ) 
 

00021 {;}


Member Function Documentation

void ExN01PhysicsList::ConstructParticle  )  [protected]
 

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]
 

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

void ExN01PhysicsList::SetCuts  )  [protected]
 

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 }


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:13:47 2011 for BOSS6.5.5 by  doxygen 1.3.9.1