G4BuilderPhysicsList Class Reference

#include <G4BuilderPhysicsList.h>

List of all members.

Public Member Functions

 G4BuilderPhysicsList ()
 ~G4BuilderPhysicsList ()

Protected Member Functions

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


Detailed Description

Definition at line 16 of file G4BuilderPhysicsList.h.


Constructor & Destructor Documentation

G4BuilderPhysicsList::G4BuilderPhysicsList (  ) 

Definition at line 6 of file G4BuilderPhysicsList.cxx.

00007 {;}

G4BuilderPhysicsList::~G4BuilderPhysicsList (  ) 

Definition at line 9 of file G4BuilderPhysicsList.cxx.

00010 {;}


Member Function Documentation

void G4BuilderPhysicsList::ConstructParticle (  )  [protected]

Definition at line 12 of file G4BuilderPhysicsList.cxx.

00013 {
00014     // In this method, static member functions should be called
00015     // for all particles which you want to use.
00016     // This ensures that objects of these particle types will be
00017     // created in the program. 
00018 
00019     G4Geantino::GeantinoDefinition();
00020     G4ChargedGeantino::ChargedGeantinoDefinition();
00021 }

void G4BuilderPhysicsList::ConstructProcess (  )  [protected]

Definition at line 23 of file G4BuilderPhysicsList.cxx.

00024 {
00025     // Define transportation process
00026 
00027     AddTransportation();
00028 }

void G4BuilderPhysicsList::SetCuts (  )  [protected]

Definition at line 30 of file G4BuilderPhysicsList.cxx.

References subSeperate::temp.

00031 {
00032     // uppress error messages even in case e/gamma/proton do not exist            
00033     G4int temp = GetVerboseLevel();                                                
00034     SetVerboseLevel(0);                                                           
00035     //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
00036     //   the default cut value for all particle types 
00037     SetCutsWithDefault();   
00038 
00039     // Retrieve verbose level
00040     SetVerboseLevel(temp);  
00041 }


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