131 lines
4.5 KiB
Plaintext
131 lines
4.5 KiB
Plaintext
//
|
|
// ********************************************************************
|
|
// * License and Disclaimer *
|
|
// * *
|
|
// * The Geant4 software is copyright of the Copyright Holders of *
|
|
// * the Geant4 Collaboration. It is provided under the terms and *
|
|
// * conditions of the Geant4 Software License, included in the file *
|
|
// * LICENSE and available at http://cern.ch/geant4/license . These *
|
|
// * include a list of copyright holders. *
|
|
// * *
|
|
// * Neither the authors of this software system, nor their employing *
|
|
// * institutes,nor the agencies providing financial support for this *
|
|
// * work make any representation or warranty, express or implied, *
|
|
// * regarding this software system or assume any liability for its *
|
|
// * use. Please see the license in the file LICENSE and URL above *
|
|
// * for the full disclaimer and the limitation of liability. *
|
|
// * *
|
|
// * This code implementation is the result of the scientific and *
|
|
// * technical work of the GEANT4 collaboration. *
|
|
// * By using, copying, modifying or distributing the software (or *
|
|
// * any work based on the software) you agree to acknowledge its *
|
|
// * use in resulting scientific publications, and indicate your *
|
|
// * acceptance of all terms of the Geant4 Software license. *
|
|
// ********************************************************************
|
|
//
|
|
// $Id: FTFP_EMV.icc,v 1.3 2008/06/19 08:08:22 gunter Exp $
|
|
// GEANT4 tag $Name: geant4-09-02 $
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
//
|
|
// ClassName: FTFP_EMV
|
|
//
|
|
// Author: 2007 G.Folger
|
|
// Created as copy from FTFP
|
|
//
|
|
// Modified:
|
|
// 28.11.2005 G.Folger: migration to non static particles
|
|
// 30.11.2005 G.Folger: Register EmStandard first, split Em Standard and Extra
|
|
// 02.12.2005 V.Ivanchenko: rename components
|
|
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
|
|
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
|
|
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
|
|
// 16.05.2007 V.Ivanchenko: rename EM builders
|
|
// 19.06.2008 G.Folger: don't use chips quasielastic in FTF
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
//
|
|
|
|
#include "globals.hh"
|
|
#include "G4ParticleDefinition.hh"
|
|
#include "G4ParticleWithCuts.hh"
|
|
#include "G4ProcessManager.hh"
|
|
#include "G4ProcessVector.hh"
|
|
#include "G4ParticleTypes.hh"
|
|
#include "G4ParticleTable.hh"
|
|
|
|
#include "G4Material.hh"
|
|
#include "G4MaterialTable.hh"
|
|
#include "G4ios.hh"
|
|
#include <iomanip>
|
|
|
|
#include "G4DecayPhysics.hh"
|
|
#include "G4EmStandardPhysics_option1.hh"
|
|
#include "G4EmExtraPhysics.hh"
|
|
#include "G4IonPhysics.hh"
|
|
#include "G4QStoppingPhysics.hh"
|
|
#include "G4HadronElasticPhysics.hh"
|
|
#include "G4NeutronTrackingCut.hh"
|
|
|
|
#include "G4DataQuestionaire.hh"
|
|
#include "HadronPhysicsFTFP.hh"
|
|
|
|
template<class T> TFTFP_EMV<T>::TFTFP_EMV(G4int ver): T()
|
|
{
|
|
// default cut value (1.0mm)
|
|
// defaultCutValue = 1.0*mm;
|
|
G4DataQuestionaire it(photon);
|
|
G4cout << "<<< Geant4 Physics List simulation engine: FTFP_EMV 1.1"<<G4endl;
|
|
G4cout <<G4endl;
|
|
this->defaultCutValue = 0.7*mm;
|
|
this->SetVerboseLevel(ver);
|
|
|
|
// EM Physics
|
|
this->RegisterPhysics( new G4EmStandardPhysics_option1(ver));
|
|
|
|
// Synchroton Radiation & GN Physics
|
|
this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
|
|
|
|
// Decays
|
|
this->RegisterPhysics( new G4DecayPhysics("decay",ver) );
|
|
|
|
// Hadron Elastic scattering
|
|
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
|
|
|
|
// Hadron Physics
|
|
G4bool quasiElastic;
|
|
this->RegisterPhysics( new HadronPhysicsFTFP("hadron",quasiElastic=false));
|
|
|
|
// Stopping Physics
|
|
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
|
|
|
|
// Ion Physics
|
|
this->RegisterPhysics( new G4IonPhysics("ion"));
|
|
|
|
// Neutron tracking cut
|
|
this->RegisterPhysics( new G4NeutronTrackingCut("Neutron tracking cut", ver));
|
|
|
|
}
|
|
|
|
template<class T> TFTFP_EMV<T>::~TFTFP_EMV()
|
|
{
|
|
}
|
|
|
|
template<class T> void TFTFP_EMV<T>::SetCuts()
|
|
{
|
|
if (this->verboseLevel >1){
|
|
G4cout << "FTFP_EMV::SetCuts:";
|
|
}
|
|
// " G4VUserPhysicsList::SetCutsWithDefault" method sets
|
|
// the default cut value for all particle types
|
|
|
|
this->SetCutsWithDefault();
|
|
|
|
// if (this->verboseLevel > 0)
|
|
// G4VUserPhysicsList::DumpCutValuesTable();
|
|
}
|
|
|
|
|
|
|
|
// 2002 by J.P. Wellisch
|