/[PAMELA software]/gpamela/history/v_100.txt
ViewVC logotype

Diff of /gpamela/history/v_100.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.7 by cafagna, Tue Oct 18 08:24:35 2005 UTC revision 3.12 by pam-ba, Thu May 18 10:52:32 2006 UTC
# Line 1  Line 1 
1    
2  #  #
3  # $Id: v_100.txt,v 3.6 2005/07/25 11:53:21 cafagna Exp $  # $Id: v_100.txt,v 3.11 2006/05/11 23:53:15 cafagna Exp $
4  #  #
5  # $Log: v_100.txt,v $  # $Log: v_100.txt,v $
6    # Revision 3.11  2006/05/11 23:53:15  cafagna
7    # More bugs fixed in the CALO ntple structure filling
8    #
9    # Revision 3.10  2006/04/10 11:07:43  cafagna
10    # GEN data card updated, ZDGEN added
11    #
12    # Revision 3.9  2005/12/14 03:34:40  cafagna
13    # An update of the history and inform readme files.
14    #
15    # Revision 3.8  2005/12/14 03:16:08  cafagna
16    # Neutron detector added. Geometry and GPCALOR package
17    #
18    # Revision 3.7  2005/10/18 08:24:35  cafagna
19    # History updated
20    #
21  # Revision 3.6  2005/07/25 11:53:21  cafagna  # Revision 3.6  2005/07/25 11:53:21  cafagna
22  # Several updates. See history for details  # Several updates. See history for details
23  #  #
# Line 34  Line 50 
50  #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
51  #-- Author :    Francesco Cafagna   28/11/95  #-- Author :    Francesco Cafagna   28/11/95
52    
53    May 2006, Bari & Florence
54    
55    CAL HIT STRUCTURE BUGS FIXED
56    
57       The maximum number of hit is now different for the two hit
58       structures: CALST and CALI. Vectors inizialization and HBOOK
59       ntple booking have been updated. The GPDCAL routine has been fixed
60       so to handle the case in wich hits stored are more than the maximum
61       number of hit.
62       In this case in the ntple up to the maximum number of hits will be stored.
63    
64    April 2006, Bari
65    
66    TOF GEOMETRY AND POSITIONS UPDATED AND NEW MIXTURES ADDED
67    
68       The TOF geometry has been modified. The following boxes have been
69       added: POL1, POL2 and POLY made of polystyrene, S11M, S12M, S21M,
70       S22M, S31M and S32M made of mylar, S1A, S2A and S3 made of air and
71       S1 and S2 made of aluminum. Each scintillator paddle has been put
72       in his mylar box and the other materials: air, polystyrene, and
73       aluminum have been added at their nominal positions.  According to
74       Naples people the araldite glue has been simulated has an air
75       gap. For this work two new materials: the Mylar (MYLAR) and the
76       polystyrene (POLYSTYRENE) with a density of 35 g/l have been
77       defined as a mixture.  The positions of the three bottom
78       scintillator planes that contain respectively the S12X, S22Y and
79       S32X paddles have been regulated according on their official
80       positions in PAMELA.
81    
82    Mar 2006, Bari
83    
84    GEN DATA CARD UPDATED
85    
86       To enable generation on a surface perpendicular to the XY plane,
87       GEN gata card has been updated addingh a new parameter: ZDGEN. This is
88       the dimension, along Z axis , of the generation surface. The Z
89       position will be randomply chosen according to: Z= ZDGEN*RNDM_NUMBER +
90       ZGEN, i.e. Z= GEN(6)*RNDM_NOMBER + GEN(3).
91    
92    Nov 2005, Bari
93    
94    GUHADR AND GUPHAD UPDATED
95    
96       To use GCALOR package the hadronic routines have been updated. The
97       inizialization routine call CALSIG, while the other calls GCALOR.
98    
99    NEW GPKEY ADDED: GPCALOR
100    
101       This logical has been added to enable the GCALOR package. This flag
102       is set to true in GPDAT if the data card: HPAK, is set to
103       'GCAL'. The gpkey.inc has been update accordingly.
104    
105      
106    NEUTRON DETECTOR ADDED. NEW DIR: GPND
107    
108       The neutron detector has been added. At the moment it is just the
109       geometry. The directory structure of the repository has been
110       updated as well. Dimensions has been taken from picture and
111       literature. A full upgrade to the drawing is needed.
112    
113    GCALOR PACKAGE ADDED. NEW DIRs: GPCALOR, GPCALORDES
114    
115       GCALOR package contins the CALOR simulation code and an interface
116       to use it in GEANT. The important feature for us is the usage of
117       the MICAP code. This is facused on the low energy neutron
118       simulation. for details see:
119       http://www.staff.uni-mainz.de/zeitnitz/Gcalor/gcalor.html
120       This package should be distributed with the GEANT library but is
121       not up to date. I did download the latest release and stored into
122       gpcalor directory of the gpamela tree.
123       Then I did clean up the code substituting the explicit inclusion of
124       the commons with a #include cpp directive. In parallel I did
125       extract the commons to include files having the same common name. I
126       did store the include files into a newly created directory:
127       gpcalordes.
128       The Makefile has been updated accordingly.
129       Please note that to avoid conflict with CRENLIB distribution the gcalor source file has been named gpcalor.F
130       NOTE: There are still problem due to different common sizes. In
131       particular the common MICFIL is maller in the geant library
132       libgeant.a . There the subroutines: gmorin, gmxsec, gmplxs, are
133       present and linked using a wrong version of the common. This still needs to be debuged.
134       NOTE2: The auxiliary files with the cross sections: chetc.dat.gz
135       and xsneut.dat.gz, have been added to the aux directory and moved
136       to the working directory, i.e. GPAMELA_BIN. The GCALOR routine will
137       look for CERN_ROOT environment variable. If found files are
138       searched there at first, then in the working directory. A fool
139       proof policy has to be implemented to avoid problem with
140       synchronization fo these files.
141      
142    
143    The GCALOR package
144    
145    June 2005, Bari
146    
147    TOF SCINTILLATOR PADDLES UPDATED
148    
149       The dimensions and the number of the scintillator paddles for each
150       TOF planes have been updated.
151    
152  May 2005, Bari  May 2005, Bari
153    
154  Some updates on the latest modification done in the past year.  Some updates on the latest modification done in the past year.

Legend:
Removed from v.3.7  
changed lines
  Added in v.3.12

  ViewVC Help
Powered by ViewVC 1.1.23