| 1 | $Id: History,v 1.7 2004/03/15 19:18:52 asaim 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 | Mar 15, 2004, M.Asai (readout-V06-00-00)
|
|---|
| 21 | - Add some methods in G4DCtable to enhance a verbosity
|
|---|
| 22 |
|
|---|
| 23 | Oct 4, 2003, G.Cosmo (readout-V05-02-00)
|
|---|
| 24 | - GNUmakefile:
|
|---|
| 25 | o added dependency to new module "geometry/navigation".
|
|---|
| 26 | o replaced "digits+hits" with "digits_hits".
|
|---|
| 27 | - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
|
|---|
| 28 |
|
|---|
| 29 | Oct 18, 2001, M.Asai (readout-V03-02-00)
|
|---|
| 30 | - Correction for warning messages by gcc-2.95.2
|
|---|
| 31 |
|
|---|
| 32 | Feb 8, 2001, M.Asai (readout-V03-00-01)
|
|---|
| 33 | - Migration to STL vector classes
|
|---|
| 34 | affected files :
|
|---|
| 35 | ./readout/include/G4DCtable.hh
|
|---|
| 36 | ./readout/include/G4DigiManager.hh
|
|---|
| 37 | ./readout/include/G4VDigitizerModule.hh
|
|---|
| 38 | ./readout/src/G4DCtable.cc
|
|---|
| 39 | ./readout/src/G4DigiManager.cc
|
|---|
| 40 |
|
|---|
| 41 | Nov 4, 99, M.Asai (tag readout-V00-01-00)
|
|---|
| 42 | - entries() method is added to G4TDigiCollection
|
|---|
| 43 | - Commecnts are enriched for the software reference manual.
|
|---|
| 44 |
|
|---|
| 45 | July 15, 98 M.Asai (tag readout-00-01-02)
|
|---|
| 46 |
|
|---|
| 47 | July 4, 98 M.Asai (tag readout-00-01-01)
|
|---|
| 48 | - Ready for the beta release
|
|---|
| 49 |
|
|---|
| 50 | June 30, 98 M.Asai (tag readout-00-07-01)
|
|---|
| 51 | - G4Allocator is introduced to G4DCofThisEvnet and G4DigiCollection.
|
|---|
| 52 |
|
|---|
| 53 | June 11, 98 G.Cosmo (readout-00-06-02)
|
|---|
| 54 | - removed CR characters from G4DCtable.hh.cc and
|
|---|
| 55 | G4VDigitizerModule.hh.cc (P.Urban)
|
|---|
| 56 |
|
|---|
| 57 | June 8, 98 M.Asai
|
|---|
| 58 | - tagged as readout-00-06-01
|
|---|
| 59 |
|
|---|
| 60 | June 6, 98 M.Asai
|
|---|
| 61 | - Created.
|
|---|
| 62 | - Introduce first versions of codes
|
|---|
| 63 |
|
|---|