238 lines
7.6 KiB
C++
238 lines
7.6 KiB
C++
//
|
|
// ********************************************************************
|
|
// * 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: PhotInPhysicsList.hh,v 1.4 2006/06/29 16:24:51 gunter Exp $
|
|
// GEANT4 tag $Name: geant4-09-01 $
|
|
//
|
|
|
|
#ifndef PhotInPhysicsList_h
|
|
#define PhotInPhysicsList_h 1
|
|
|
|
#include "G4VUserPhysicsList.hh"
|
|
#include "globals.hh"
|
|
#include "G4ios.hh"
|
|
#include <iomanip>
|
|
|
|
#include "PhotInConstants.hh"
|
|
|
|
// Headers for particles and materials
|
|
#include "G4ParticleDefinition.hh"
|
|
#include "G4ParticleWithCuts.hh"
|
|
#include "G4ProcessManager.hh"
|
|
#include "G4ProcessVector.hh"
|
|
#include "G4ParticleTypes.hh"
|
|
#include "G4ParticleTable.hh"
|
|
#include "G4BosonConstructor.hh"
|
|
#include "G4LeptonConstructor.hh"
|
|
#include "G4MesonConstructor.hh"
|
|
#include "G4BaryonConstructor.hh"
|
|
#include "G4IonConstructor.hh"
|
|
#include "G4ShortLivedConstructor.hh"
|
|
#include "G4Material.hh"
|
|
#include "G4MaterialTable.hh"
|
|
|
|
// Headers for EM Processes and Decays
|
|
#include "G4ComptonScattering.hh"
|
|
#include "G4GammaConversion.hh"
|
|
#include "G4PhotoElectricEffect.hh"
|
|
#include "G4MultipleScattering.hh"
|
|
#include "G4eIonisation.hh"
|
|
#include "G4eBremsstrahlung.hh"
|
|
#include "G4eplusAnnihilation.hh"
|
|
#include "G4MuIonisation.hh"
|
|
#include "G4MuBremsstrahlung.hh"
|
|
#include "G4MuPairProduction.hh"
|
|
#include "G4hIonisation.hh"
|
|
|
|
#include "G4Decay.hh"
|
|
|
|
// Headers for cuts
|
|
#include "G4Region.hh"
|
|
#include "G4RegionStore.hh"
|
|
#include "G4ProductionCuts.hh"
|
|
|
|
// -------------------- Headers for hadronic physics
|
|
|
|
// Gamma-Nuclear (GHAD)
|
|
|
|
#include "G4GammaNuclearReaction.hh"
|
|
#include "G4GammaParticipants.hh"
|
|
#include "G4ElectroNuclearReaction.hh"
|
|
#include "G4PhotoNuclearProcess.hh"
|
|
#include "G4ElectronNuclearProcess.hh"
|
|
#include "G4PositronNuclearProcess.hh"
|
|
|
|
// Gamma-Nuclear (CHIPS)
|
|
|
|
#include "G4QCollision.hh"
|
|
|
|
// General Hadronic Processes
|
|
|
|
#include "G4HadronElasticProcess.hh"
|
|
#include "G4HadronFissionProcess.hh"
|
|
#include "G4HadronCaptureProcess.hh"
|
|
|
|
#include "G4PionPlusInelasticProcess.hh"
|
|
#include "G4PionMinusInelasticProcess.hh"
|
|
#include "G4KaonPlusInelasticProcess.hh"
|
|
#include "G4KaonZeroSInelasticProcess.hh"
|
|
#include "G4KaonZeroLInelasticProcess.hh"
|
|
#include "G4KaonMinusInelasticProcess.hh"
|
|
#include "G4ProtonInelasticProcess.hh"
|
|
#include "G4AntiProtonInelasticProcess.hh"
|
|
#include "G4NeutronInelasticProcess.hh"
|
|
#include "G4AntiNeutronInelasticProcess.hh"
|
|
#include "G4LambdaInelasticProcess.hh"
|
|
#include "G4AntiLambdaInelasticProcess.hh"
|
|
#include "G4SigmaPlusInelasticProcess.hh"
|
|
#include "G4SigmaMinusInelasticProcess.hh"
|
|
#include "G4AntiSigmaPlusInelasticProcess.hh"
|
|
#include "G4AntiSigmaMinusInelasticProcess.hh"
|
|
#include "G4XiZeroInelasticProcess.hh"
|
|
#include "G4XiMinusInelasticProcess.hh"
|
|
#include "G4AntiXiZeroInelasticProcess.hh"
|
|
#include "G4AntiXiMinusInelasticProcess.hh"
|
|
#include "G4DeuteronInelasticProcess.hh"
|
|
#include "G4TritonInelasticProcess.hh"
|
|
#include "G4AlphaInelasticProcess.hh"
|
|
#include "G4OmegaMinusInelasticProcess.hh"
|
|
#include "G4AntiOmegaMinusInelasticProcess.hh"
|
|
|
|
// Low-energy Models
|
|
|
|
#include "G4LElastic.hh"
|
|
#include "G4LFission.hh"
|
|
#include "G4LCapture.hh"
|
|
|
|
#include "G4LEPionPlusInelastic.hh"
|
|
#include "G4LEPionMinusInelastic.hh"
|
|
#include "G4LEKaonPlusInelastic.hh"
|
|
#include "G4LEKaonZeroSInelastic.hh"
|
|
#include "G4LEKaonZeroLInelastic.hh"
|
|
#include "G4LEKaonMinusInelastic.hh"
|
|
#include "G4LEProtonInelastic.hh"
|
|
#include "G4LEAntiProtonInelastic.hh"
|
|
#include "G4LENeutronInelastic.hh"
|
|
#include "G4LEAntiNeutronInelastic.hh"
|
|
#include "G4LELambdaInelastic.hh"
|
|
#include "G4LEAntiLambdaInelastic.hh"
|
|
#include "G4LESigmaPlusInelastic.hh"
|
|
#include "G4LESigmaMinusInelastic.hh"
|
|
#include "G4LEAntiSigmaPlusInelastic.hh"
|
|
#include "G4LEAntiSigmaMinusInelastic.hh"
|
|
#include "G4LEXiZeroInelastic.hh"
|
|
#include "G4LEXiMinusInelastic.hh"
|
|
#include "G4LEAntiXiZeroInelastic.hh"
|
|
#include "G4LEAntiXiMinusInelastic.hh"
|
|
#include "G4LEDeuteronInelastic.hh"
|
|
#include "G4LETritonInelastic.hh"
|
|
#include "G4LEAlphaInelastic.hh"
|
|
#include "G4LEOmegaMinusInelastic.hh"
|
|
#include "G4LEAntiOmegaMinusInelastic.hh"
|
|
|
|
// High-energy Models
|
|
|
|
#include "G4HEPionPlusInelastic.hh"
|
|
#include "G4HEPionMinusInelastic.hh"
|
|
#include "G4HEKaonPlusInelastic.hh"
|
|
#include "G4HEKaonZeroInelastic.hh"
|
|
#include "G4HEKaonZeroInelastic.hh"
|
|
#include "G4HEKaonMinusInelastic.hh"
|
|
#include "G4HEProtonInelastic.hh"
|
|
#include "G4HEAntiProtonInelastic.hh"
|
|
#include "G4HENeutronInelastic.hh"
|
|
#include "G4HEAntiNeutronInelastic.hh"
|
|
#include "G4HELambdaInelastic.hh"
|
|
#include "G4HEAntiLambdaInelastic.hh"
|
|
#include "G4HESigmaPlusInelastic.hh"
|
|
#include "G4HESigmaMinusInelastic.hh"
|
|
#include "G4HEAntiSigmaPlusInelastic.hh"
|
|
#include "G4HEAntiSigmaMinusInelastic.hh"
|
|
#include "G4HEXiZeroInelastic.hh"
|
|
#include "G4HEXiMinusInelastic.hh"
|
|
#include "G4HEAntiXiZeroInelastic.hh"
|
|
#include "G4HEAntiXiMinusInelastic.hh"
|
|
#include "G4HEOmegaMinusInelastic.hh"
|
|
#include "G4HEAntiOmegaMinusInelastic.hh"
|
|
|
|
// Miscelenous Hadronic
|
|
|
|
#include "G4TheoFSGenerator.hh"
|
|
#include "G4ExcitationHandler.hh"
|
|
#include "G4Evaporation.hh"
|
|
#include "G4CompetitiveFission.hh"
|
|
#include "G4FermiBreakUp.hh"
|
|
#include "G4StatMF.hh"
|
|
#include "G4Fancy3DNucleus.hh"
|
|
#include "G4LEProtonInelastic.hh"
|
|
#include "G4StringModel.hh"
|
|
#include "G4PreCompoundModel.hh"
|
|
#include "G4QGSModel.hh"
|
|
#include "G4QGSMFragmentation.hh"
|
|
#include "G4QGSParticipants.hh"
|
|
#include "G4LundStringFragmentation.hh"
|
|
#include "G4ExcitedStringDecay.hh"
|
|
#include "G4StringChipsParticleLevelInterface.hh"
|
|
|
|
// Stopping processes
|
|
|
|
// GHAD nuclear capture processes
|
|
//#include "G4AntiProtonAnnihilationAtRest.hh"
|
|
//#include "G4AntiNeutronAnnihilationAtRest.hh"
|
|
//#ifdef TRIUMF_STOP_PIMINUS
|
|
//#include "G4PionMinusAbsorptionAtRest.hh"
|
|
//#else
|
|
//#include "G4PiMinusAbsorptionAtRest.hh"
|
|
//#endif
|
|
//#ifdef TRIUMF_STOP_KMINUS
|
|
//#include "G4KaonMinusAbsorption.hh"
|
|
//#else
|
|
//#include "G4KaonMinusAbsorptionAtRest.hh"
|
|
//#endif
|
|
|
|
// CHIPS nuclear capture process manager - One for all negative hadrons
|
|
#include "G4QCaptureAtRest.hh"
|
|
|
|
class PhotInPhysicsList: public G4VUserPhysicsList
|
|
{
|
|
public:
|
|
PhotInPhysicsList();
|
|
~PhotInPhysicsList();
|
|
|
|
protected:
|
|
// Construct particles, EM physics processes, and cuts
|
|
void ConstructParticle();
|
|
void ConstructProcess();
|
|
void SetCuts();
|
|
|
|
//There's no BODY values in this class: all BODY is in the basic G4VUserPhysicsList class
|
|
};
|
|
|
|
#endif
|
|
|
|
|
|
|