Ignore:
Timestamp:
Apr 17, 2009, 11:01:04 AM (15 years ago)
Author:
garnier
Message:

fichiers manquants

File:
1 edited

Legend:

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

    r921 r988  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronInelasticQBBC.cc,v 1.15 2008/11/21 18:42:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     26// $Id: G4HadronInelasticQBBC.cc,v 1.16 2009/02/19 12:45:42 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5656#include "G4TheoFSGenerator.hh"
    5757#include "G4QStringChipsParticleLevelInterface.hh"
    58 #include "G4StringChipsInterface.hh"
     58#include "G4StringChipsParticleLevelInterface.hh"
    5959#include "G4GeneratorPrecompoundInterface.hh"
    6060#include "G4QGSMFragmentation.hh"
     
    7979    chipsFlag(chips), hpFlag(hp), glFlag(glauber), wasActivated(false)
    8080{
    81   if(verbose > 1) G4cout << "### HadronInelasticQBBC bertFlag= " <<  bertFlag <<G4endl;
     81  if(verbose > 1) G4cout << "### HadronInelasticQBBC bertFlag= "
     82                         <<  bertFlag <<G4endl;
    8283  theHPXSecI = 0;
    8384  theHPXSecC = 0;
     
    126127  wasActivated = true;
    127128
    128   if(verbose > 1)
     129  if(verbose > 1) {
    129130    G4cout << "### HadronInelasticQBBC Construct Process"
    130131           << " ftfFlag= " << ftfFlag << "  bertFlag= " << bertFlag
    131132           << G4endl;
    132 
     133  }
    133134  G4double minEstring  = 9.5*GeV;
    134135  G4double maxEcascade = 7.5*GeV;
     
    147148
    148149  //CHIPS
    149   G4HadronicInteraction* theCHIPS = new G4StringChipsInterface();
     150  G4HadronicInteraction* theCHIPS = new G4StringChipsParticleLevelInterface();
    150151  theCHIPS->SetMinEnergy(0.0);
    151152  theCHIPS->SetMaxEnergy(maxEcascade);
Note: See TracChangeset for help on using the changeset viewer.