ExN04PhysicsList Class Reference

#include <ExN04PhysicsList.hh>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 29 of file ExN04PhysicsList.hh.


Constructor & Destructor Documentation

ExN04PhysicsList::ExN04PhysicsList (  ) 

Definition at line 51 of file ExN04PhysicsList.cxx.

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]

Definition at line 75 of file ExN04PhysicsList.cxx.

00076 {
00077 }


Member Function Documentation

void ExN04PhysicsList::SetCuts (  )  [virtual]

Definition at line 79 of file ExN04PhysicsList.cxx.

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


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