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

ExN04PhysicsList Class Reference

#include <ExN04PhysicsList.hh>

List of all members.

Public Member Functions

 ExN04PhysicsList ()
virtual void SetCuts ()
virtual ~ExN04PhysicsList ()


Constructor & Destructor Documentation

ExN04PhysicsList::ExN04PhysicsList  ) 
 

00051                                   :  G4VModularPhysicsList()
00052 {
00053   // default cut value  (1.0mm) 
00054   defaultCutValue = 1.0*mm;
00055   SetVerboseLevel(1);
00056 
00057   // General Physics
00058   RegisterPhysics( new ExN04GeneralPhysics("general") );
00059 
00060   // EM Physics
00061   RegisterPhysics( new ExN04EMPhysics("standard EM"));
00062 
00063   // Muon Physics
00064   RegisterPhysics(  new ExN04MuonPhysics("muon"));
00065 
00066    // Hadron Physics
00067   RegisterPhysics(  new ExN04HadronPhysics("hadron"));
00068 
00069   // Ion Physics
00070   RegisterPhysics( new ExN04IonPhysics("ion"));
00071 
00072 
00073 }

ExN04PhysicsList::~ExN04PhysicsList  )  [virtual]
 

00076 {
00077 }


Member Function Documentation

void ExN04PhysicsList::SetCuts  )  [virtual]
 

00080 {
00081   //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
00082   //   the default cut value for all particle types 
00083   SetCutsWithDefault();   
00084 }


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