Changeset 1342 for trunk/examples/extended/electromagnetic/TestEm9/src
- Timestamp:
- Nov 5, 2010, 4:08:39 PM (15 years ago)
- Location:
- trunk/examples/extended/electromagnetic/TestEm9/src
- Files:
-
- 2 edited
-
Histo.cc (modified) (1 diff)
-
PhysicsList.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm9/src/Histo.cc
r1230 r1342 93 93 94 94 G4String nam = histName + "." + histType; 95 G4String options = "--noErrors export=root uncompress"; 95 G4String options = ""; 96 //G4String options = "--noErrors export=root uncompress"; 96 97 97 98 tree = tf->create(nam,histType,false,true,options); -
trunk/examples/extended/electromagnetic/TestEm9/src/PhysicsList.cc
r1337 r1342 24 24 // ******************************************************************** 25 25 // 26 // $Id: PhysicsList.cc,v 1.2 5 2009/11/20 20:22:44vnivanch 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 $ 28 28 // 29 29 //--------------------------------------------------------------------------- … … 199 199 200 200 } else if (name == "elastic" && !helIsRegisted) { 201 hadronPhys.push_back( new G4HadronElasticPhysics( name));201 hadronPhys.push_back( new G4HadronElasticPhysics()); 202 202 helIsRegisted = true; 203 203 if (verboseLevel > 0)
Note:
See TracChangeset
for help on using the changeset viewer.
