1 |
# |
# |
2 |
# $Id: v_100.txt,v 3.6 2005/07/25 11:53:21 cafagna Exp $ |
# $Id: v_100.txt,v 3.7 2005/10/18 08:24:35 cafagna Exp $ |
3 |
# |
# |
4 |
# $Log: v_100.txt,v $ |
# $Log: v_100.txt,v $ |
5 |
|
# Revision 3.7 2005/10/18 08:24:35 cafagna |
6 |
|
# History updated |
7 |
|
# |
8 |
# Revision 3.6 2005/07/25 11:53:21 cafagna |
# Revision 3.6 2005/07/25 11:53:21 cafagna |
9 |
# Several updates. See history for details |
# Several updates. See history for details |
10 |
# |
# |
37 |
#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 |
38 |
#-- Author : Francesco Cafagna 28/11/95 |
#-- Author : Francesco Cafagna 28/11/95 |
39 |
|
|
40 |
|
Nov 2005, Bari |
41 |
|
|
42 |
|
NEUTRON DETECTOR ADDED. NEW DIR: GPND |
43 |
|
|
44 |
|
The neutron detector has been added. At the moment it is just the |
45 |
|
geometry. The directory structure of the repository has been |
46 |
|
updated as well. Dimensions has been taken from picture and |
47 |
|
literature. A full upgrade to the drawing is needed. |
48 |
|
|
49 |
|
GCALOR PACKAGE ADDED. NEW DIRs: GPCALOR, GPCALORDES |
50 |
|
|
51 |
|
GCALOR package contins the CALOR simulation code and an interface |
52 |
|
to use it in GEANT. The important feature for us is the usage of |
53 |
|
the MICAP code. This is facused on the low energy neutron |
54 |
|
simulation. for details see: |
55 |
|
http://www.staff.uni-mainz.de/zeitnitz/Gcalor/gcalor.html |
56 |
|
This package should be distributed with the GEANT library but is |
57 |
|
not up to date. I did download the latest release and stored into |
58 |
|
gpcalor directory of the gpamela tree. |
59 |
|
Then I did clean up the code substituting the explicit inclusion of |
60 |
|
the commons with a #include cpp directive. In parallel I did |
61 |
|
extract the commons to include files having the same common name. I |
62 |
|
did store the include files into a newly created directory: |
63 |
|
gpcalordes. |
64 |
|
The Makefile has been updated accordingly. |
65 |
|
Please note that to avoid conflict with CRENLIB distribution the gcalor source file has been named gpcalor.F |
66 |
|
NOTE: There are still problem due to different common sizes. In |
67 |
|
particular the common MICFIL is maller in the geant library |
68 |
|
libgeant.a . There the subroutines: gmorin, gmxsec, gmplxs, are |
69 |
|
present and linked using a wrong version of the common. This still needs to be debuged. |
70 |
|
NOTE2: The auxiliary files with the cross sections: chetc.dat.gz |
71 |
|
and xsneut.dat.gz, have been added to the aux directory and moved |
72 |
|
to the working directory, i.e. GPAMELA_BIN. The GCALOR routine will |
73 |
|
look for CERN_ROOT environment variable. If found files are |
74 |
|
searched there at first, then in the working directory. A fool |
75 |
|
proof policy has to be implemented to avoid problem with |
76 |
|
synchronization fo these files. |
77 |
|
|
78 |
|
|
79 |
|
The GCALOR package |
80 |
May 2005, Bari |
May 2005, Bari |
81 |
|
|
82 |
Some updates on the latest modification done in the past year. |
Some updates on the latest modification done in the past year. |