Skip to content
Snippets Groups Projects
Commit df2ee1de authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v91r2

parent 1bad9e41
No related branches found
No related tags found
No related merge requests found
package G4config
version v90r2
version v91r2
branches cmt doc
#=============================================================================
# set dependencies
#===========================================================================
use GaudiPolicy v* -no_auto_imports
use CLHEP v* LCG_Interfaces
use GaudiPolicy v* -no_auto_imports
use CLHEP v* LCG_Interfaces
#==============================================================================
# set versions of Geant4
#==============================================================================
set G4_native_version "9.0.p02"
set G4VERS v90r2
set G4_native_version "9.1.p02"
set G4VERS v91r2
# =============================================================================
# set Geant4 environment variables
......
v90r2
v91r2
......@@ -4,9 +4,13 @@
! Purpose : Configuration package for Geant4 build
!-----------------------------------------------------------------------------
!======================== G4config v91r2 2008-06-30 ==========================
! 2008-06-29 - Gloria CORTI
- Build based on geant4.9.1.p02
!======================== G4config v90r2 2008-06-25 ==========================
! 2008-06-16 - Gloria CORTI
- Build based on geant4.9.0p02
- Build based on geant4.9.0.p02
!======================== G4config v83r2 2008-06-09 ==========================
! 2008-06-09 - Gloria CORTI
......
package G4digits_hits
version v6r0
version v7r0
branches cmt doc G4digits_hits
......@@ -15,6 +15,7 @@ library G4digits_hits $(G4LibraryFlags) \
../detector/src/*.cc \
../digits/src/*.cc \
../hits/src/*.cc \
../scorer/src/*.cc \
../utils/src/*.cc
# =============================================================================
......
v6r0
v7r0
......@@ -4,6 +4,11 @@
! Purpose :
!-----------------------------------------------------------------------------
!======================= G4digits_hits v7r0 2008-06-30 =======================
! 2008-06-30 - Gloria CORTI
- add compilation of code in scorer directory introduced in Geant4 9.1
Scorers have been moved here.
!=========================== G4digits_hits v6r0 =============================
! 2008-02-19 - Gloria CORTI
- add compilation of code in utils directory introduced in Geant4 8.0.
......
......@@ -3,7 +3,7 @@
# Maintainer : Gloria CORTI
#============================================================================
package G4processes
version v6r0
version v7r0
# Structure, i.e. directories to process.
#============================================================================
......@@ -34,7 +34,7 @@ library G4processes $(G4LibraryFlags) \
polarisation/src/*.cc \
# the library had to be split in 2 parts: there is too many symbols
# exported for the windows linker otherwise (>32768)
# exported for the windows linker otherwise (>32768), Hubert DeGaudenzi
library G4processeshad $(G4LibraryFlags) \
../hadronic/management/src/*.cc \
......@@ -49,13 +49,16 @@ library G4processeshad $(G4LibraryFlags) \
em_dissociation/src/*.cc \
high_energy/src/*.cc \
im_r_matrix/src/*.cc \
incl/src/*.cc \
isotope_production/src/*.cc \
leading_particle/src/*.cc \
lll_fission/src/*.cc \
low_energy/src/*.cc \
management/src/*.cc \
neutron_hp/src/*.cc \
qmd/src/*.cc \
radioactive_decay/src/*.cc \
rpg/src/*.cc \
theo_high_energy/src/*.cc \
util/src/*.cc \
-s=../hadronic/models/de_excitation \
......
v6r0
v7r0
......@@ -4,6 +4,16 @@
! Purpose :
!-----------------------------------------------------------------------------
!======================== G4processes v7r0 2008-06-30 ========================
! 2008-06-30 - Gloria CORTI
- Include in library new source directories new in geant4 9.1
(see details in geant4 9.1 release notes
http://geant4.web.cern.ch/geant4/support/ReleaseNotes4.9.1.html)
. hadronic/models/incl, Liege cascade INCL model, including ABLA evaporation
and fission
. hadronic/models/qmd, QMD reaction model based on JQMD
. hadronic/models/rpg, Re-Parametrized Gheisha-style model
!======================== G4processes v6r0 2008-06-25 ========================
! 2008-06-16 - Gloria CORTI
- Add in libray some more source subdirectory new in geant4 9.0
......
package Geant4Sys
version v90r2
version v91r2
branches cmt doc
use G4config v90r2 Geant4
use G4config v91r2 Geant4
# =============================================================================
# =========== global libraries ================================================
......@@ -13,13 +13,13 @@ use G4intercoms v4r0 Geant4
use G4particles v6r0 Geant4
use G4track v5r0 Geant4
use G4geometry v6r1 Geant4
use G4processes v6r0 Geant4
use G4processes v7r0 Geant4
use G4physics_lists v1r1 Geant4
use G4tracking v6r0 Geant4
use G4global v5r0 Geant4
use G4materials v4r0 Geant4
use G4readout v4r0 Geant4
use G4digits_hits v6r0 Geant4
use G4digits_hits v7r0 Geant4
use G4graphics_reps v4r0 Geant4
use G4run v5r0 Geant4
use G4parmodels v6r1 Geant4
......
v90r2
v91r2
......@@ -3,6 +3,30 @@ Package : Geant4Sys
Package manager(s) : Gloria Corti, Hubert DeGaudenzi
Purpose : LHCb build using cmt of Geant4
!</PRE><H1><A NAME=v91r2>2008-06-30 Geant4Sys v91r2</A></H1><PRE>
use Gaudi v19r9 and geant4 9.1.patch02
built on slc4 ia32, amd64 and win32
!======================== G4config v91r2 2008-06-30 ==========================
! 2008-06-29 - Gloria CORTI
- Build based on geant4.9.1.p02
!======================== G4processes v7r0 2008-06-30 ========================
! 2008-06-30 - Gloria CORTI
- Include in library new source directories new in geant4 9.1
(see details in geant4 9.1 release notes
http://geant4.web.cern.ch/geant4/support/ReleaseNotes4.9.1.html)
. hadronic/models/incl, Liege cascade INCL model, including ABLA evaporation
and fission
. hadronic/models/qmd, QMD reaction model based on JQMD
. hadronic/models/rpg, Re-Parametrized Gheisha-style model
!======================= G4digits_hits v7r0 2008-06-30 =======================
! 2008-06-30 - Gloria CORTI
- add compilation of code in scorer directory introduced in Geant4 9.1
Scorers have been moved here.
!=============================================================================
!</PRE><H1><A NAME=v90r2>2008-06-25 Geant4Sys v90r2</A></H1><PRE>
use Gaudi v19r9 and geant4 9.0.patch02
built on slc4 ia32, amd64 and win32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment