From 7d5a9910cf54e0157623e326299b8c78505199d6 Mon Sep 17 00:00:00 2001 From: Marco Clemencic <marco.clemencic@cern.ch> Date: Fri, 8 Apr 2016 15:41:11 +0200 Subject: [PATCH] updated to match v96r4p3 tag in svn --- .gitignore | 7 ------- Geant4/G4FR/.gitignore | 2 -- Geant4/G4FR/doc/release.notes | 5 +---- Geant4/G4GDML/.gitignore | 3 --- Geant4/G4GDML/doc/release.notes | 6 +----- Geant4/G4LHCblists/doc/release.notes | 17 +++++++---------- Geant4/G4OpenGL/.gitignore | 2 -- Geant4/G4OpenGL/doc/release.notes | 5 +---- Geant4/G4RayTracer/.gitignore | 2 -- Geant4/G4RayTracer/doc/release.notes | 5 +---- Geant4/G4Tree/.gitignore | 2 -- Geant4/G4Tree/doc/release.notes | 5 +---- Geant4/G4UIGAG/.gitignore | 2 -- Geant4/G4UIGAG/doc/release.notes | 5 +---- Geant4/G4UIbasic/.gitignore | 2 -- Geant4/G4UIbasic/doc/release.notes | 8 ++------ Geant4/G4UIcommon/.gitignore | 2 -- Geant4/G4UIcommon/doc/release.notes | 11 ++++------- Geant4/G4VRML/.gitignore | 2 -- Geant4/G4VRML/doc/release.notes | 5 +---- Geant4/G4analysis/.gitignore | 2 -- Geant4/G4analysis/doc/release.notes | 3 --- Geant4/G4digits_hits/.gitignore | 6 ------ Geant4/G4digits_hits/doc/release.notes | 5 +---- Geant4/G4event/.gitignore | 2 -- Geant4/G4event/doc/release.notes | 5 +---- Geant4/G4externals/.gitignore | 2 -- Geant4/G4externals/doc/release.notes | 5 +---- Geant4/G4geometry/.gitignore | 8 -------- Geant4/G4geometry/doc/release.notes | 5 +---- Geant4/G4global/.gitignore | 3 --- Geant4/G4global/doc/release.notes | 5 +---- Geant4/G4graphics_reps/.gitignore | 2 -- Geant4/G4graphics_reps/doc/release.notes | 5 +---- Geant4/G4intercoms/.gitignore | 2 -- Geant4/G4intercoms/doc/release.notes | 5 +---- Geant4/G4materials/.gitignore | 2 -- Geant4/G4materials/doc/release.notes | 5 +---- Geant4/G4modeling/.gitignore | 2 -- Geant4/G4modeling/doc/release.notes | 5 +---- Geant4/G4parmodels/.gitignore | 2 -- Geant4/G4parmodels/doc/release.notes | 5 +---- Geant4/G4particles/.gitignore | 8 -------- Geant4/G4particles/doc/release.notes | 5 +---- Geant4/G4physics_lists/.gitignore | 4 ---- Geant4/G4physics_lists/doc/release.notes | 5 +---- Geant4/G4processes/.gitignore | 11 ----------- Geant4/G4processes/doc/release.notes | 17 +++++++---------- Geant4/G4readout/.gitignore | 2 -- Geant4/G4readout/doc/release.notes | 5 +---- Geant4/G4run/.gitignore | 2 -- Geant4/G4run/doc/release.notes | 7 ++----- Geant4/G4track/.gitignore | 2 -- Geant4/G4track/doc/release.notes | 5 +---- Geant4/G4tracking/.gitignore | 2 -- Geant4/G4tracking/doc/release.notes | 7 ++----- Geant4/G4useVisUI/doc/release.notes | 5 +---- Geant4/G4vis_management/.gitignore | 2 -- Geant4/G4vis_management/doc/release.notes | 7 ++----- 59 files changed, 48 insertions(+), 232 deletions(-) delete mode 100644 .gitignore delete mode 100644 Geant4/G4FR/.gitignore delete mode 100644 Geant4/G4GDML/.gitignore delete mode 100644 Geant4/G4OpenGL/.gitignore delete mode 100644 Geant4/G4RayTracer/.gitignore delete mode 100644 Geant4/G4Tree/.gitignore delete mode 100644 Geant4/G4UIGAG/.gitignore delete mode 100644 Geant4/G4UIbasic/.gitignore delete mode 100644 Geant4/G4UIcommon/.gitignore delete mode 100644 Geant4/G4VRML/.gitignore delete mode 100644 Geant4/G4analysis/.gitignore delete mode 100644 Geant4/G4digits_hits/.gitignore delete mode 100644 Geant4/G4event/.gitignore delete mode 100644 Geant4/G4externals/.gitignore delete mode 100644 Geant4/G4geometry/.gitignore delete mode 100644 Geant4/G4global/.gitignore delete mode 100644 Geant4/G4graphics_reps/.gitignore delete mode 100644 Geant4/G4intercoms/.gitignore delete mode 100644 Geant4/G4materials/.gitignore delete mode 100644 Geant4/G4modeling/.gitignore delete mode 100644 Geant4/G4parmodels/.gitignore delete mode 100644 Geant4/G4particles/.gitignore delete mode 100644 Geant4/G4physics_lists/.gitignore delete mode 100644 Geant4/G4processes/.gitignore delete mode 100644 Geant4/G4readout/.gitignore delete mode 100644 Geant4/G4run/.gitignore delete mode 100644 Geant4/G4track/.gitignore delete mode 100644 Geant4/G4tracking/.gitignore delete mode 100644 Geant4/G4vis_management/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 57a0b01..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/Makefile -/.cproject -/.project -/.settings/ -/InstallArea/ -/build.*/ -/.pydevproject diff --git a/Geant4/G4FR/.gitignore b/Geant4/G4FR/.gitignore deleted file mode 100644 index 5aa9fd5..0000000 --- a/Geant4/G4FR/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/FukuiRenderer/ -/G4FR/ diff --git a/Geant4/G4FR/doc/release.notes b/Geant4/G4FR/doc/release.notes index 29dcb0f..f48cbe7 100755 --- a/Geant4/G4FR/doc/release.notes +++ b/Geant4/G4FR/doc/release.notes @@ -4,9 +4,6 @@ ! Purpose : Build of Fukui Renderer !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================== G4FR v4r4 2011-04-12 ============================= ! 2011-04-12 - Gloria Corti - Introduce use of pattern to switch off building this package on winxp @@ -17,7 +14,7 @@ !========================== G4FR v4r2 2008-09-30 ============================= ! 2008-09-30 - Gloria CORTI - - requirements - Take DAWN and DAVID from the $LCG_external area (latest + - requirements - Take DAWN and DAVID from the $LCG_external area (latest versions) rather then obsolete $SITEROOT/sw/contrib !========================== G4FR v4r1 2004-08-10 ======================== diff --git a/Geant4/G4GDML/.gitignore b/Geant4/G4GDML/.gitignore deleted file mode 100644 index 1662571..0000000 --- a/Geant4/G4GDML/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/G4GDML/ -/schema/ -/src/ diff --git a/Geant4/G4GDML/doc/release.notes b/Geant4/G4GDML/doc/release.notes index 8afec49..9818b0c 100644 --- a/Geant4/G4GDML/doc/release.notes +++ b/Geant4/G4GDML/doc/release.notes @@ -1,12 +1,8 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4GDML -! Responsible : +! Responsible : ! Purpose : Package holding the GDML code !----------------------------------------------------------------------------- - -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - ! ======================= G4GDML v2r0 2015-03-06 ======================== ! 2015-03-06 - Nigel Watsoncic diff --git a/Geant4/G4LHCblists/doc/release.notes b/Geant4/G4LHCblists/doc/release.notes index 023b2c2..9eea2a8 100755 --- a/Geant4/G4LHCblists/doc/release.notes +++ b/Geant4/G4LHCblists/doc/release.notes @@ -4,18 +4,15 @@ ! Purpose : Private LHCb physics lists !---------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4LHCblists v3r2 2015-04-30 ======================== ! 2015-04-30 - Timothy Williams - - Replaced G4EmStandardPhysics_option1NoApplyCuts.cc and .hh with v9.6.p04 -of G4EmStandardPhysics_option1.cc and .hh but with the EmProcessOption of "SetApplyCuts" -removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetApplyCuts" removed. + - Replaced G4EmStandardPhysics_option1NoApplyCuts.cc and .hh with v9.6.p04 +of G4EmStandardPhysics_option1.cc and .hh but with the EmProcessOption of "SetApplyCuts" +removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetApplyCuts" removed. !======================== G4LHCblists v3r1 2015-03-07 ======================== ! 2015-03-07 - Timothy Williams - - Modified G4EmStandardPhysics_option1NoApplyCuts.cc to use UrbanMsc93 and + - Modified G4EmStandardPhysics_option1NoApplyCuts.cc to use UrbanMsc93 and WentzelVI models for multiple scattering as suggested by V.Ivanchenko. !======================== G4LHCblists v3r0 2013-09-16 ======================== @@ -25,7 +22,7 @@ removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetA !======================== G4LHCblists v2r2 2011-10-03 ======================== ! 2011-10-03 - Gloria Corti - - Add new list with suggestion from Matt Reid for improvement of Multiple + - Add new list with suggestion from Matt Reid for improvement of Multiple scattering. It has the same options as the LHCb list. . G4EmStandardPhysics_LHCbTest.{hh,cc} @@ -38,7 +35,7 @@ removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetA !======================== G4LHCblists v2r0 2011-07-13 ======================== ! 2011-07-13 - Gloria Corti - - Fix renaming in G4EmStandardPhysics_option1NoApplyCuts.cc + - Fix renaming in G4EmStandardPhysics_option1NoApplyCuts.cc ! 2011-07-12 - Gloria Corti - Remove old physics list, that are obsolete. @@ -54,4 +51,4 @@ removed. Previous version was v9.4 of G4EmStandardPhysics_option1.cc with "SetA - New package to hold private LHCb physics lists. It has the QGSP_BERT_HP list provided by H-P Wellish for low energy neutron studies -!============================================================================= +!============================================================================= \ No newline at end of file diff --git a/Geant4/G4OpenGL/.gitignore b/Geant4/G4OpenGL/.gitignore deleted file mode 100644 index 21874ad..0000000 --- a/Geant4/G4OpenGL/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4OpenGL/ -/OpenGL/ diff --git a/Geant4/G4OpenGL/doc/release.notes b/Geant4/G4OpenGL/doc/release.notes index 3b7b42a..9c1c79f 100755 --- a/Geant4/G4OpenGL/doc/release.notes +++ b/Geant4/G4OpenGL/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4OpenGL ! Responsible : Gloria CORTI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4OpenGL v4r4 2011-06-17 =========================== ! 2011-06-17 - Gloria Corti - Use new G4external package needed for resolving class G4OpenGL2PSAction at diff --git a/Geant4/G4RayTracer/.gitignore b/Geant4/G4RayTracer/.gitignore deleted file mode 100644 index d724bb9..0000000 --- a/Geant4/G4RayTracer/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4RayTracer/ -/RayTracer/ diff --git a/Geant4/G4RayTracer/doc/release.notes b/Geant4/G4RayTracer/doc/release.notes index 332b973..8ad116a 100755 --- a/Geant4/G4RayTracer/doc/release.notes +++ b/Geant4/G4RayTracer/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4RayTracer ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4RayTRacer v5r1 2011-07-14 ======================== ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4Tree/.gitignore b/Geant4/G4Tree/.gitignore deleted file mode 100644 index 402227d..0000000 --- a/Geant4/G4Tree/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4Tree/ -/Tree/ diff --git a/Geant4/G4Tree/doc/release.notes b/Geant4/G4Tree/doc/release.notes index 6c39a6f..f2f47f1 100755 --- a/Geant4/G4Tree/doc/release.notes +++ b/Geant4/G4Tree/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4Tree ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================== G4Tree v4r1p1 2011-07-14 ========================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4UIGAG/.gitignore b/Geant4/G4UIGAG/.gitignore deleted file mode 100644 index aa85105..0000000 --- a/Geant4/G4UIGAG/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4UIGAG/ -/GAG/ diff --git a/Geant4/G4UIGAG/doc/release.notes b/Geant4/G4UIGAG/doc/release.notes index d5f5b2a..8bc706d 100755 --- a/Geant4/G4UIGAG/doc/release.notes +++ b/Geant4/G4UIGAG/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4UIGAG ! Responsible : Gloria CORTI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================== G4UIGAG v4r3 2015-03-02 ========================== ! 20154-03-06 - Nigel Watson - For release with 9.6 G4 diff --git a/Geant4/G4UIbasic/.gitignore b/Geant4/G4UIbasic/.gitignore deleted file mode 100644 index 1c9cab1..0000000 --- a/Geant4/G4UIbasic/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/basic/ -/G4UIbasic/ diff --git a/Geant4/G4UIbasic/doc/release.notes b/Geant4/G4UIbasic/doc/release.notes index e2d29a6..aac8478 100755 --- a/Geant4/G4UIbasic/doc/release.notes +++ b/Geant4/G4UIbasic/doc/release.notes @@ -1,12 +1,8 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4UIbasic ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- - -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================== G4UIbasic v4r4 2015-03-06 ======================== ! 2015-03-06 - Nigel Watson - tagged for release with G4 9.6 @@ -23,7 +19,7 @@ !========================== G4UIbasic v4r1 2008-06-25 ======================== ! 2008-06-17 - Gloria CORTI - - Add use of G4run required to solve undefined reference to + - Add use of G4run required to solve undefined reference to `G4RunManager::GetRunManager()' with Geant4 v90r2 (9.0.p02) !========================== G4UIbasic v4r0 2003-11-03 ======================== diff --git a/Geant4/G4UIcommon/.gitignore b/Geant4/G4UIcommon/.gitignore deleted file mode 100644 index 051bcc2..0000000 --- a/Geant4/G4UIcommon/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/common/ -/G4UIcommon/ diff --git a/Geant4/G4UIcommon/doc/release.notes b/Geant4/G4UIcommon/doc/release.notes index 517f1db..6b941d7 100755 --- a/Geant4/G4UIcommon/doc/release.notes +++ b/Geant4/G4UIcommon/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4UIcommon ! Responsible : Gloria CORTI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4UIcommon v5r3 2011-04-12 ========================= ! 2011-04-12 - Gloria Corti - Introduce use of pattern to switch off building this package on MacOS @@ -17,12 +14,12 @@ !======================== G4UIcommon v5r1 2007-07-04 ========================= ! 2007-07-04 - Gloria Corti - - requirements - redefine X_linkopts for amd64 + - requirements - redefine X_linkopts for amd64 !=========================== G4UIcommon v5r0 ================================= ! 2004-07-07 - Florence RANJARD - - requirements - on WIN32 append "gdi32.lib user32.lib" to - G4UIcommon_shlibflags + - requirements - on WIN32 append "gdi32.lib user32.lib" to + G4UIcommon_shlibflags !========================== G4UIcommon v4r0 2003-11-03 ======================== ! 2003-11-03 - Florence RANJARD diff --git a/Geant4/G4VRML/.gitignore b/Geant4/G4VRML/.gitignore deleted file mode 100644 index 930fe41..0000000 --- a/Geant4/G4VRML/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4VRML/ -/VRML/ diff --git a/Geant4/G4VRML/doc/release.notes b/Geant4/G4VRML/doc/release.notes index 949ca01..62b3889 100755 --- a/Geant4/G4VRML/doc/release.notes +++ b/Geant4/G4VRML/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4VRML ! Responsible : Gloria CORTI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !============================ G4VRML v4r2 2011-04-12 ========================= ! 2011-04-12 - Gloria Corti - Introduce use of pattern to switch off building this package on winxp diff --git a/Geant4/G4analysis/.gitignore b/Geant4/G4analysis/.gitignore deleted file mode 100644 index 23bf069..0000000 --- a/Geant4/G4analysis/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4analysis/ -/src/ diff --git a/Geant4/G4analysis/doc/release.notes b/Geant4/G4analysis/doc/release.notes index ba4debf..29c064a 100644 --- a/Geant4/G4analysis/doc/release.notes +++ b/Geant4/G4analysis/doc/release.notes @@ -4,9 +4,6 @@ ! Purpose : Definition of analysis used in G4examples !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !===================== Geant4/G4analysis v1r0 2014-07-25 ===================== ! 2014-03-06 - James Mccarthy diff --git a/Geant4/G4digits_hits/.gitignore b/Geant4/G4digits_hits/.gitignore deleted file mode 100644 index b13d84c..0000000 --- a/Geant4/G4digits_hits/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/detector/ -/digits/ -/G4digits_hits/ -/hits/ -/scorer/ -/utils/ diff --git a/Geant4/G4digits_hits/doc/release.notes b/Geant4/G4digits_hits/doc/release.notes index cf778e1..48d8099 100755 --- a/Geant4/G4digits_hits/doc/release.notes +++ b/Geant4/G4digits_hits/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4digits_hits ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !====================== G4digits_hits v7r1p1 2011-07-14 ====================== ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4event/.gitignore b/Geant4/G4event/.gitignore deleted file mode 100644 index 8d0f71d..0000000 --- a/Geant4/G4event/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4event/ -/src/ diff --git a/Geant4/G4event/doc/release.notes b/Geant4/G4event/doc/release.notes index 974cdf5..cdb51e2 100755 --- a/Geant4/G4event/doc/release.notes +++ b/Geant4/G4event/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4event ! Responsible : Florence RANJARD -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================= G4event v6r0p1 2011-06-29 ========================= ! 2011-06-29 - Hubert DEGAUDENZI - Added ignore properties in svn diff --git a/Geant4/G4externals/.gitignore b/Geant4/G4externals/.gitignore deleted file mode 100644 index 51d2ea9..0000000 --- a/Geant4/G4externals/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4externals/ -/externals/ diff --git a/Geant4/G4externals/doc/release.notes b/Geant4/G4externals/doc/release.notes index 40a641b..0d58b43 100644 --- a/Geant4/G4externals/doc/release.notes +++ b/Geant4/G4externals/doc/release.notes @@ -4,14 +4,11 @@ ! Purpose : Hold external library for visualization of Geant4 !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================= G4external v1r0 2011-06-15 ======================== ! 2011-06-15 - Gloria Corti - Introduce compilation option -DG4VIS_BUILD_OPENGL_DRIVER needed to resolve - class definition. Also linking statemnts to pick up opengl library from + class definition. Also linking statemnts to pick up opengl library from Mesa distribution in LCG external area. ! 2011-06-09 - Gloria Corti diff --git a/Geant4/G4geometry/.gitignore b/Geant4/G4geometry/.gitignore deleted file mode 100644 index 6cf8106..0000000 --- a/Geant4/G4geometry/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/biasing/ -/divisions/ -/G4geometry/ -/magneticfield/ -/management/ -/navigation/ -/solids/ -/volumes/ diff --git a/Geant4/G4geometry/doc/release.notes b/Geant4/G4geometry/doc/release.notes index 274268f..de2bbfb 100755 --- a/Geant4/G4geometry/doc/release.notes +++ b/Geant4/G4geometry/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4geometry ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4geometry v6r2p1 2011-07-14 ======================== ! 2011-07-14 - Hubert DEGAUDENZI - Added ignore properties in svn diff --git a/Geant4/G4global/.gitignore b/Geant4/G4global/.gitignore deleted file mode 100644 index 61d494f..0000000 --- a/Geant4/G4global/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/G4global/ -/HEPNumerics/ -/management/ diff --git a/Geant4/G4global/doc/release.notes b/Geant4/G4global/doc/release.notes index ccb01e8..a9c7dbd 100644 --- a/Geant4/G4global/doc/release.notes +++ b/Geant4/G4global/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4global ! Responsible : Gloria CORTI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================= G4global v5r1p1 2011-07-14 ========================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4graphics_reps/.gitignore b/Geant4/G4graphics_reps/.gitignore deleted file mode 100644 index f104db4..0000000 --- a/Geant4/G4graphics_reps/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4graphics_reps/ -/src/ diff --git a/Geant4/G4graphics_reps/doc/release.notes b/Geant4/G4graphics_reps/doc/release.notes index c220a61..ef5e88a 100755 --- a/Geant4/G4graphics_reps/doc/release.notes +++ b/Geant4/G4graphics_reps/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4graphics_reps ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !=================== G4graphics_reps v4r1p1 2011-07-14 ======================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4intercoms/.gitignore b/Geant4/G4intercoms/.gitignore deleted file mode 100644 index 59d5f3c..0000000 --- a/Geant4/G4intercoms/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4intercoms/ -/src/ diff --git a/Geant4/G4intercoms/doc/release.notes b/Geant4/G4intercoms/doc/release.notes index b6abf07..ccacb17 100755 --- a/Geant4/G4intercoms/doc/release.notes +++ b/Geant4/G4intercoms/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4intercoms ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4intercoms v4r1p1 2011-06-29 ======================= ! 2011-03-02 - Hubert Degaudenzi - Add ignore properties in svn diff --git a/Geant4/G4materials/.gitignore b/Geant4/G4materials/.gitignore deleted file mode 100644 index a925a84..0000000 --- a/Geant4/G4materials/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4materials/ -/src/ diff --git a/Geant4/G4materials/doc/release.notes b/Geant4/G4materials/doc/release.notes index dd50acc..e707eb8 100755 --- a/Geant4/G4materials/doc/release.notes +++ b/Geant4/G4materials/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4materials ! Responsible : Florence RANJARD -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4materials v5r0p1 2011-07-14 ======================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4modeling/.gitignore b/Geant4/G4modeling/.gitignore deleted file mode 100644 index e9e8975..0000000 --- a/Geant4/G4modeling/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4modeling/ -/modeling/ diff --git a/Geant4/G4modeling/doc/release.notes b/Geant4/G4modeling/doc/release.notes index 9ca302c..34d6940 100755 --- a/Geant4/G4modeling/doc/release.notes +++ b/Geant4/G4modeling/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4modeling ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4modeling v4r1p1 2011-07-14 ======================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4parmodels/.gitignore b/Geant4/G4parmodels/.gitignore deleted file mode 100644 index adee69a..0000000 --- a/Geant4/G4parmodels/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4parmodels/ -/gflash/ diff --git a/Geant4/G4parmodels/doc/release.notes b/Geant4/G4parmodels/doc/release.notes index 6a468bb..fae48ca 100755 --- a/Geant4/G4parmodels/doc/release.notes +++ b/Geant4/G4parmodels/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4parmodels ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4parmodels v6r2p1 2011-07-14 ======================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4particles/.gitignore b/Geant4/G4particles/.gitignore deleted file mode 100644 index f3218bb..0000000 --- a/Geant4/G4particles/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/adjoint/ -/bosons/ -/G4particles/ -/hadrons/ -/leptons/ -/management/ -/shortlived/ -/utils/ diff --git a/Geant4/G4particles/doc/release.notes b/Geant4/G4particles/doc/release.notes index 6b76cde..ea1a84b 100755 --- a/Geant4/G4particles/doc/release.notes +++ b/Geant4/G4particles/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4particles ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4particles v6r2p1 2011-06-29 ======================= ! 2011-03-02 - Hubert DeGaudenzi - Add ignore properties in svn diff --git a/Geant4/G4physics_lists/.gitignore b/Geant4/G4physics_lists/.gitignore deleted file mode 100644 index fad6a68..0000000 --- a/Geant4/G4physics_lists/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/builders/ -/G4physics_lists/ -/LHCb/ -/lists/ diff --git a/Geant4/G4physics_lists/doc/release.notes b/Geant4/G4physics_lists/doc/release.notes index 423cc71..cfcb212 100755 --- a/Geant4/G4physics_lists/doc/release.notes +++ b/Geant4/G4physics_lists/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4physics_lists ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !===================== G4physics_lists v1r4 2015-04-23 ===================== ! 2015-04-23 - Nigel Watson/Tim Williams - Introduce srcnew copying a la G4processes to allow updated version of HadronPhysicsFTFP_BERT.cc diff --git a/Geant4/G4processes/.gitignore b/Geant4/G4processes/.gitignore deleted file mode 100644 index 416c07e..0000000 --- a/Geant4/G4processes/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/biasing/ -/cuts/ -/decay/ -/electromagnetic/ -/G4processes/ -/hadronic/ -/management/ -/optical/ -/parameterisation/ -/scoring/ -/transportation/ diff --git a/Geant4/G4processes/doc/release.notes b/Geant4/G4processes/doc/release.notes index 42e1353..e901db7 100755 --- a/Geant4/G4processes/doc/release.notes +++ b/Geant4/G4processes/doc/release.notes @@ -1,17 +1,14 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4processes ! Responsible : Gloria CORTI, Nigel Watson -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - ! ======================= G4processes v9r2 2015-07-24 ======================== ! 2015-07-23 Tim Williams - Created patch of G4CollisionInitialState.cc to enable building with GCC4.9 - compiler, located in srcnew/models directory. - Updated copyPatchedsource.py to copy patched G4CollisionInitialState.cc + compiler, located in srcnew/models directory. + Updated copyPatchedsource.py to copy patched G4CollisionInitialState.cc into place. ! ======================= G4processes v9r1 2015-04-24 ======================== @@ -62,7 +59,7 @@ ! 2012-06-18 - James Mccarthy - Removed path for dna model. Not compatible with our version of CLHEP - and not useful anyway. Can be included at a later date. + and not useful anyway. Can be included at a later date. ! 2012-06-17 - James Mccarthy - Added new path for LEND model, dna and INCL++ library in g4 v9.5.p01 @@ -109,7 +106,7 @@ (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 + and fission . hadronic/models/qmd, QMD reaction model based on JQMD . hadronic/models/rpg, Re-Parametrized Gheisha-style model @@ -124,7 +121,7 @@ - Remove code G4CascadeInterface.cc from srcnew since no longer used beacuase fix was introduced in Geant4 itself - Add in library some more source subdirectories even if not used in our - physics lists: + physics lists: . scoring (new in 8.2) . electromagnetic/highenergy (new 7.0) . electromagnetic/polarization (new in 8.2) @@ -150,7 +147,7 @@ !======================= G4processes v4r1 ================================= ! 2005-11-07 - Gloria CORTI - introduce path to G4CascadeInterface to prevent crash when using it - with problematic materials with fractional Z. Will remove it when + with problematic materials with fractional Z. Will remove it when materials will be described without it. !======================= G4processes v4r0 ================================= diff --git a/Geant4/G4readout/.gitignore b/Geant4/G4readout/.gitignore deleted file mode 100644 index c6d30b0..0000000 --- a/Geant4/G4readout/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4readout/ -/src/ diff --git a/Geant4/G4readout/doc/release.notes b/Geant4/G4readout/doc/release.notes index 257901b..92e5ee8 100755 --- a/Geant4/G4readout/doc/release.notes +++ b/Geant4/G4readout/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4readout ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !====================== G4readout v4r1p1 2011-07-14 ========================== ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4run/.gitignore b/Geant4/G4run/.gitignore deleted file mode 100644 index 2dc546a..0000000 --- a/Geant4/G4run/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4run/ -/src/ diff --git a/Geant4/G4run/doc/release.notes b/Geant4/G4run/doc/release.notes index 76c53ec..6063c40 100755 --- a/Geant4/G4run/doc/release.notes +++ b/Geant4/G4run/doc/release.notes @@ -1,13 +1,10 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4run ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - -!========================== G4run v5r1p1 2011-07-14 ========================== +!========================== G4run v5r1p1 2011-07-14 ========================== ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn diff --git a/Geant4/G4track/.gitignore b/Geant4/G4track/.gitignore deleted file mode 100644 index 04bd581..0000000 --- a/Geant4/G4track/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4track/ -/src/ diff --git a/Geant4/G4track/doc/release.notes b/Geant4/G4track/doc/release.notes index 95b004f..d1a2e6a 100755 --- a/Geant4/G4track/doc/release.notes +++ b/Geant4/G4track/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4track ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !========================= G4track v5r1p1 2011-07-14 ========================= ! 2011-07-14 - Hubert DEGAUDENZI - Added ignore properties in svn diff --git a/Geant4/G4tracking/.gitignore b/Geant4/G4tracking/.gitignore deleted file mode 100644 index 6e354f7..0000000 --- a/Geant4/G4tracking/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4tracking/ -/src/ diff --git a/Geant4/G4tracking/doc/release.notes b/Geant4/G4tracking/doc/release.notes index 03a523a..a32e6bb 100755 --- a/Geant4/G4tracking/doc/release.notes +++ b/Geant4/G4tracking/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4tracking ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================= G4tracking v6r1p1 2011-07-14 ======================== ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn @@ -21,7 +18,7 @@ !=========================== G4tracking v6r0 ============================== ! 2004-10-26 - Florence RANJARD -requirements - uses G4processes instead of G4progen, G4electromagnetic and - G4hadronic + G4hadronic !=========================== G4tracking v5r0 ============================== ! 2004-07-07 - Florence RANJARD diff --git a/Geant4/G4useVisUI/doc/release.notes b/Geant4/G4useVisUI/doc/release.notes index d4ebc64..8ccb7eb 100644 --- a/Geant4/G4useVisUI/doc/release.notes +++ b/Geant4/G4useVisUI/doc/release.notes @@ -4,12 +4,9 @@ ! Purpose : Put togheter visualization package for use !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !======================== G4useVisUI v3r1 2011-04-12 ========================= ! 2011-04-12 - Gloria Corti - Remove conditional use of packages as they are handled by pattern in packages themselves. -!============================================================================= +!============================================================================= \ No newline at end of file diff --git a/Geant4/G4vis_management/.gitignore b/Geant4/G4vis_management/.gitignore deleted file mode 100644 index 6a6e12c..0000000 --- a/Geant4/G4vis_management/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/G4vis_management/ -/management/ diff --git a/Geant4/G4vis_management/doc/release.notes b/Geant4/G4vis_management/doc/release.notes index 93a8830..91abdff 100755 --- a/Geant4/G4vis_management/doc/release.notes +++ b/Geant4/G4vis_management/doc/release.notes @@ -1,12 +1,9 @@ !----------------------------------------------------------------------------- ! Package : Geant4/G4vis_management ! Responsible : Gloria CORTI, Silvia MIGLIORANZI -! Purpose : +! Purpose : !----------------------------------------------------------------------------- -! 2015-11-02 - Marco Clemencic - - Added .gitignore file - !================== G4vis_management v4r2p1 2011-07-14 ======================= ! 2011-03-02 - Hubert Degaudenzi - Added ignore properties in svn @@ -17,7 +14,7 @@ !================== G4vis_management v4r1 2004-10-28 ======================= ! 2004-10-28 - Florence RANJARD - - requirements - remove setting of pp_cppflags which are set in G4FR and + - requirements - remove setting of pp_cppflags which are set in G4FR and G4VRML !=================== G4vis_management v4r0 2003-11-03 ======================== -- GitLab