1 |
formato |
1.1 |
* |
2 |
|
|
* $Id: gpkey.inc,v 1.5 2009-06-12 18:39:53 pam-rm2 Exp $ |
3 |
|
|
* |
4 |
|
|
* $Log: gpkey.inc,v $ |
5 |
|
|
* Revision 1.5 2009-06-12 18:39:53 pam-rm2 |
6 |
|
|
* - Introduced user-defined names of output files and random seeds number. |
7 |
|
|
* Users can do it use options of PamVMCApplication constructor: |
8 |
|
|
* PamVMCApplication(const char* name, const char *title, const char* |
9 |
|
|
* filename="pamtest", Int_t seed=0). |
10 |
|
|
* The Random object that I use is TRandom3 object which has astronomical |
11 |
|
|
* large period (in case of default initialization 0). All random generators |
12 |
|
|
* in the code use this object by calling of gRandom singleton which keeps |
13 |
|
|
* it. |
14 |
|
|
* |
15 |
|
|
* - Corrected TOF digitization routine. No problems with TDC hits due to |
16 |
|
|
* hadronic interactions anymore. |
17 |
|
|
* |
18 |
|
|
* - Some small changes was done to compile code under Root 5.23. + |
19 |
|
|
* geant4_vmc v. 2.6 without any warnings |
20 |
|
|
* |
21 |
|
|
* - Some classes of PamG4RunConfiguartion was changed for geant4_vmc v. |
22 |
|
|
* 2.6.Some obsolete classes was deleted as soon as developers implemented |
23 |
|
|
* regions. |
24 |
|
|
* |
25 |
|
|
* - Navigation was changed from "geomRootToGeant4" to "geomRoot", because on |
26 |
|
|
* VMC web page written that as soon as Geant4 has no option ONLY/MANY |
27 |
|
|
* translation of overlapped geometry to Geant4 through VGM could be wrong. |
28 |
|
|
* I'd like to stay with Root navigation: |
29 |
|
|
* http://root.cern.ch/root/vmc/Geant4VMC.html. This should be default |
30 |
|
|
* option. |
31 |
|
|
* |
32 |
|
|
* - New Tracker digitization routine written by Sergio was implemented |
33 |
|
|
* |
34 |
|
|
* - PamVMC again became compatible with geant4_vmc v.2.5 and ROOT 5.20. |
35 |
|
|
* The problem was that ROOT developers introduced in TVirtualMC class a new |
36 |
|
|
* method SetMagField and new base class:TVirtualMagField from which |
37 |
|
|
* user-defined classes shoukd be derived |
38 |
|
|
* |
39 |
|
|
* Revision 1.1 2009-02-19 17:46:24 nikolas |
40 |
|
|
* Cleaning up before releasing |
41 |
|
|
* |
42 |
|
|
* Revision 3.14 2008/01/29 18:25:16 pamela |
43 |
|
|
* Review of the shell and TOF geometries. New materials around the shell |
44 |
|
|
* added to simulate the insulation. |
45 |
|
|
* |
46 |
|
|
* Revision 3.13 2007/10/02 17:58:31 cafagna |
47 |
|
|
* Power law spectra introduced |
48 |
|
|
* |
49 |
|
|
* Revision 3.12 2006/11/30 12:29:14 cafagna |
50 |
|
|
* CARD geometry updated. New S1 "table", legs included, added. Top magnetic screen has been added as well. |
51 |
|
|
* |
52 |
|
|
* Revision 3.11 2006/11/10 11:39:34 pam-ba |
53 |
|
|
* S2 and S1 z-positions corrected, He3 and plystyrene mixture added, Top Plate geometry simulated and titanium mixture added. |
54 |
|
|
* |
55 |
|
|
* Revision 3.10 2006/10/13 16:36:58 pam-ba |
56 |
|
|
* Added a new material, the cadmium, for ND |
57 |
|
|
* |
58 |
|
|
* Revision 3.9 2006/05/18 10:52:32 pam-ba |
59 |
|
|
* TOF geometry completed and a new material, the polystyrene (density 35 g/l), added |
60 |
|
|
* |
61 |
|
|
* Revision 3.8 2006/05/02 11:46:13 pam-ba |
62 |
|
|
* TOF geometry and position updated and a new material, the mylar, added |
63 |
|
|
* |
64 |
|
|
* Revision 3.7 2006/04/10 11:07:43 cafagna |
65 |
|
|
* GEN data card updated, ZDGEN added |
66 |
|
|
* |
67 |
|
|
* Revision 3.6 2006/04/09 23:28:58 cafagna |
68 |
|
|
* Several new things, among this: ND and CARD |
69 |
|
|
* |
70 |
|
|
* Revision 3.5 2005/12/20 12:21:04 cafagna |
71 |
|
|
* gpnd directory added along with ND files |
72 |
|
|
* |
73 |
|
|
* Revision 3.4 2005/12/14 03:16:06 cafagna |
74 |
|
|
* Neutron detector added. Geometry and GPCALOR package |
75 |
|
|
* |
76 |
|
|
* Revision 3.3 2005/06/21 02:42:15 cafagna |
77 |
|
|
* Major modification to the geometry and to the random number chain |
78 |
|
|
* |
79 |
|
|
* Revision 3.2 2002/12/05 10:17:42 pamela |
80 |
|
|
* Update CAS and CALO geometries and positions. Makefile updated as well |
81 |
|
|
* |
82 |
|
|
* Revision 3.1.1.1 2002/07/11 16:01:59 cafagna |
83 |
|
|
* First GPAMELA release on CVS |
84 |
|
|
* |
85 |
|
|
* |
86 |
|
|
* |
87 |
|
|
* gpkey.inc |
88 |
|
|
* |
89 |
|
|
* 14/04/2005 13:15 by Marialuigia Ambriola |
90 |
|
|
* 03/10/2002 10.46.12 by Jens Lund |
91 |
|
|
*CMZ : 3.00/00 01/05/2001 16.02.39 by Marialuigia Ambriola |
92 |
|
|
*CMZ : 2.03/00 06/11/2000 01.58.14 by Francesco Cafagna |
93 |
|
|
*CMZ : 2.02/00 12/10/2000 16.08.25 by Francesco Cafagna |
94 |
|
|
*CMZ : 2.01/00 04/04/2000 18.16.35 by Unknown |
95 |
|
|
*CMZ : 2.00/00 01/03/2000 12.57.55 by Francesco Cafagna |
96 |
|
|
*CMZ : 1.02/00 22/10/99 13.28.17 by Francesco Cafagna |
97 |
|
|
*CMZ : 1.01/00 02/05/96 08.57.38 by Francesco Cafagna |
98 |
|
|
*CMZ : 1.00/03 15/04/96 14.56.38 by Francesco Cafagna |
99 |
|
|
*CMZ : 1.00/02 05/04/96 11.38.01 by Francesco Cafagna |
100 |
|
|
*-- Author : Francesco Cafagna 30/11/95 |
101 |
|
|
* COMMON WITH THE USER DEFINITED DATA CARDS |
102 |
|
|
INTEGER FFIELD |