| [814] | 1 | $Id: History,v 1.6 2007/06/04 13:17:18 ahoward Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | June 4, 2007, A.Howard
|
|---|
| 21 | - Put back some classes required for scoring of geometrical biasing cells:
|
|---|
| 22 | G4CellScoreValues, G4CellScoreComposer
|
|---|
| 23 | (in module tag: "digits_hits-V08-03-03")
|
|---|
| 24 |
|
|---|
| 25 | May 31, 2007, A.Howard
|
|---|
| 26 | - Removed classes associated with old biasing/scoring scheme:
|
|---|
| 27 | G4CellScoreComposer, G4CellScoreValues, G4CellStoreScorer
|
|---|
| 28 | (in module tag: "digits_hits-V08-03-02")
|
|---|
| 29 | - Files remain on the HEAD for testing purposes
|
|---|
| 30 |
|
|---|
| 31 | Jul, 1st 2004 G.Cosmo
|
|---|
| 32 | - G4CellScoreComposer.cc, G4TrackLogger.cc: trivial fix for extra
|
|---|
| 33 | semicolons, required for porting on gcc-3.4.0 compiler.
|
|---|
| 34 |
|
|---|
| 35 | May, 3rd 2004 G.Cosmo
|
|---|
| 36 | - G4SDManager, G4SDStructure: added optional argument 'warning' to
|
|---|
| 37 | FindSensitiveDetector(pathName, warning), defaulted to TRUE, to
|
|---|
| 38 | eventually exclude warning issued by G4SDManager when sensitive
|
|---|
| 39 | detector is not found.
|
|---|
| 40 | The fix has been requested by ALICE to deactivate the warning when
|
|---|
| 41 | a new sensitive-detector is created automatically in their framework.
|
|---|
| 42 |
|
|---|
| 43 | Oct, 4th 2003 G.Cosmo
|
|---|
| 44 | - Imported from digits+hits directory.
|
|---|
| 45 |
|
|---|
| 46 | Nov, 4th 2002 M.Dressel
|
|---|
| 47 | - Removed G4std:: where it does not belong to.
|
|---|
| 48 |
|
|---|
| 49 | Oct 28th, 2002 M.Dressel
|
|---|
| 50 | - Added G4CellScoreComposer[.hh.cc], G4CellScoreValues.hh,
|
|---|
| 51 | G4CellStoreScorer[.hh.cc], G4TrackLogger[.hh.cc].
|
|---|
| 52 |
|
|---|
| 53 | June 6, 98 M.Asai
|
|---|
| 54 | - Created.
|
|---|