1 |
formato |
1.1 |
* |
2 |
|
|
* $Id: gpphit.inc,v 1.5 2009-06-12 18:39:53 pam-rm2 Exp $ |
3 |
|
|
* |
4 |
|
|
* $Log: gpphit.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.6 2006/05/11 00:16:06 cafagna |
43 |
|
|
* A bug in hits retrival for calorimeter |
44 |
|
|
* |
45 |
|
|
* Revision 3.5 2006/04/10 17:16:12 bruno |
46 |
|
|
* Few modification to the hit retrival, MAX hit for CARD updated |
47 |
|
|
* |
48 |
|
|
* Revision 3.4 2006/04/09 23:28:59 cafagna |
49 |
|
|
* Several new things, among this: ND and CARD |
50 |
|
|
* |
51 |
|
|
* Revision 3.3 2005/12/20 12:21:04 cafagna |
52 |
|
|
* gpnd directory added along with ND files |
53 |
|
|
* |
54 |
|
|
* Revision 3.2 2005/06/21 02:42:16 cafagna |
55 |
|
|
* Major modification to the geometry and to the random number chain |
56 |
|
|
* |
57 |
|
|
* Revision 3.1.1.1 2002/07/11 16:02:00 cafagna |
58 |
|
|
* First GPAMELA release on CVS |
59 |
|
|
* |
60 |
|
|
* |
61 |
|
|
* |
62 |
|
|
* gpphit.inc |
63 |
|
|
* |
64 |
|
|
*CMZ : 3.00/00 25/01/2002 17.51.09 by Marialuigia Ambriola |
65 |
|
|
*CMZ : 2.01/00 06/03/2000 18.04.25 by Francesco Cafagna |
66 |
|
|
*CMZ : 2.00/00 29/02/2000 17.19.56 by Francesco Cafagna |
67 |
|
|
*CMZ : 1.02/00 22/10/99 15.38.16 by Francesco Cafagna |
68 |
|
|
*CMZ : 1.01/00 22/05/96 12.52.18 by Francesco Cafagna |
69 |
|
|
*CMZ : 1.00/02 04/04/96 15.41.47 by Francesco Cafagna |
70 |
|
|
*-- Author : Francesco Cafagna 13/02/96 |
71 |
|
|
* |
72 |
|
|
* Parameter for the GPHIT common block |
73 |
|
|
* NOTE: REMEMBER !!!!! IF SOME CHANGES ARE MADE IN NHMXXX YOU HAVE TO |
74 |
|
|
* MODIFY THE HBNAME CALLS ACCORDINGLY IN THE GPHBK ROUTINE |
75 |
|
|
* |
76 |
|
|
*ML: |
77 |
|
|
*NOTE: YOU MUST NOT MODIFY THE HBNAME CALLS IN THE GPHBK ROUTINE ONLY IF |
78 |
|
|
* CHANGES ARE MADE NHMCAL!!!!! |
79 |
|
|
* THIS UPDATE IS MADE AUTOMATICALLY!!!!!! |
80 |
|
|
*END ML. |
81 |
|
|
* |
82 |
|
|
C ML: |
83 |
|
|
C PARAMETER (NHTOF=11,NHTRD=10,NHCAT=11,NHCAS=11, |
84 |
|
|
C + NHSPE=10,NHCAL=4) |
85 |
|
|
#if !defined(GPAMELA_GARFIELD) |
86 |
|
|
PARAMETER (NHTOF=11,NHTRD=12,NHCAT=11,NHCAS=11, |
87 |
|
|
+ NHSPE=10,NHCAL=4,NHCALI=2,NHND=11,NHCARD=11) |
88 |
|
|
#endif |
89 |
|
|
#if defined(GPAMELA_GARFIELD) |
90 |
|
|
PARAMETER (NHTOF=11,NHTRD=14,NHCAT=11,NHCAS=11, |
91 |
|
|
+ NHSPE=10,NHCAL=4,NHCALI=2,NHND=11,NHCARD=11) |
92 |
|
|
#endif |
93 |
|
|
C END ML. |
94 |
|
|
PARAMETER (NHREF=11,NHMTOF=100,NHMCAT=50,NHMCAS=50, |
95 |
|
|
*ML: |
96 |
|
|
* + NHMTRD=100,NHMSPE=100,NHMCAL=1000,NVMAX=6) |
97 |
|
|
+ NHMTRD=200,NHMSPE=100,NHMCALI=4224,NHMCAL=1500, |
98 |
|
|
+ NHMND=200,NHMCARD=100,NVMAX=6) |
99 |
|
|
*END ML. |
100 |
|
|
* |