1 |
|
|
2 |
# |
# |
3 |
# $Id: v_100.txt,v 3.7 2005/10/18 08:24:35 cafagna Exp $ |
# $Id: v_100.txt,v 3.10 2006/04/10 11:07:43 cafagna Exp $ |
4 |
# |
# |
5 |
# $Log: v_100.txt,v $ |
# $Log: v_100.txt,v $ |
6 |
|
# Revision 3.10 2006/04/10 11:07:43 cafagna |
7 |
|
# GEN data card updated, ZDGEN added |
8 |
|
# |
9 |
|
# Revision 3.9 2005/12/14 03:34:40 cafagna |
10 |
|
# An update of the history and inform readme files. |
11 |
|
# |
12 |
|
# Revision 3.8 2005/12/14 03:16:08 cafagna |
13 |
|
# Neutron detector added. Geometry and GPCALOR package |
14 |
|
# |
15 |
# Revision 3.7 2005/10/18 08:24:35 cafagna |
# Revision 3.7 2005/10/18 08:24:35 cafagna |
16 |
# History updated |
# History updated |
17 |
# |
# |
47 |
#CMZ : 1.00/01 28/11/95 18.51.23 by Francesco Cafagna |
#CMZ : 1.00/01 28/11/95 18.51.23 by Francesco Cafagna |
48 |
#-- Author : Francesco Cafagna 28/11/95 |
#-- Author : Francesco Cafagna 28/11/95 |
49 |
|
|
50 |
|
May 2006, Bari & Florence |
51 |
|
|
52 |
|
CAL HIT STRUCTURE BUGS FIXED |
53 |
|
|
54 |
|
The maximum number of hit is now different for the two hit |
55 |
|
structures: CALST and CALI. Vectors inizialization and HBOOK |
56 |
|
ntple booking have been updated. The GPDCAL routine has been fixed |
57 |
|
so to handle the case in wich hits stored are more than the maximum |
58 |
|
number of hit. |
59 |
|
In this case in the ntple up to the maximum number of hits will be stored. |
60 |
|
|
61 |
|
Mar 2006, Bari |
62 |
|
|
63 |
|
GEN DATA CARD UPDATED |
64 |
|
|
65 |
|
To enable generation on a surface perpendicular to the XY plane, |
66 |
|
GEN gata card has been updated addingh a new parameter: ZDGEN. This is |
67 |
|
the dimension, along Z axis , of the generation surface. The Z |
68 |
|
position will be randomply chosen according to: Z= ZDGEN*RNDM_NUMBER + |
69 |
|
ZGEN, i.e. Z= GEN(6)*RNDM_NOMBER + GEN(3). |
70 |
|
|
71 |
Nov 2005, Bari |
Nov 2005, Bari |
72 |
|
|
73 |
|
GUHADR AND GUPHAD UPDATED |
74 |
|
|
75 |
|
To use GCALOR package the hadronic routines have been updated. The |
76 |
|
inizialization routine call CALSIG, while the other calls GCALOR. |
77 |
|
|
78 |
|
NEW GPKEY ADDED: GPCALOR |
79 |
|
|
80 |
|
This logical has been added to enable the GCALOR package. This flag |
81 |
|
is set to true in GPDAT if the data card: HPAK, is set to |
82 |
|
'GCAL'. The gpkey.inc has been update accordingly. |
83 |
|
|
84 |
|
|
85 |
NEUTRON DETECTOR ADDED. NEW DIR: GPND |
NEUTRON DETECTOR ADDED. NEW DIR: GPND |
86 |
|
|
87 |
The neutron detector has been added. At the moment it is just the |
The neutron detector has been added. At the moment it is just the |