Changeset 1230 for trunk/examples/novice/N07/src
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/novice/N07/src
- Files:
-
- 8 edited
-
ExN07DetectorConstruction.cc (modified) (1 diff)
-
ExN07DetectorMessenger.cc (modified) (1 diff)
-
ExN07ParallelWorld.cc (modified) (1 diff)
-
ExN07PhysicsList.cc (modified) (1 diff)
-
ExN07PrimaryGeneratorAction.cc (modified) (1 diff)
-
ExN07Run.cc (modified) (1 diff)
-
ExN07RunAction.cc (modified) (3 diffs)
-
ExN07SteppingVerbose.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/novice/N07/src/ExN07DetectorConstruction.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 // -
trunk/examples/novice/N07/src/ExN07DetectorMessenger.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 -
trunk/examples/novice/N07/src/ExN07ParallelWorld.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 // -
trunk/examples/novice/N07/src/ExN07PhysicsList.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 -
trunk/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 -
trunk/examples/novice/N07/src/ExN07Run.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30 -
trunk/examples/novice/N07/src/ExN07RunAction.cc
r807 r1230 25 25 // 26 26 // 27 // $Id: ExN07RunAction.cc,v 1. 7 2007/05/04 01:49:28 asaim Exp $28 // GEANT4 tag $Name: geant4-09-0 1-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 $ 29 29 // 30 30 … … 116 116 << "------------------------------------------------------------" << G4endl; 117 117 G4cout << "Scores in parallel geometry" << G4endl; 118 G4cout << "layer eDep/evt nGamma/evt nElec/evt nPosi/evt stepLen/evtnStep/evt"118 G4cout << "layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt" 119 119 << G4endl; 120 120 for(size_t k=0;k<20;k++) 121 121 { 122 G4cout << " "<< k;122 G4cout << std::setw(8) << k; 123 123 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; } 125 125 G4cout << G4endl; 126 126 } … … 128 128 << "############################################################" << G4endl; 129 129 } 130 G4cout << "CPU Time spent by each region" << G4cout; 130 131 ExN07SteppingVerbose* sv = (ExN07SteppingVerbose*)(G4VSteppingVerbose::GetInstance()); 131 132 sv->Report(); -
trunk/examples/novice/N07/src/ExN07SteppingVerbose.cc
r807 r1230 26 26 // 27 27 // $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 $ 29 29 // 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
