TQGSP_BERT_HP< T > Class Template Reference

#include <QGSP_BERT_HP.hh>


Public Member Functions

 TQGSP_BERT_HP (G4int ver=1)
virtual ~TQGSP_BERT_HP ()
virtual void SetCuts ()


Detailed Description

template<class T>
class TQGSP_BERT_HP< T >

Definition at line 48 of file QGSP_BERT_HP.hh.


Constructor & Destructor Documentation

template<class T>
TQGSP_BERT_HP< T >::TQGSP_BERT_HP ( G4int  ver = 1  ) 

Definition at line 70 of file QGSP_BERT_HP.icc.

References G4cout, G4endl, neutron, and photon.

00070                                                           :  T()
00071 {
00072 
00073   G4DataQuestionaire it(photon, neutron);
00074   G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BERT_HP 3.0"<<G4endl;
00075   G4cout <<G4endl<<G4endl;
00076 
00077   this->defaultCutValue = 0.7*CLHEP::mm;  
00078   this->SetVerboseLevel(ver);
00079 
00080   // EM Physics
00081   this->RegisterPhysics( new G4EmStandardPhysics(ver) );
00082 
00083   // Synchroton Radiation & GN Physics
00084   this->RegisterPhysics( new G4EmExtraPhysics(ver) );
00085 
00086   // Decays
00087   this->RegisterPhysics( new G4DecayPhysics(ver) );
00088 
00089    // Hadron Elastic scattering
00090   this-> RegisterPhysics( new G4HadronElasticPhysicsHP(ver) );
00091 
00092   // Hadron Physics
00093   this->RegisterPhysics( new HadronPhysicsQGSP_BERT_HP(ver));
00094 
00095   // Stopping Physics
00096   this->RegisterPhysics( new G4StoppingPhysics(ver));
00097 
00098   // Ion Physics
00099   this->RegisterPhysics( new G4IonPhysics(ver));
00100 
00101 }

template<class T>
TQGSP_BERT_HP< T >::~TQGSP_BERT_HP (  )  [virtual]

Definition at line 103 of file QGSP_BERT_HP.icc.

00104 {
00105 }


Member Function Documentation

template<class T>
void TQGSP_BERT_HP< T >::SetCuts (  )  [virtual]

Definition at line 107 of file QGSP_BERT_HP.icc.

References G4cout.

00108 {
00109   if (this->verboseLevel >1){
00110     G4cout << "QGSP_BERT_HP::SetCuts:";
00111   }  
00112   //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
00113   //   the default cut value for all particle types 
00114 
00115   this->SetCutsWithDefault();   
00116   
00117 //  if (this->verboseLevel >0)
00118 //    G4VUserPhysicsList::DumpCutValuesTable();  
00119  
00120   
00121 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:54:04 2013 for Geant4 by  doxygen 1.4.7