--- gpamela/history/v_100.txt 2005/10/18 08:24:35 3.7 +++ gpamela/history/v_100.txt 2006/05/18 10:52:32 3.12 @@ -1,7 +1,23 @@ + # -# $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 $ # # $Log: v_100.txt,v $ +# Revision 3.11 2006/05/11 23:53:15 cafagna +# More bugs fixed in the CALO ntple structure filling +# +# Revision 3.10 2006/04/10 11:07:43 cafagna +# GEN data card updated, ZDGEN added +# +# Revision 3.9 2005/12/14 03:34:40 cafagna +# An update of the history and inform readme files. +# +# Revision 3.8 2005/12/14 03:16:08 cafagna +# Neutron detector added. Geometry and GPCALOR package +# +# Revision 3.7 2005/10/18 08:24:35 cafagna +# History updated +# # Revision 3.6 2005/07/25 11:53:21 cafagna # Several updates. See history for details # @@ -34,6 +50,105 @@ #CMZ : 1.00/01 28/11/95 18.51.23 by Francesco Cafagna #-- Author : Francesco Cafagna 28/11/95 +May 2006, Bari & Florence + +CAL HIT STRUCTURE BUGS FIXED + + The maximum number of hit is now different for the two hit + structures: CALST and CALI. Vectors inizialization and HBOOK + ntple booking have been updated. The GPDCAL routine has been fixed + so to handle the case in wich hits stored are more than the maximum + number of hit. + In this case in the ntple up to the maximum number of hits will be stored. + +April 2006, Bari + +TOF GEOMETRY AND POSITIONS UPDATED AND NEW MIXTURES ADDED + + The TOF geometry has been modified. The following boxes have been + added: POL1, POL2 and POLY made of polystyrene, S11M, S12M, S21M, + S22M, S31M and S32M made of mylar, S1A, S2A and S3 made of air and + S1 and S2 made of aluminum. Each scintillator paddle has been put + in his mylar box and the other materials: air, polystyrene, and + aluminum have been added at their nominal positions. According to + Naples people the araldite glue has been simulated has an air + gap. For this work two new materials: the Mylar (MYLAR) and the + polystyrene (POLYSTYRENE) with a density of 35 g/l have been + defined as a mixture. The positions of the three bottom + scintillator planes that contain respectively the S12X, S22Y and + S32X paddles have been regulated according on their official + positions in PAMELA. + +Mar 2006, Bari + +GEN DATA CARD UPDATED + + To enable generation on a surface perpendicular to the XY plane, + GEN gata card has been updated addingh a new parameter: ZDGEN. This is + the dimension, along Z axis , of the generation surface. The Z + position will be randomply chosen according to: Z= ZDGEN*RNDM_NUMBER + + ZGEN, i.e. Z= GEN(6)*RNDM_NOMBER + GEN(3). + +Nov 2005, Bari + +GUHADR AND GUPHAD UPDATED + + To use GCALOR package the hadronic routines have been updated. The + inizialization routine call CALSIG, while the other calls GCALOR. + +NEW GPKEY ADDED: GPCALOR + + This logical has been added to enable the GCALOR package. This flag + is set to true in GPDAT if the data card: HPAK, is set to + 'GCAL'. The gpkey.inc has been update accordingly. + + +NEUTRON DETECTOR ADDED. NEW DIR: GPND + + The neutron detector has been added. At the moment it is just the + geometry. The directory structure of the repository has been + updated as well. Dimensions has been taken from picture and + literature. A full upgrade to the drawing is needed. + +GCALOR PACKAGE ADDED. NEW DIRs: GPCALOR, GPCALORDES + + GCALOR package contins the CALOR simulation code and an interface + to use it in GEANT. The important feature for us is the usage of + the MICAP code. This is facused on the low energy neutron + simulation. for details see: + http://www.staff.uni-mainz.de/zeitnitz/Gcalor/gcalor.html + This package should be distributed with the GEANT library but is + not up to date. I did download the latest release and stored into + gpcalor directory of the gpamela tree. + Then I did clean up the code substituting the explicit inclusion of + the commons with a #include cpp directive. In parallel I did + extract the commons to include files having the same common name. I + did store the include files into a newly created directory: + gpcalordes. + The Makefile has been updated accordingly. + Please note that to avoid conflict with CRENLIB distribution the gcalor source file has been named gpcalor.F + NOTE: There are still problem due to different common sizes. In + particular the common MICFIL is maller in the geant library + libgeant.a . There the subroutines: gmorin, gmxsec, gmplxs, are + present and linked using a wrong version of the common. This still needs to be debuged. + NOTE2: The auxiliary files with the cross sections: chetc.dat.gz + and xsneut.dat.gz, have been added to the aux directory and moved + to the working directory, i.e. GPAMELA_BIN. The GCALOR routine will + look for CERN_ROOT environment variable. If found files are + searched there at first, then in the working directory. A fool + proof policy has to be implemented to avoid problem with + synchronization fo these files. + + +The GCALOR package + +June 2005, Bari + +TOF SCINTILLATOR PADDLES UPDATED + + The dimensions and the number of the scintillator paddles for each + TOF planes have been updated. + May 2005, Bari Some updates on the latest modification done in the past year.