Changeset 1230 for trunk/examples/extended/electromagnetic/TestEm4
- Timestamp:
- Jan 8, 2010, 3:02:48 PM (16 years ago)
- Location:
- trunk/examples/extended/electromagnetic/TestEm4
- Files:
-
- 18 edited
-
GNUmakefile (modified) (2 diffs)
-
TestEm4.cc (modified) (1 diff)
-
include/DetectorConstruction.hh (modified) (1 diff)
-
include/EventAction.hh (modified) (1 diff)
-
include/EventActionMessenger.hh (modified) (1 diff)
-
include/PhysicsList.hh (modified) (1 diff)
-
include/PrimaryGeneratorAction.hh (modified) (1 diff)
-
include/RunAction.hh (modified) (1 diff)
-
include/SteppingAction.hh (modified) (1 diff)
-
include/SteppingVerbose.hh (modified) (1 diff)
-
src/DetectorConstruction.cc (modified) (1 diff)
-
src/EventAction.cc (modified) (1 diff)
-
src/EventActionMessenger.cc (modified) (1 diff)
-
src/PhysicsList.cc (modified) (3 diffs)
-
src/PrimaryGeneratorAction.cc (modified) (1 diff)
-
src/RunAction.cc (modified) (2 diffs)
-
src/SteppingAction.cc (modified) (1 diff)
-
src/SteppingVerbose.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/extended/electromagnetic/TestEm4/GNUmakefile
r807 r1230 1 # $Id: GNUmakefile,v 1.1 4 2006/10/20 16:38:15maire Exp $1 # $Id: GNUmakefile,v 1.15 2008/06/11 22:15:20 maire Exp $ 2 2 # -------------------------------------------------------------- 3 3 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. … … 17 17 #### G4ANALYSIS_USE := true 18 18 19 ifdef G4ANALYSIS_USE20 CPPFLAGS += -DG4ANALYSIS_USE21 endif22 23 19 include $(G4INSTALL)/config/architecture.gmk 24 25 ifdef G4ANALYSIS_USE26 # for the aida-config command see the README file27 CPPFLAGS += `aida-config --include`28 LOADLIBS += `aida-config --lib`29 endif30 20 31 21 include $(G4INSTALL)/config/binmake.gmk -
trunk/examples/extended/electromagnetic/TestEm4/TestEm4.cc
r807 r1230 26 26 // 27 27 // $Id: TestEm4.cc,v 1.12 2007/06/22 09:55:22 maire Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... -
trunk/examples/extended/electromagnetic/TestEm4/include/DetectorConstruction.hh
r807 r1230 26 26 // 27 27 // $Id: DetectorConstruction.hh,v 1.3 2006/06/29 16:53:31 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 -
trunk/examples/extended/electromagnetic/TestEm4/include/EventAction.hh
r807 r1230 26 26 // 27 27 // $Id: EventAction.hh,v 1.2 2006/06/29 16:53:33 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/include/EventActionMessenger.hh
r807 r1230 26 26 // 27 27 // $Id: EventActionMessenger.hh,v 1.3 2006/06/29 16:53:35 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 -
trunk/examples/extended/electromagnetic/TestEm4/include/PhysicsList.hh
r807 r1230 26 26 // 27 27 // $Id: PhysicsList.hh,v 1.2 2006/06/29 16:53:37 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/include/PrimaryGeneratorAction.hh
r807 r1230 26 26 // 27 27 // $Id: PrimaryGeneratorAction.hh,v 1.2 2006/06/29 16:53:40 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/include/RunAction.hh
r807 r1230 25 25 // 26 26 // $Id: RunAction.hh,v 1.7 2006/06/29 16:53:43 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm4/include/SteppingAction.hh
r807 r1230 26 26 // 27 27 // $Id: SteppingAction.hh,v 1.2 2006/06/29 16:53:45 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/include/SteppingVerbose.hh
r807 r1230 26 26 // 27 27 // $Id: SteppingVerbose.hh,v 1.2 2006/06/29 16:53:48 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // This class manages the verbose outputs in G4SteppingManager. -
trunk/examples/extended/electromagnetic/TestEm4/src/DetectorConstruction.cc
r807 r1230 26 26 // 27 27 // $Id: DetectorConstruction.cc,v 1.3 2006/06/29 16:53:51 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 -
trunk/examples/extended/electromagnetic/TestEm4/src/EventAction.cc
r807 r1230 25 25 // 26 26 // $Id: EventAction.cc,v 1.7 2006/06/29 16:53:57 gunter Exp $ 27 // GEANT4 tag $Name: $27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/examples/extended/electromagnetic/TestEm4/src/EventActionMessenger.cc
r807 r1230 26 26 // 27 27 // $Id: EventActionMessenger.cc,v 1.3 2006/06/29 16:54:15 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/src/PhysicsList.cc
r807 r1230 25 25 // 26 26 // 27 // $Id: PhysicsList.cc,v 1. 6 2006/06/29 16:54:17 gunterExp $28 // GEANT4 tag $Name: $27 // $Id: PhysicsList.cc,v 1.7 2008/04/07 13:09:43 maire Exp $ 28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 … … 95 95 #include "G4PhotoElectricEffect.hh" 96 96 97 #include "G4 MultipleScattering.hh"97 #include "G4eMultipleScattering.hh" 98 98 99 99 #include "G4eIonisation.hh" … … 121 121 //electron 122 122 123 pmanager->AddProcess(new G4 MultipleScattering,-1, 1,1);124 pmanager->AddProcess(new G4eIonisation, -1, 2,2);125 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3);123 pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1); 124 pmanager->AddProcess(new G4eIonisation, -1, 2,2); 125 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3); 126 126 127 127 } else if (particleName == "e+") { 128 128 //positron 129 129 130 pmanager->AddProcess(new G4 MultipleScattering,-1, 1,1);131 pmanager->AddProcess(new G4eIonisation, -1, 2,2);132 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3);133 pmanager->AddProcess(new G4eplusAnnihilation, 0,-1,4);130 pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1); 131 pmanager->AddProcess(new G4eIonisation, -1, 2,2); 132 pmanager->AddProcess(new G4eBremsstrahlung, -1, 3,3); 133 pmanager->AddProcess(new G4eplusAnnihilation, 0,-1,4); 134 134 } 135 135 } -
trunk/examples/extended/electromagnetic/TestEm4/src/PrimaryGeneratorAction.cc
r807 r1230 26 26 // 27 27 // $Id: PrimaryGeneratorAction.cc,v 1.3 2006/06/29 16:54:19 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/src/RunAction.cc
r807 r1230 24 24 // ******************************************************************** 25 25 // 26 // $Id: RunAction.cc,v 1.1 0 2006/06/29 16:54:21 gunterExp $27 // GEANT4 tag $Name: $26 // $Id: RunAction.cc,v 1.11 2008/09/12 18:46:14 maire Exp $ 27 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 28 28 // 29 29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... … … 59 59 G4bool readOnly = false; 60 60 G4bool createNew = true; 61 G4String options = "--noErrors uncompress";62 tree = tf->create("testem4.hbook","hbook",readOnly,createNew, options);63 //tree = tf->create("testem4.root","root",readOnly,createNew, options);61 G4String options = "--noErrors export=root uncompress"; 62 //tree = tf->create("testem4.hbook","hbook",readOnly,createNew, options); 63 tree = tf->create("testem4.root","root",readOnly,createNew, options); 64 64 //tree = tf->create("testem4.XML" ,"XML" ,readOnly,createNew, options); 65 65 delete tf; -
trunk/examples/extended/electromagnetic/TestEm4/src/SteppingAction.cc
r807 r1230 26 26 // 27 27 // $Id: SteppingAction.cc,v 1.2 2006/06/29 16:54:23 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 // -
trunk/examples/extended/electromagnetic/TestEm4/src/SteppingVerbose.cc
r807 r1230 26 26 // 27 27 // $Id: SteppingVerbose.cc,v 1.2 2006/06/29 16:54:26 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-03-cand-01 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Note:
See TracChangeset
for help on using the changeset viewer.
