G4QInelasticCHIPS_HPBuilder.hh

Go to the documentation of this file.
00001 //
00002 // ********************************************************************
00003 // * License and Disclaimer                                           *
00004 // *                                                                  *
00005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
00006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
00007 // * conditions of the Geant4 Software License,  included in the file *
00008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
00009 // * include a list of copyright holders.                             *
00010 // *                                                                  *
00011 // * Neither the authors of this software system, nor their employing *
00012 // * institutes,nor the agencies providing financial support for this *
00013 // * work  make  any representation or  warranty, express or implied, *
00014 // * regarding  this  software system or assume any liability for its *
00015 // * use.  Please see the license in the file  LICENSE  and URL above *
00016 // * for the full disclaimer and the limitation of liability.         *
00017 // *                                                                  *
00018 // * This  code  implementation is the result of  the  scientific and *
00019 // * technical work of the GEANT4 collaboration.                      *
00020 // * By using,  copying,  modifying or  distributing the software (or *
00021 // * any work based  on the software)  you  agree  to acknowledge its *
00022 // * use  in  resulting  scientific  publications,  and indicate your *
00023 // * acceptance of all terms of the Geant4 Software license.          *
00024 // ********************************************************************
00025 //
00026 // GEANT4 tag $Name: not supported by cvs2svn $
00027 //
00028 //---------------------------------------------------------------------------
00029 //
00030 // ClassName:   G4QInelasticCHIPS_HPBuilder
00031 //
00032 // Author: 2012 M. Kossov
00033 //
00034 // Modified:
00035 //
00036 //----------------------------------------------------------------------------
00037 //
00038 // Short comment: This is a physics list of only one model G4QInelastic for
00039 // all hadron-nuclear interactions at all energies. There is the only
00040 // process-mixing (G4QProcessMixer) with the G4_HP processes at low (< 20 MeV)
00041 // energies with the G4QInelastic for neutrons, as CHIS does not include yet
00042 // all nA inelastic processes necessary for some applications. In this particular
00043 // builder the G4QInelastic process (with HP mix for neutrons) is attached to
00044 // all hadrons other than nucleons or pi and K-mesons. Previously it could be
00045 // done only using the LHEP parameterized package or in a temporary form by the
00046 // QGSC model conditionally extended (just not crashing) to low energies.
00047 // *** Important *** As the CHIPS treatment of all hadrons is very simple,
00048 // this builder with time can be not used in the CHIPS physics list. 
00049 //
00050 // -----------------------------------------------------------------------------
00051 #ifndef G4QInelasticCHIPS_HPBuilder_h
00052 #define G4QInelasticCHIPS_HPBuilder_h 1
00053 
00054 #include "globals.hh"
00055 
00056 #include "G4VPhysicsConstructor.hh"
00057 #include "G4QInelastic.hh"
00058 #include "G4QNGamma.hh"
00059 //#include "G4QFission.hh"
00060 #include "G4QDiscProcessMixer.hh"
00061 //#include "G4NeutronBuilder.hh"
00062 #include "G4VNeutronBuilder.hh"
00063 #include "G4NeutronInelasticProcess.hh"
00064 #include "G4HadronFissionProcess.hh"
00065 #include "G4HadronCaptureProcess.hh"
00066 #include "G4NeutronHPBuilder.hh"
00067 
00068 #include "G4ParticleDefinition.hh"
00069 #include "G4ParticleTable.hh"
00070 #include "G4ProcessManager.hh"
00071 
00072 class G4QInelasticCHIPS_HPBuilder
00073 {
00074  public: 
00075   G4QInelasticCHIPS_HPBuilder(G4int verbose);
00076   virtual ~G4QInelasticCHIPS_HPBuilder();
00077 
00078  public: 
00079   void Build();
00080 
00081  protected:
00082   // the particle table has the complete List of existing particle types
00083   G4ParticleTable* theParticleTable;
00084   G4ParticleTable::G4PTblDicIterator* theParticleIterator;
00085 
00086  private:
00087   G4int  verbose;
00088   G4bool wasActivated;
00089   G4QInelastic* inelastic;
00090 
00091   G4QDiscProcessMixer*            theInProcessMixer;
00092   G4QDiscProcessMixer*            theNgProcessMixer;
00093   G4QDiscProcessMixer*            theFiProcessMixer;
00094   G4NeutronInelasticProcess*      theNeutronInelastic;
00095   G4HadronFissionProcess*         theNeutronFission;
00096   G4HadronCaptureProcess*         theNeutronCapture;
00097   G4QInelastic*                   theCHIPSInelastic;
00098   G4QNGamma*                      theCHIPSNGamma;
00099   //G4QFission*                     theCHIPSFission;
00100   G4NeutronHPBuilder*             theHPNeutron;
00101 };
00102 // 2012 by M. Kossov
00103 
00104 #endif

Generated on Mon May 27 17:49:35 2013 for Geant4 by  doxygen 1.4.7