TFTFP_BERT_TRV< T > Class Template Reference

#include <FTFP_BERT_TRV.hh>


Public Member Functions

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


Detailed Description

template<class T>
class TFTFP_BERT_TRV< T >

Definition at line 49 of file FTFP_BERT_TRV.hh.


Constructor & Destructor Documentation

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

Definition at line 70 of file FTFP_BERT_TRV.icc.

References G4WarnPLStatus::Experimental(), G4cout, G4endl, and photon.

00070                                                             :  T()
00071 {
00072   // default cut value  (1.0mm) 
00073   // defaultCutValue = 1.0*CLHEP::mm;
00074   G4DataQuestionaire it(photon);
00075   G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT_TRV 2.0"<<G4endl;
00076   G4cout <<G4endl;
00077   this->defaultCutValue = 0.7*CLHEP::mm;  
00078   this->SetVerboseLevel(ver);
00079 
00080   G4WarnPLStatus exp;
00081   exp.Experimental("FTFP_BERT_TRV");
00082 
00083   // EM Physics
00084   this->RegisterPhysics( new G4EmStandardPhysics(ver) );
00085 
00086   // Synchroton Radiation & GN Physics
00087   this->RegisterPhysics( new G4EmExtraPhysics(ver) );
00088 
00089   // Decays 
00090   this->RegisterPhysics( new G4DecayPhysics(ver) );
00091 
00092    // Hadron Elastic scattering
00093   this->RegisterPhysics( new G4HadronElasticPhysics(ver) );
00094 
00095    // Hadron Physics
00096   this->RegisterPhysics(  new HadronPhysicsFTFP_BERT_TRV(ver));
00097 
00098   // Stopping Physics
00099   this->RegisterPhysics( new G4StoppingPhysics(ver) );
00100 
00101   // Ion Physics
00102   this->RegisterPhysics( new G4IonPhysics(ver));
00103   
00104   // Neutron tracking cut
00105   this->RegisterPhysics( new G4NeutronTrackingCut(ver));
00106 
00107 }

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

Definition at line 109 of file FTFP_BERT_TRV.icc.

00110 {
00111 }


Member Function Documentation

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

Definition at line 113 of file FTFP_BERT_TRV.icc.

References G4cout.

00114 {
00115   if (this->verboseLevel >1){
00116     G4cout << "FTFP_BERT_TRV::SetCuts:";
00117   }  
00118   //  " G4VUserPhysicsList::SetCutsWithDefault" method sets 
00119   //   the default cut value for all particle types 
00120 
00121   this->SetCutsWithDefault();   
00122  
00123 //  if (this->verboseLevel > 0)
00124 //    G4VUserPhysicsList::DumpCutValuesTable();  
00125 }


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