TQGSP_FTFP_BERT< T > Class Template Reference

#include <QGSP_FTFP_BERT.hh>


Public Member Functions

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


Detailed Description

template<class T>
class TQGSP_FTFP_BERT< T >

Definition at line 48 of file QGSP_FTFP_BERT.hh.


Constructor & Destructor Documentation

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

Definition at line 67 of file QGSP_FTFP_BERT.icc.

References G4cout, G4endl, and photon.

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

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

Definition at line 103 of file QGSP_FTFP_BERT.icc.

00104 {
00105 }


Member Function Documentation

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

Definition at line 107 of file QGSP_FTFP_BERT.icc.

References G4cout.

00108 {
00109   if (this->verboseLevel >1){
00110     G4cout << "QGSP_FTFP_BERT::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 }


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