Import Geant4 7.1.0 source tree
This commit is contained in:
@@ -51,23 +51,23 @@ template<class T> TQGSP<T>::TQGSP(): T()
|
||||
G4cout << "You are using the simulation engine: QGSP 2.8"<<G4endl;
|
||||
G4cout <<G4endl<<G4endl;
|
||||
|
||||
defaultCutValue = 0.7*mm;
|
||||
SetVerboseLevel(1);
|
||||
this->defaultCutValue = 0.7*mm;
|
||||
this->SetVerboseLevel(1);
|
||||
|
||||
// General Physics
|
||||
RegisterPhysics( new GeneralPhysics("general") );
|
||||
this->RegisterPhysics( new GeneralPhysics("general") );
|
||||
|
||||
// EM Physics
|
||||
RegisterPhysics( new EMPhysics("standard EM"));
|
||||
this->RegisterPhysics( new EMPhysics("standard EM"));
|
||||
|
||||
// Muon Physics
|
||||
RegisterPhysics( new MuonPhysics("muon"));
|
||||
this->RegisterPhysics( new MuonPhysics("muon"));
|
||||
|
||||
// Hadron Physics
|
||||
RegisterPhysics( new HadronPhysicsQGSP("hadron"));
|
||||
this->RegisterPhysics( new HadronPhysicsQGSP("hadron"));
|
||||
|
||||
// Ion Physics
|
||||
RegisterPhysics( new IonPhysics("ion"));
|
||||
this->RegisterPhysics( new IonPhysics("ion"));
|
||||
|
||||
|
||||
}
|
||||
@@ -78,13 +78,13 @@ template<class T> TQGSP<T>::~TQGSP()
|
||||
|
||||
template<class T> void TQGSP<T>::SetCuts()
|
||||
{
|
||||
if (verboseLevel >1){
|
||||
if (this->verboseLevel >1){
|
||||
G4cout << "QGSP::SetCuts:";
|
||||
}
|
||||
// " G4VUserPhysicsList::SetCutsWithDefault" method sets
|
||||
// the default cut value for all particle types
|
||||
|
||||
SetCutsWithDefault();
|
||||
this->SetCutsWithDefault();
|
||||
|
||||
G4VUserPhysicsList::DumpCutValuesTable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user