| [807] | 1 | -------------------------------------------------------------------
|
|---|
| [1313] | 2 | $Id: History,v 1.19 2010/06/06 06:24:26 perl Exp $
|
|---|
| [807] | 3 | -------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | =========================================================
|
|---|
| 6 | Geant4 - Rich Detector for LHCb
|
|---|
| 7 | =========================================================
|
|---|
| 8 |
|
|---|
| 9 | Category History file
|
|---|
| 10 | ---------------------
|
|---|
| 11 |
|
|---|
| [1313] | 12 | 03.06.2010 - J.Perl (Rich-V09-03-02)
|
|---|
| 13 | Updated vis usage
|
|---|
| 14 |
|
|---|
| 15 | 01.06.2010 - G.A.P.Cirrone (Rich-V09-03-01)
|
|---|
| 16 | Added G4UIExecutive
|
|---|
| 17 |
|
|---|
| 18 | 31.03.2010 - A.Ribon (Rich-V09-03-00)
|
|---|
| 19 | Replaced obsolete G4MultipleScattering class with:
|
|---|
| 20 | G4eMultipleScattering for e+ and e-;
|
|---|
| 21 | G4MuMultipleScattering for mu+ and mu-;
|
|---|
| 22 | G4hMultipleScattering for hadrons and ions.
|
|---|
| 23 |
|
|---|
| [1230] | 24 | 12.11.2009 - A.Ribon (Rich-V09-02-01)
|
|---|
| 25 | Added the possibility to use QGSP_BIC_EMY as
|
|---|
| 26 | Physics List. However, by default, the example's
|
|---|
| 27 | Physics List is used.
|
|---|
| 28 |
|
|---|
| 29 | 08.04.2009 - G.A.P.Cirrone; Tag: Rich-V09-02-00
|
|---|
| 30 | Tag for the next release
|
|---|
| 31 |
|
|---|
| 32 | 06.03.2009 - Guy Barrand (in agreement with G.Cosmo)
|
|---|
| 33 | GNUmakefile : remove the G4ANALYSIS_USE logic found in this file
|
|---|
| 34 | since it is handled already in the config/analysis.gmk.
|
|---|
| 35 | This avoids a duplication in the compilation and link commands
|
|---|
| 36 | of the aida-config options.
|
|---|
| 37 |
|
|---|
| 38 | 23.11.2008 - G.A.P.Cirrone; Tag: Rich-V09-01-01
|
|---|
| 39 | Fixed compilation errors on the file RichTbEventAction
|
|---|
| 40 |
|
|---|
| 41 | 14.06.2008 - G.A.P.Cirrone (Rich-V09-01-00)
|
|---|
| 42 | Fixed compilation errors and removed warnigs
|
|---|
| 43 |
|
|---|
| [807] | 44 | 30.09.2007 - P.Gumplinger (Rich-V09-00-00)
|
|---|
| 45 | adjust to the G4Cerenkov process now being a G4VDiscreteProcess
|
|---|
| 46 |
|
|---|
| 47 | 14.05.2007 - A.Ribon (Rich-V08-03-00)
|
|---|
| 48 | The constant "kCarTolerance" is no longer available,
|
|---|
| 49 | so it must be explicitly declared.
|
|---|
| 50 |
|
|---|
| 51 | 08.12.2005 - A.Ribon (Rich-V07-01-00)
|
|---|
| 52 | Migration to CLHEP namespace.
|
|---|
| 53 |
|
|---|
| 54 | 30.03.2005 - A.Ribon (Rich-V07-00-01)
|
|---|
| 55 | Replaced <iostream.h> with <iostream> and
|
|---|
| 56 | cout with G4cout .
|
|---|
| 57 |
|
|---|
| 58 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 59 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 60 |
|
|---|
| 61 | 02.12.2004 - A.Ribon (Rich-V06-02-02)
|
|---|
| 62 | Interface change to the class G4VParticleChange.
|
|---|
| 63 |
|
|---|
| 64 | 29.11.2004 - A.Ribon (Rich-V06-02-01)
|
|---|
| 65 | Migration to cmath.
|
|---|
| 66 |
|
|---|
| 67 | 15.07.2004 - J.Allison, tag Rich-V06-02-00
|
|---|
| 68 | Changed /vis/viewer/viewpointThetaPhi ->
|
|---|
| 69 | /vis/viewer/set/viewpointThetaPhi.
|
|---|
| 70 |
|
|---|
| 71 | 18.05.2004 - A.Ribon (Rich-V06-01-00)
|
|---|
| 72 | Ported to PI light. No changes of the code.
|
|---|
| 73 |
|
|---|
| 74 | 12.03.2004 - A.Ribon (Rich-V06-00-00)
|
|---|
| 75 | Fixed compilation errors and warnings for g++ 3.2 .
|
|---|
| 76 |
|
|---|
| 77 | 02.12.2003 - G.Cosmo (Rich-V05-02-00)
|
|---|
| 78 | Fixed compilation errors and warnings ...
|
|---|
| 79 |
|
|---|
| 80 | 12.11.2003 - J.Allison
|
|---|
| 81 | Updated Vis Manager.
|
|---|
| 82 |
|
|---|
| 83 | 26.05.2003 - P.M.Lorenzo
|
|---|
| 84 | Created. First version.
|
|---|
| 85 |
|
|---|