Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/examples/extended/electromagnetic/TestEm9/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm9/src/Histo.cc

    r1230 r1342  
    9393
    9494  G4String nam = histName + "." + histType;
    95   G4String options  = "--noErrors export=root uncompress";
     95  G4String options  = "";
     96  //G4String options  = "--noErrors export=root uncompress";
    9697 
    9798  tree = tf->create(nam,histType,false,true,options);
  • trunk/examples/extended/electromagnetic/TestEm9/src/PhysicsList.cc

    r1337 r1342  
    2424// ********************************************************************
    2525//
    26 // $Id: PhysicsList.cc,v 1.25 2009/11/20 20:22:44 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: PhysicsList.cc,v 1.26 2010/08/12 11:38:20 vnivanch Exp $
     27// GEANT4 tag $Name: examples-V09-03-09 $
    2828//
    2929//---------------------------------------------------------------------------
     
    199199
    200200  } else if (name == "elastic" && !helIsRegisted) {
    201     hadronPhys.push_back( new G4HadronElasticPhysics(name));
     201    hadronPhys.push_back( new G4HadronElasticPhysics());
    202202    helIsRegisted = true;
    203203    if (verboseLevel > 0)
Note: See TracChangeset for help on using the changeset viewer.