Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

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

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: QBBC.cc,v 1.7 2010/06/04 13:34:42 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: QBBC.cc,v 1.9 2010/08/17 14:08:38 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-34 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5353#include "G4HadronInelasticQBBC.hh"
    5454#include "G4HadronElasticPhysics.hh"
     55#include "G4HadronElasticPhysics93.hh"
    5556#include "G4HadronElasticPhysicsXS.hh"
    5657#include "G4HadronElasticPhysicsHP.hh"
    5758#include "G4HadronDElasticPhysics.hh"
    58 #include "G4HadronHElasticPhysics.hh"
    5959#include "G4ChargeExchangePhysics.hh"
    6060#include "G4IonBinaryCascadePhysics.hh"
     
    6363QBBC::QBBC( G4int ver, const G4String& type )
    6464{
    65   G4DataQuestionaire it(photon, neutron);
     65  G4DataQuestionaire it(photon, neutron, no, no, no, neutronxs);
    6666  G4cout << "<<< Geant4 Physics List simulation engine: QBBC of type <"
    6767         << type <<">" <<G4endl;       
     
    8282   // Hadron Physics
    8383  if(type == "QBBC") {
     84    RegisterPhysics( new G4HadronElasticPhysicsXS(ver) );
     85  } else if(type == "QBBC_XGG") {
    8486    RegisterPhysics( new G4HadronElasticPhysics(ver) );
    85   } else if(type == "QBBC_XGG") {
    86     RegisterPhysics( new G4HadronHElasticPhysics(ver) );
    8787  } else if(type == "QBBC_XGGSN") {
    88     RegisterPhysics( new G4HadronElasticPhysicsXS(ver) );
     88    RegisterPhysics( new G4HadronElasticPhysics93(ver) );
    8989  } else if(type == "QBBC_HP") {
    9090    RegisterPhysics( new G4HadronElasticPhysicsHP(ver) );
Note: See TracChangeset for help on using the changeset viewer.