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/examples/extended/medical/fanoCavity/src/PhysicsList.cc

    r1230 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: PhysicsList.cc,v 1.18 2009/10/29 16:19:59 maire Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     26// $Id: PhysicsList.cc,v 1.19 2010/01/19 17:28:20 maire Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    3434
    3535#include "PhysListEmStandard_option0.hh"
     36#include "PhysListEmStandard_option2.hh"
    3637#include "PhysListEmStandard_option3.hh"
    3738#include "PhysListEmStandard_GS.hh"
     39#include "PhysListEmStandard_WVI.hh"
    3840#include "PhysListEmStandard_SS.hh"
    3941
     
    149151    emPhysicsList = new PhysListEmStandard_option0(name,detector);
    150152   
     153  } else if (name == "standard_opt2") {
     154
     155    emName = name;
     156    delete emPhysicsList;
     157    emPhysicsList = new PhysListEmStandard_option2(name,detector);
     158       
    151159  } else if (name == "standard_opt3") {
    152160
     
    161169    emPhysicsList = new PhysListEmStandard_GS(name,detector);   
    162170   
     171  } else if (name == "standard_WVI") {
     172
     173    emName = name;
     174    delete emPhysicsList;
     175    emPhysicsList = new PhysListEmStandard_WVI(name,detector);
     176           
    163177  } else if (name == "standard_SS") {
    164178
Note: See TracChangeset for help on using the changeset viewer.