Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.20 2006/10/26 15:19:21 maire Exp $
|
||||
$Id: History,v 1.21 2007/07/27 17:52:04 vnivanch Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -15,6 +15,9 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
27-07-07 V.Ivant (testem10-V09-00-00)
|
||||
- Create VisManager only for interactive session, improve destructor
|
||||
of Em10DetectorConstruction class
|
||||
|
||||
25-10-06 mma (testem10-V08-01-00)
|
||||
- GNUmakefile : LOADLIBS
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: TestEm10.cc,v 1.8 2006/08/16 15:58:32 grichine Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// $Id: TestEm10.cc,v 1.9 2007/07/27 17:52:04 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "Em10EventAction.hh"
|
||||
#include "Em10SteppingAction.hh"
|
||||
#include "Em10SteppingVerbose.hh"
|
||||
#include "Em10TrackingAction.hh"
|
||||
#include "Em10TrackingAction.hh"
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
@@ -83,16 +83,10 @@ int main(int argc,char** argv)
|
||||
runManager->SetUserInitialization(new Em10PhysicsList(detector));
|
||||
|
||||
#ifdef G4VIS_USE
|
||||
|
||||
// visualization manager
|
||||
|
||||
G4VisManager* visManager = new G4VisExecutive;
|
||||
visManager->Initialize();
|
||||
|
||||
G4VisManager* visManager = 0;
|
||||
#endif
|
||||
|
||||
// set user action classes
|
||||
|
||||
runManager->SetUserAction(new Em10PrimaryGeneratorAction(detector));
|
||||
|
||||
Em10RunAction* runAction = new Em10RunAction;
|
||||
@@ -112,31 +106,28 @@ int main(int argc,char** argv)
|
||||
runManager->SetUserAction( new Em10TrackingAction );
|
||||
|
||||
|
||||
|
||||
//Initialize G4 kernel, physics tables ...
|
||||
|
||||
// runManager->Initialize();
|
||||
|
||||
// get the pointer to the User Interface manager
|
||||
|
||||
G4UImanager* UI = G4UImanager::GetUIpointer();
|
||||
|
||||
if (argc==1) // Define UI terminal for interactive mode
|
||||
{
|
||||
G4UIsession * session = new G4UIterminal;
|
||||
UI->ApplyCommand("/control/execute init.mac");
|
||||
session->SessionStart();
|
||||
delete session;
|
||||
}
|
||||
{
|
||||
#ifdef G4VIS_USE
|
||||
visManager = new G4VisExecutive;
|
||||
visManager->Initialize();
|
||||
#endif
|
||||
|
||||
G4UIsession * session = new G4UIterminal;
|
||||
UI->ApplyCommand("/control/execute init.mac");
|
||||
session->SessionStart();
|
||||
delete session;
|
||||
}
|
||||
else // Batch mode
|
||||
{
|
||||
G4String command = "/control/execute ";
|
||||
G4String fileName = argv[1];
|
||||
UI->ApplyCommand(command+fileName);
|
||||
}
|
||||
{
|
||||
G4String command = "/control/execute ";
|
||||
G4String fileName = argv[1];
|
||||
UI->ApplyCommand(command+fileName);
|
||||
}
|
||||
|
||||
// job termination
|
||||
|
||||
#ifdef G4VIS_USE
|
||||
delete visManager;
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
**********************************************
|
||||
Geant4 version $Name: geant4-09-00 $
|
||||
Geant4 version $Name: geant4-09-01 $
|
||||
(13-Dec-2002)
|
||||
Copyright : Geant4 Collaboration
|
||||
**********************************************
|
||||
|
||||
@@ -1,41 +1,11 @@
|
||||
|
||||
*************************************************************
|
||||
Geant4 version Name: geant4-09-00-cand-03 (29-June-2007)
|
||||
Geant4 version Name: global-V09-00-02 (14-December-2007)
|
||||
Copyright : Geant4 Collaboration
|
||||
Reference : NIM A 506 (2003), 250-303
|
||||
WWW : http://cern.ch/geant4
|
||||
*************************************************************
|
||||
|
||||
Visualization Manager instantiating...
|
||||
Visualization Manager initialising...
|
||||
Registering graphics systems...
|
||||
|
||||
You have successfully registered the following graphics systems.
|
||||
Current available graphics systems are:
|
||||
ASCIITree (ATree)
|
||||
DAWNFILE (DAWNFILE)
|
||||
G4HepRep (HepRepXML)
|
||||
G4HepRepFile (HepRepFile)
|
||||
RayTracer (RayTracer)
|
||||
VRML1FILE (VRML1FILE)
|
||||
VRML2FILE (VRML2FILE)
|
||||
|
||||
Registering model factories...
|
||||
|
||||
You have successfully registered the following model factories.
|
||||
Registered model factories:
|
||||
generic
|
||||
drawByCharge
|
||||
drawByParticleID
|
||||
drawByOriginVolume
|
||||
drawByAttribute
|
||||
|
||||
Registered filter factories:
|
||||
chargeFilter
|
||||
particleFilter
|
||||
originVolumeFilter
|
||||
attributeFilter
|
||||
|
||||
hist file = g4.p11
|
||||
Nb of bins in Edep plot = 65
|
||||
Elow in the Edep plot = 0
|
||||
@@ -56,7 +26,7 @@ fRadiatorMat = radiatorMat
|
||||
WorldMaterial = Air
|
||||
|
||||
XTR model = transpM
|
||||
the number of TR radiator plates = 220
|
||||
### G4VXTRenergyLoss: the number of TR radiator plates = 220
|
||||
total radiator thickness = 5.94 cm
|
||||
plate material = Mylar
|
||||
gas material = Air
|
||||
@@ -96,7 +66,7 @@ eIoni: tables are built for e-
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Delta cross sections and sampling from MollerBhabha model
|
||||
Good description from 1 KeV to 100 GeV.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
eBrem: tables are built for e-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -107,16 +77,16 @@ eBrem: tables are built for e-
|
||||
Lorentz Factor XTR photon number
|
||||
|
||||
107.6 0.0003511
|
||||
123.4 0.0006268
|
||||
123.4 0.0006267
|
||||
141.5 0.00108
|
||||
162.3 0.001512
|
||||
186.2 0.002884
|
||||
213.7 0.004693
|
||||
245.2 0.006089
|
||||
281.3 0.009624
|
||||
281.3 0.009623
|
||||
322.9 0.01836
|
||||
370.5 0.03094
|
||||
425.3 0.04305
|
||||
425.3 0.04304
|
||||
488.2 0.05196
|
||||
560.3 0.06382
|
||||
643.2 0.08555
|
||||
@@ -157,7 +127,7 @@ Lorentz Factor XTR photon number
|
||||
8.085e+04 3.149
|
||||
9.283e+04 3.149
|
||||
|
||||
total time for build X-ray TR energy loss tables = 0.94 s
|
||||
total time for build X-ray TR energy loss tables = 1.04 s
|
||||
|
||||
SynRad: Incoherent Synchrotron Radiation
|
||||
good description for long magnets at all energies
|
||||
@@ -167,7 +137,7 @@ eIoni: tables are built for e+
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Delta cross sections and sampling from MollerBhabha model
|
||||
Good description from 1 KeV to 100 GeV.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
eBrem: tables are built for e+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -182,16 +152,16 @@ annihil: Sampling according eplus2gg model
|
||||
Lorentz Factor XTR photon number
|
||||
|
||||
107.6 0.0003511
|
||||
123.4 0.0006268
|
||||
123.4 0.0006267
|
||||
141.5 0.00108
|
||||
162.3 0.001512
|
||||
186.2 0.002884
|
||||
213.7 0.004693
|
||||
245.2 0.006089
|
||||
281.3 0.009624
|
||||
281.3 0.009623
|
||||
322.9 0.01836
|
||||
370.5 0.03094
|
||||
425.3 0.04305
|
||||
425.3 0.04304
|
||||
488.2 0.05196
|
||||
560.3 0.06382
|
||||
643.2 0.08555
|
||||
@@ -232,7 +202,7 @@ Lorentz Factor XTR photon number
|
||||
8.085e+04 3.149
|
||||
9.283e+04 3.149
|
||||
|
||||
total time for build X-ray TR energy loss tables = 0.94 s
|
||||
total time for build X-ray TR energy loss tables = 1.05 s
|
||||
|
||||
msc: Model variant of multiple scattering for proton
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -245,7 +215,7 @@ hIoni: tables are built for proton
|
||||
Scaling relation is used from proton dE/dx and range.
|
||||
Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
|
||||
Parametrisation from Bragg for protons below.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
msc: Model variant of multiple scattering for mu+
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -257,7 +227,7 @@ muIoni: tables are built for mu+
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
muBrems: tables are built for mu+
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -274,7 +244,7 @@ muIoni: tables are built for mu-
|
||||
Lambda tables from threshold to 100 TeV in 120 bins.
|
||||
Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
|
||||
radiative corrections for E > 1 GeV
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
muBrems: tables are built for mu-
|
||||
dE/dx and range tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -292,7 +262,7 @@ hIoni: tables are built for pi+
|
||||
Scaling relation is used from proton dE/dx and range.
|
||||
Delta cross sections and sampling from BetheBloch model for scaled energy > 0.297504 MeV
|
||||
Parametrisation from Bragg for protons below.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
msc: Model variant of multiple scattering for pi-
|
||||
Lambda tables from 100 eV to 100 TeV in 120 bins.
|
||||
@@ -305,7 +275,7 @@ hIoni: tables are built for pi-
|
||||
Scaling relation is used from proton dE/dx and range.
|
||||
Delta cross sections and sampling from BetheBloch model for scaled energy > 0.297504 MeV
|
||||
Parametrisation from Bragg for protons below.
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1
|
||||
Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
|
||||
|
||||
========= Table of registered couples ==============================
|
||||
|
||||
@@ -338,34 +308,32 @@ Index : 2 used in the geometry : Yes recalculation needed : No
|
||||
Initial seed (index) = 0
|
||||
Current couple of seeds = 9876, 54321
|
||||
----------------------------------------
|
||||
WARNING: Scene "refresh" not found.
|
||||
/vis/scene/list to see scenes.
|
||||
Start Run processing.
|
||||
|
||||
---> Begin of Event: 0
|
||||
Run terminated.
|
||||
Run Summary
|
||||
Number of events processed : 1000
|
||||
User=58.9s Real=62.83s Sys=3.91s
|
||||
User=41.54s Real=42.67s Sys=1.11s
|
||||
================== run summary =====================
|
||||
end of Run TotNbofEvents = 1000
|
||||
mean charged track length in absorber=102.367 +- 1.84321 mm
|
||||
mean charged track length in absorber=43.8791 +- 0.504856 mm
|
||||
|
||||
mean energy deposit in absorber=0.0509725 +- 0.000788754 MeV
|
||||
mean energy deposit in absorber=0.0518824 +- 0.000873635 MeV
|
||||
|
||||
mean number of steps in absorber (charged) =49.275 +- 1.3154
|
||||
mean number of steps in absorber (neutral) =2.909 +- 0.0538398
|
||||
mean number of steps in absorber (charged) =8.695 +- 0.236808
|
||||
mean number of steps in absorber (neutral) =2.832 +- 0.0524574
|
||||
|
||||
mean number of charged secondaries = 3.616 +- 0.0743811
|
||||
mean number of charged secondaries = 3.608 +- 0.0792864
|
||||
|
||||
mean number of neutral secondaries = 0.135 +- 0.0115228
|
||||
mean number of neutral secondaries = 0.044 +- 0.00648568
|
||||
|
||||
mean number of e-s =3.616 and e+s =0
|
||||
mean number of e-s =3.608 and e+s =0
|
||||
|
||||
(number) transmission coeff=0.542 reflection coeff=0.07
|
||||
(number) transmission coeff=0.498 reflection coeff=0.024
|
||||
|
||||
energy deposit distribution
|
||||
#entries=1000 #underflows=0 #overflows=50
|
||||
#entries=1000 #underflows=0 #overflows=46
|
||||
bin nb Elow entries normalized
|
||||
0 0 0 0
|
||||
1 1.53846 0 0
|
||||
@@ -375,71 +343,70 @@ Run Summary
|
||||
5 7.69231 0 0
|
||||
6 9.23077 0 0
|
||||
7 10.7692 0 0
|
||||
8 12.3077 3 0.003
|
||||
8 12.3077 1 0.001
|
||||
9 13.8462 1 0.001
|
||||
10 15.3846 4 0.004
|
||||
11 16.9231 10 0.01
|
||||
12 18.4615 21 0.021
|
||||
13 20 21 0.021
|
||||
14 21.5385 18 0.018
|
||||
15 23.0769 22 0.022
|
||||
16 24.6154 21 0.021
|
||||
17 26.1538 32 0.032
|
||||
18 27.6923 30 0.03
|
||||
19 29.2308 23 0.023
|
||||
20 30.7692 25 0.025
|
||||
21 32.3077 35 0.035
|
||||
22 33.8462 26 0.026
|
||||
23 35.3846 32 0.032
|
||||
24 36.9231 30 0.03
|
||||
10 15.3846 10 0.01
|
||||
11 16.9231 18 0.018
|
||||
12 18.4615 15 0.015
|
||||
13 20 13 0.013
|
||||
14 21.5385 23 0.023
|
||||
15 23.0769 24 0.024
|
||||
16 24.6154 29 0.029
|
||||
17 26.1538 18 0.018
|
||||
18 27.6923 23 0.023
|
||||
19 29.2308 27 0.027
|
||||
20 30.7692 34 0.034
|
||||
21 32.3077 18 0.018
|
||||
22 33.8462 35 0.035
|
||||
23 35.3846 26 0.026
|
||||
24 36.9231 38 0.038
|
||||
25 38.4615 27 0.027
|
||||
26 40 32 0.032
|
||||
27 41.5385 27 0.027
|
||||
28 43.0769 25 0.025
|
||||
29 44.6154 28 0.028
|
||||
30 46.1538 37 0.037
|
||||
31 47.6923 25 0.025
|
||||
32 49.2308 31 0.031
|
||||
33 50.7692 23 0.023
|
||||
34 52.3077 31 0.031
|
||||
35 53.8462 16 0.016
|
||||
36 55.3846 22 0.022
|
||||
37 56.9231 28 0.028
|
||||
38 58.4615 17 0.017
|
||||
39 60 19 0.019
|
||||
26 40 26 0.026
|
||||
27 41.5385 24 0.024
|
||||
28 43.0769 26 0.026
|
||||
29 44.6154 30 0.03
|
||||
30 46.1538 31 0.031
|
||||
31 47.6923 23 0.023
|
||||
32 49.2308 23 0.023
|
||||
33 50.7692 26 0.026
|
||||
34 52.3077 32 0.032
|
||||
35 53.8462 25 0.025
|
||||
36 55.3846 26 0.026
|
||||
37 56.9231 26 0.026
|
||||
38 58.4615 15 0.015
|
||||
39 60 23 0.023
|
||||
40 61.5385 16 0.016
|
||||
41 63.0769 17 0.017
|
||||
42 64.6154 17 0.017
|
||||
43 66.1538 10 0.01
|
||||
44 67.6923 7 0.007
|
||||
45 69.2308 11 0.011
|
||||
46 70.7692 12 0.012
|
||||
47 72.3077 8 0.008
|
||||
48 73.8462 7 0.007
|
||||
49 75.3846 14 0.014
|
||||
50 76.9231 11 0.011
|
||||
41 63.0769 14 0.014
|
||||
42 64.6154 14 0.014
|
||||
43 66.1538 14 0.014
|
||||
44 67.6923 13 0.013
|
||||
45 69.2308 20 0.02
|
||||
46 70.7692 16 0.016
|
||||
47 72.3077 7 0.007
|
||||
48 73.8462 9 0.009
|
||||
49 75.3846 9 0.009
|
||||
50 76.9231 4 0.004
|
||||
51 78.4615 10 0.01
|
||||
52 80 6 0.006
|
||||
53 81.5385 7 0.007
|
||||
54 83.0769 8 0.008
|
||||
55 84.6154 4 0.004
|
||||
56 86.1538 8 0.008
|
||||
57 87.6923 5 0.005
|
||||
58 89.2308 6 0.006
|
||||
59 90.7692 2 0.002
|
||||
60 92.3077 5 0.005
|
||||
61 93.8462 3 0.003
|
||||
62 95.3846 8 0.008
|
||||
63 96.9231 3 0.003
|
||||
64 98.4615 3 0.003
|
||||
52 80 11 0.011
|
||||
53 81.5385 6 0.006
|
||||
54 83.0769 6 0.006
|
||||
55 84.6154 10 0.01
|
||||
56 86.1538 7 0.007
|
||||
57 87.6923 4 0.004
|
||||
58 89.2308 5 0.005
|
||||
59 90.7692 6 0.006
|
||||
60 92.3077 3 0.003
|
||||
61 93.8462 2 0.002
|
||||
62 95.3846 3 0.003
|
||||
63 96.9231 4 0.004
|
||||
64 98.4615 5 0.005
|
||||
|
||||
Emp = 0.0461538 width= 0.0415385 MeV
|
||||
Emp = 0.0369231 width= 0.0476923 MeV
|
||||
|
||||
ERROR: G4VisCommandsViewerUpdate::SetNewValue: no current viewer.
|
||||
|
||||
--------- Ranecu engine status ---------
|
||||
Initial seed (index) = 0
|
||||
Current couple of seeds = 1121803273, 1592404030
|
||||
Current couple of seeds = 1475465879, 1720338131
|
||||
----------------------------------------
|
||||
|
||||
========= Table of registered couples ==============================
|
||||
@@ -467,6 +434,4 @@ Index : 2 used in the geometry : Yes recalculation needed : No
|
||||
|
||||
====================================================================
|
||||
|
||||
Graphics systems deleted.
|
||||
Visualization Manager deleting...
|
||||
G4 kernel has come to Quit state.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10CalorHit.hh,v 1.4 2006/06/29 16:37:41 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10CalorimeterSD.hh,v 1.3 2006/06/29 16:37:43 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10DetectorConstruction.hh,v 1.19 2006/06/29 16:37:46 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10DetectorMessenger.hh,v 1.7 2006/06/29 16:37:48 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10EventAction.hh,v 1.3 2006/06/29 16:37:51 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10EventActionMessenger.hh,v 1.3 2006/06/29 16:37:53 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PhysicsList.hh,v 1.11 2006/06/29 16:37:57 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
#ifndef Em10PhysicsList_h
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PhysicsListMessenger.hh,v 1.7 2006/06/29 16:37:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PrimaryGeneratorAction.hh,v 1.3 2006/06/29 16:38:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PrimaryGeneratorMessenger.hh,v 1.3 2006/06/29 16:38:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10RunAction.hh,v 1.5 2006/06/29 16:38:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
//
|
||||
// $Id: Em10RunMessenger.hh,v 1.3 2006/06/29 16:38:09 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10StepCut.hh,v 1.5 2006/06/29 16:38:12 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingAction.hh,v 1.3 2006/06/29 16:38:14 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingMessenger.hh,v 1.3 2006/06/29 16:38:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingVerbose.hh,v 1.3 2006/06/29 16:38:19 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: StepMax.hh,v 1.2 2006/06/29 16:38:24 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: TRTDetectorConstruction.hh,v 1.3 2006/06/29 16:38:27 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: TRTMaterials.hh,v 1.3 2006/06/29 16:38:29 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10CalorHit.cc,v 1.4 2006/06/29 16:38:31 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10CalorimeterSD.cc,v 1.4 2006/06/29 16:38:33 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: Em10DetectorConstruction.cc,v 1.31 2006/06/29 16:38:36 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// $Id: Em10DetectorConstruction.cc,v 1.32 2007/07/27 17:52:04 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -82,6 +82,7 @@ Em10DetectorConstruction::Em10DetectorConstruction()
|
||||
Em10DetectorConstruction::~Em10DetectorConstruction()
|
||||
{
|
||||
delete fDetectorMessenger;
|
||||
delete fMat;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10DetectorMessenger.cc,v 1.11 2006/06/29 16:38:38 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10EventAction.cc,v 1.6 2006/06/29 16:38:41 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10EventActionMessenger.cc,v 1.4 2006/06/29 16:38:44 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PhysicsList.cc,v 1.24 2006/06/29 16:38:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
#include "Em10PhysicsList.hh"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PhysicsListMessenger.cc,v 1.9 2006/06/29 16:38:52 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PrimaryGeneratorAction.cc,v 1.6 2006/06/29 16:38:55 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10PrimaryGeneratorMessenger.cc,v 1.4 2006/06/29 16:38:57 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10RunAction.cc,v 1.9 2006/06/29 16:38:59 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10RunMessenger.cc,v 1.5 2006/06/29 16:39:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10StepCut.cc,v 1.3 2006/06/29 16:39:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
#include "Em10StepCut.hh"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingAction.cc,v 1.6 2006/06/29 16:39:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingMessenger.cc,v 1.4 2006/06/29 16:39:09 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: Em10SteppingVerbose.cc,v 1.6 2006/06/29 16:39:12 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: StepMax.cc,v 1.2 2006/06/29 16:39:16 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user