/[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.6 by cafagna, Mon Jul 25 11:53:21 2005 UTC revision 3.11 by cafagna, Thu May 11 23:53:15 2006 UTC
# Line 1  Line 1 
1    
2  #  #
3  # $Id: v_100.txt,v 3.5 2004/04/06 10:33:46 pamela 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
16    # History updated
17    #
18    # Revision 3.6  2005/07/25 11:53:21  cafagna
19    # Several updates. See history for details
20    #
21  # Revision 3.5  2004/04/06 10:33:46  pamela  # Revision 3.5  2004/04/06 10:33:46  pamela
22  # NON-REPRODUCIBILITY problem of a GPAMELA RUN fixed; bug found and fixed filling in the hit structure of the calorimeter  # NON-REPRODUCIBILITY problem of a GPAMELA RUN fixed; bug found and fixed filling in the hit structure of the calorimeter
23  #  #
# Line 31  Line 47 
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
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
86    
87       The neutron detector has been added. At the moment it is just the
88       geometry. The directory structure of the repository has been
89       updated as well. Dimensions has been taken from picture and
90       literature. A full upgrade to the drawing is needed.
91    
92    GCALOR PACKAGE ADDED. NEW DIRs: GPCALOR, GPCALORDES
93    
94       GCALOR package contins the CALOR simulation code and an interface
95       to use it in GEANT. The important feature for us is the usage of
96       the MICAP code. This is facused on the low energy neutron
97       simulation. for details see:
98       http://www.staff.uni-mainz.de/zeitnitz/Gcalor/gcalor.html
99       This package should be distributed with the GEANT library but is
100       not up to date. I did download the latest release and stored into
101       gpcalor directory of the gpamela tree.
102       Then I did clean up the code substituting the explicit inclusion of
103       the commons with a #include cpp directive. In parallel I did
104       extract the commons to include files having the same common name. I
105       did store the include files into a newly created directory:
106       gpcalordes.
107       The Makefile has been updated accordingly.
108       Please note that to avoid conflict with CRENLIB distribution the gcalor source file has been named gpcalor.F
109       NOTE: There are still problem due to different common sizes. In
110       particular the common MICFIL is maller in the geant library
111       libgeant.a . There the subroutines: gmorin, gmxsec, gmplxs, are
112       present and linked using a wrong version of the common. This still needs to be debuged.
113       NOTE2: The auxiliary files with the cross sections: chetc.dat.gz
114       and xsneut.dat.gz, have been added to the aux directory and moved
115       to the working directory, i.e. GPAMELA_BIN. The GCALOR routine will
116       look for CERN_ROOT environment variable. If found files are
117       searched there at first, then in the working directory. A fool
118       proof policy has to be implemented to avoid problem with
119       synchronization fo these files.
120      
121    
122    The GCALOR package
123  May 2005, Bari  May 2005, Bari
124    
125  Some updates on the latest modification done in the past year.  Some updates on the latest modification done in the past year.
# Line 81  NEW DATA CARD ADDED: *LSFI Line 170  NEW DATA CARD ADDED: *LSFI
170     run. This file is a FORTRAN binary one. This file can be used as     run. This file is a FORTRAN binary one. This file can be used as
171     input one specifying it in the *FSFI data card of the next GPAMELA     input one specifying it in the *FSFI data card of the next GPAMELA
172     run.  In case the *LSFI card is not specified the default values: 26     run.  In case the *LSFI card is not specified the default values: 26
173     and OUTPUTSEEDS.DAT, will be used as LUN and file name respectively.     and HBOOKFILENAME.DAT (as sepified in *HFI), will be used as LUN
174       and file name respectively.
175        
176  NEW UTILITY PROGRAMS ADDED: writeseeds.f, readseeds.f  NEW UTILITY PROGRAMS ADDED: writeseeds.f, readseeds.f
177    
# Line 145  TRACKER HIT STRUCTURE REVIEWED Line 235  TRACKER HIT STRUCTURE REVIEWED
235    
236  CALORIMETER GEOMETRY REVIEWED  CALORIMETER GEOMETRY REVIEWED
237    
238     Marco Albi reviewd the calorimeter dimentions and positioning.     Marco Albi reviewed the calorimeter dimentions and positioning.
239    
240    
241  29 March 2004, Bari  29 March 2004, Bari

Legend:
Removed from v.3.6  
changed lines
  Added in v.3.11

  ViewVC Help
Powered by ViewVC 1.1.23