Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/src/G4PhysListFactory.cc

    r1273 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PhysListFactory.cc,v 1.13 2010/05/26 15:06:49 gunter Exp $
    27 // GEANT4 tag $Name: phys-lists-V09-03-03 $
     26// $Id: G4PhysListFactory.cc,v 1.14 2010/06/08 16:06:18 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6464#include "QGS_BIC.hh"
    6565#include "QGSP_INCL_ABLA.hh"
     66#include "Shielding.hh"
    6667
    6768G4PhysListFactory::G4PhysListFactory()
    6869{
    6970  defName = "QGSP_BERT";
    70   nlists = 27;
    71   G4String s[27] = {
     71  nlists = 28;
     72  G4String s[28] = {
    7273    "CHIPS",
    7374    "FTFP_BERT","FTFP_BERT_EMV","FTFP_BERT_EMX","FTFP_BERT_TRV","FTF_BIC",
     
    7879    "QGSP_BERT_NOLEP","QGSP_BERT_TRV","QGSP_BERT_CHIPS",
    7980    "QGSP_BIC","QGSP_BIC_EMY","QGSP_BIC_HP",
    80     "QGSP_FTFP_BERT","QGS_BIC", "QGSP_INCL_ABLA"};
     81    "QGSP_FTFP_BERT","QGS_BIC", "QGSP_INCL_ABLA",
     82    "Shielding"};
    8183
    8284  for(size_t i=0; i<nlists; i++) {
     
    138140  else if(name == "QGS_BIC") {p = new QGS_BIC();}
    139141  else if(name == "QGSP_INCL_ABLA") {p = new QGSP_INCL_ABLA();}
     142  else if(name == "Shielding") {p = new Shielding();}
    140143  else {
    141144    G4cout << "### G4PhysListFactory WARNING: "
Note: See TracChangeset for help on using the changeset viewer.