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/builders/src/G4EmStandardPhysics_option2.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EmStandardPhysics_option2.cc,v 1.24 2010/06/10 14:48:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4EmStandardPhysics_option2.cc,v 1.27 2010/10/10 15:18:34 vnivanch Exp $
     27// GEANT4 tag $Name: phys-lists-V09-03-34 $
    2828//
    2929//---------------------------------------------------------------------------
     
    7878#include "G4hIonisation.hh"
    7979#include "G4ionIonisation.hh"
     80#include "G4alphaIonisation.hh"
    8081//#include "G4IonParametrisedLossModel.hh"
    8182
     
    227228               particleName == "proton" ) {
    228229
    229       pmanager->AddProcess(new G4hMultipleScattering, -1, 1, 1);
     230      G4hMultipleScattering* msc = new G4hMultipleScattering();
     231      msc->AddEmModel(0, new G4WentzelVIModel());
     232      pmanager->AddProcess(msc,                       -1, 1, 1);
    230233      pmanager->AddProcess(new G4hIonisation,         -1, 2, 2);
    231234      pmanager->AddProcess(new G4hBremsstrahlung,     -1,-3, 3);
     
    238241               particleName == "Ds+" ||
    239242               particleName == "Ds-" ||
     243               particleName == "anti_He3" ||
     244               particleName == "anti_alpha" ||
     245               particleName == "anti_deuteron" ||
    240246               particleName == "anti_lambda_c+" ||
    241247               particleName == "anti_omega-" ||
     
    245251               particleName == "anti_sigma+" ||
    246252               particleName == "anti_sigma-" ||
     253               particleName == "anti_triton" ||
    247254               particleName == "anti_xi_c+" ||
    248255               particleName == "anti_xi-" ||
Note: See TracChangeset for help on using the changeset viewer.