Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (16 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/novice/N07/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N07/src/ExN07DetectorConstruction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorConstruction.cc,v 1.8 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/src/ExN07DetectorMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorMessenger.cc,v 1.6 2006/06/29 17:54:57 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07ParallelWorld.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07ParallelWorld.cc,v 1.1 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/src/ExN07PhysicsList.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07PhysicsList.cc,v 1.7 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07PrimaryGeneratorAction.cc,v 1.3 2006/06/29 17:55:01 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07Run.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07Run.cc,v 1.6 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07RunAction.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN07RunAction.cc,v 1.7 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: ExN07RunAction.cc,v 1.8 2007/05/12 20:02:58 asaim Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
     
    116116    << "------------------------------------------------------------" << G4endl;
    117117    G4cout << "Scores in parallel geometry" << G4endl;
    118     G4cout << "layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt"
     118    G4cout << "layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt"
    119119           << G4endl;
    120120    for(size_t k=0;k<20;k++)
    121121    {
    122       G4cout << "  " << k;
     122      G4cout << std::setw(8) << k;
    123123      for(size_t j=0;j<6;j++)
    124       { G4cout << "  " << (theRun->GetParaValue(i,j,k))/nEvt; }
     124      { G4cout << " " << std::setw(10) << (theRun->GetParaValue(i,j,k))/nEvt; }
    125125      G4cout << G4endl;
    126126    }
     
    128128    << "############################################################" << G4endl;
    129129  }
     130  G4cout << "CPU Time spent by each region" << G4cout;
    130131  ExN07SteppingVerbose* sv = (ExN07SteppingVerbose*)(G4VSteppingVerbose::GetInstance());
    131132  sv->Report();
  • trunk/examples/novice/N07/src/ExN07SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07SteppingVerbose.cc,v 1.1 2006/11/04 19:23:07 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
Note: See TracChangeset for help on using the changeset viewer.