Changeset 609 for trunk/geant4/N03/src
- Timestamp:
- Nov 16, 2007, 11:59:21 AM (18 years ago)
- Location:
- trunk/geant4/N03/src
- Files:
-
- 10 edited
-
ExN03DetectorConstruction.cc (modified) (1 diff)
-
ExN03DetectorMessenger.cc (modified) (1 diff)
-
ExN03EventAction.cc (modified) (1 diff)
-
ExN03EventActionMessenger.cc (modified) (1 diff)
-
ExN03PhysicsList.cc (modified) (5 diffs)
-
ExN03PrimaryGeneratorAction.cc (modified) (1 diff)
-
ExN03PrimaryGeneratorMessenger.cc (modified) (1 diff)
-
ExN03RunAction.cc (modified) (1 diff)
-
ExN03SteppingAction.cc (modified) (1 diff)
-
ExN03SteppingVerbose.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/N03/src/ExN03DetectorConstruction.cc
r483 r609 26 26 // 27 27 // $Id: ExN03DetectorConstruction.cc,v 1.23 2006/06/29 17:48:54 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03DetectorMessenger.cc
r483 r609 26 26 // 27 27 // $Id: ExN03DetectorMessenger.cc,v 1.10 2006/06/29 17:48:58 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03EventAction.cc
r483 r609 26 26 // 27 27 // $Id: ExN03EventAction.cc,v 1.28 2006/10/26 14:30:05 allison Exp $ 28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03EventActionMessenger.cc
r483 r609 26 26 // 27 27 // $Id: ExN03EventActionMessenger.cc,v 1.12 2006/10/26 14:28:00 allison Exp $ 28 // GEANT4 tag $Name: geant4-08-02-patch-01-ref$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03PhysicsList.cc
r483 r609 25 25 // 26 26 // 27 // $Id: ExN03PhysicsList.cc,v 1.2 0 2006/06/29 17:49:05 gunterExp $28 // GEANT4 tag $Name: geant4-08-01-patch-01$27 // $Id: ExN03PhysicsList.cc,v 1.21 2007/07/02 13:22:08 vnivanch Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 // … … 42 42 ExN03PhysicsList::ExN03PhysicsList(): G4VUserPhysicsList() 43 43 { 44 defaultCutValue = 1.0*mm;45 SetVerboseLevel(1);44 defaultCutValue = 1.0*mm; 45 SetVerboseLevel(1); 46 46 } 47 47 … … 119 119 void ExN03PhysicsList::ConstructBaryons() 120 120 { 121 // barions121 // barions 122 122 G4Proton::ProtonDefinition(); 123 123 G4AntiProton::AntiProtonDefinition(); … … 133 133 AddTransportation(); 134 134 ConstructEM(); 135 Construct General();135 ConstructDecay(); 136 136 } 137 137 … … 205 205 #include "G4Decay.hh" 206 206 207 void ExN03PhysicsList::Construct General()207 void ExN03PhysicsList::ConstructDecay() 208 208 { 209 209 // Add Decay Process 210 G4Decay* theDecayProcess = new G4Decay();210 G4Decay* theDecayProcess = new G4Decay(); 211 211 theParticleIterator->reset(); 212 212 while( (*theParticleIterator)() ){ -
trunk/geant4/N03/src/ExN03PrimaryGeneratorAction.cc
r483 r609 26 26 // 27 27 // $Id: ExN03PrimaryGeneratorAction.cc,v 1.8 2006/06/29 17:49:07 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03PrimaryGeneratorMessenger.cc
r483 r609 26 26 // 27 27 // $Id: ExN03PrimaryGeneratorMessenger.cc,v 1.9 2006/06/29 17:49:09 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03RunAction.cc
r483 r609 26 26 // 27 27 // $Id: ExN03RunAction.cc,v 1.18 2006/06/29 17:49:11 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/geant4/N03/src/ExN03SteppingAction.cc
r483 r609 26 26 // 27 27 // $Id: ExN03SteppingAction.cc,v 1.15 2006/06/29 17:49:13 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 // -
trunk/geant4/N03/src/ExN03SteppingVerbose.cc
r483 r609 26 26 // 27 27 // $Id: ExN03SteppingVerbose.cc,v 1.13 2006/06/29 17:49:16 gunter Exp $ 28 // GEANT4 tag $Name: geant4-08-01-patch-01$28 // GEANT4 tag $Name: $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Note:
See TracChangeset
for help on using the changeset viewer.
