source: trunk/source/digits_hits/History @ 893

Last change on this file since 893 was 850, checked in by garnier, 16 years ago

geant4.8.2 beta

File size: 9.5 KB
Line 
1$Id: History,v 1.33 2008/08/27 18:35:28 asaim Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20Aug 27, 2008, M.Asai (digits_hits-V09-01-00)
21- Fixing a bug in utils/src/G4ScoringBox.cc for the use of G4PVDivision.
22- Fixing a bug in utils/src/G4VScoreWriter.cc for indexing scheme in GetIndex() method.
23
24Dec 11, 2007, G.Cosmo (digits_hits-V09-00-05)
25- Added "graphics_reps" to GLOBLIBS list to allow for building DLLs on
26  WIN32-VC platform.
27- Changes for disclaimer and std namespace.
28
29Nov 14, 2007, M.Asai (digits_hits-V09-00-04)
30- Minor corrections and fixes.
31
32Nov 09, 2007, M.Asai (digits_hits-V09-00-03)
33- Introducing Command-base scoring mechanism. This is a preliminary release
34  with Geant4 9.1. This time, shape of scoring cell is limited to box.
35
36Sep 24, 2007, M.Asai (digits_hits-V09-00-02)
37- Introducing 3D scorers to be used in command-base scoring.
38
39Aug 30, 2007, M.Asai (digits_hits-V09-00-01)
40- First implementation of interactive parallel world scoring.
41- Co-working with run-V09-00-01, procman-V09-00-00, config-V09-00-00
42
43July 11, 2007, M.Asai (digits_hits-V09-00-00)
44- Create new sub-directory "scorer" and move all scorer and filter classes
45  to this new directory. "utils" sub-directory will be used for interactive
46  scoring utilities.
47
48June 4, 2007, A.Howard (digits_hits-V08-03-04)
49- Removed G4PSPopulation class to obviate circular dependency
50
51June 4, 2007, A.Howard (digits_hits-V08-03-03)
52- Put back some classes required for scoring of geometrical biasing cells:
53  G4CellScoreValues, G4CellScoreComposer
54
55May 31, 2007, A.Howard (digits_hits-V08-03-02)
56- Removed classes associated with old biasing/scoring scheme in detector:
57  G4CellScoreComposer, G4CellScoreValues, G4CellStoreScorer
58- Files remain on the HEAD for testing purposes
59
60May 17, 2007, M.Asai (digits_hits-V08-03-01)
61- Introducing new scorers for event biasing options.
62
63May 11, 2007, G.Cosmo (digits_hits-V08-03-00)
64- Make use of G4GeometryTolerance instead of kCarTolerance constant.
65- Requires tag "global-V08-03-00" and related set.
66
67Apr 20, 2007, M.Asai (digits_hits-V08-02-00)
68- Fix the way of counting outward steps in flux scorers.
69
70Nov 17, 2006, M.Asai (digits_hits-V08-01-00)
71- Tag for release 8.2
72
73Jan 2, 2006, M.Asai (digits_hits-V08-00-00)
74- Missing methods in G4VDigiCollection and G4TDigiCollection are added.
75
76Nov 22, 2005,  M.Asai (digits_hits-V07-01-04)
77- G4SDParticleFilter: Protection against null pointer.
78
79Nov 18, 2005,  M.Asai (digits_hits-V07-01-03)
80- Introducing G4THitsMap template class.
81- Introducing concrete primitive scorer and filter classes.
82
83Nov 16, 2005,  M.Asai (digits_hits-V07-01-02)
84- Adding a new sub-directory "utils" where new concrete primitive scorers and
85  concrete filters are stored.
86
87Sept 27, 2005,  M.Asai (digits_hits-V07-01-01)
88- Updating new classes.
89
90Sept 22, 2005,  M.Asai (digits_hits-V07-01-00)
91- Introducing G4MultiFunctionalDetector, G4VPrimitiveSensitivity and G4VSDFilter
92  classes.
93
94June 1, 2005,  J.Allison (digits_hits-V07-00-00)
95- G4VHit: Fixed interface to CreateAttValues (removed const). Improved
96  description.
97- G4VDigi: Improved description.
98
99Nov 18, 2004,  J.Perl (digits_hits-V06-02-01)
100- G4VDigi.hh: add methods to store and retrieve HepRep attributes in same
101  manner that we currently have for trajectories and hits.
102
103Jul 1, 2004,  G.Cosmo (digits_hits-V06-02-00)
104- G4CellScoreComposer.cc, G4TrackLogger.cc: trivial fix for extra
105  semicolons, required for porting on gcc-3.4.0 compiler.
106
107Jun 11, 2004, G.Cosmo (digits_hits-V06-01-03)
108- Use global flag G4DIGI_ALLOC_EXPORT to export extern symbols for DLLs.
109  Modified granular GNUmakefiles and rearranged usage of extern symbols
110  in classes.
111
112Jun 9, 2004, G.Cosmo (digits_hits-V06-01-02)
113- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
114  allowing support of DLLs on Windows.
115- Coworks with "global-V06-01-02b".
116
117Jun 7, 2004, G.Cosmo (digits_hits-V06-01-01)
118- G4THitsCollection, G4HCofThisEvent, G4TDigiCollection, G4DCofThisEvent:
119  export extern symbols for allowing support of DLLs.
120- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
121- Coworks with "global-V06-01-02a".
122
123May 3, 2004, G.Cosmo (digits_hits-V06-01-00)
124- G4SDManager, G4SDStructure: added optional argument 'warning' to
125  FindSensitiveDetector(pathName, warning), defaulted to TRUE, to
126  eventually exclude warning issued by G4SDManager when sensitive
127  detector is not found.
128  The fix has been requested by ALICE to deactivate the warning when
129  a new sensitive-detector is created automatically in their framework.
130
131Mar 15, 2004, M.Asai (digits_hits-V06-00-01)
132- Fix errors in the previous tag.
133
134Mar 09, 2004, M.Asai (digits_hits-V06-00-00)
135- Some methods are added to G4HCtable for additional verbosity.
136
137Oct 04, 2003, G.Cosmo (digits_hits-V05-02-00)
138- Imported files from directory digits+hits.
139- Changed name of global library to G4digits_hits.
140- Added dependency on new module geometry/navigation where needed.
141
142Jun 03, 2003, G.Cosmo (digits_hits-V05-01-01)
143- Fixed trivial warning in G4VHit.cc.
144
145May 19, 2003, M.Asai (digits_hits-V05-01-00)
146- Fix warning messages
147
148Apr 23, 2003, M.Asai (digits_hits-V05-00-02)
149- Fix warning messages (M.Dressel)
150
151Mar 05, 2003, M.Asai (digits_hits-V05-00-00)
152- Fix G4VSensitiveDetector::GetCollectionID for more than one
153 sensitive detector objects instantiated from one detector class.
154
155Nov 27, 2002, M.Asai (digits_hits-V04-01-05)
156- Fix memory leak in G4SDManager.
157
158Nov 18, 2002, M.Asai (digits_hits-V04-01-04)
159- Tag for Geant4 5.0 release.
160
161Nov 04, 2002, G.Cosmo (digits_hits-V04-01-03)
162- Fixed compilation errors on SUN-CC (usage of G4std:: namespace) in
163  "detector" module. (M.Dressel)
164
165Nov 01, 2002, M.Asai (digits_hits-V04-01-02)
166- Tag for Geant4 5.0 tag-set#1.
167
168Nov 1, 2002, J.Allison  (digits+hits-V04-01-01 - does not include V04-01-00)
169- Canonical tag of hits-traj03a.
170
171Oct 30, 2002, M.Asai/J.Allison (hits-traj03a)
172- Added default implementation of G4VHitsCollection::GetHit and GetSize.
173
174Oct 28, 2002, J.Allison (hits-traj03 - does *not* include digits_hits-V04-01-00)
175- Changed GetAttDefs return signature to map.
176- Changed GetAttValues to CreateAttValues.
177- Improved description in G4VHit.
178
179Oct 24, 2002, M.Asai/J.Allison (hits-traj02)
180- Added virtual const G4std::vector<G4AttDef>* GetAttDefs/Values to G4VHit.hh.
181- Added GetHit and GetSize to G4VHitsCollection.
182
183Oct 23, 2002, M.Dressel (digits_hits-V04-01-00)
184- Added classes for event scoring in module "detector":
185  G4CellScoreComposer[.hh.cc], G4CellScoreValues.hh,
186  G4CellStoreScorer[.hh.cc], G4TrackLogger[.hh.cc].
187
188Jul 13, 2001, G.Cosmo (digits+hits-V03-02-00)
189- Cleanup of pedantic warnings in Linux-g++ ANSI setup.
190- Corrected "int" to "G4int".
191- Corrected "NULL" to "0".
192- Synchronised with HEAD revision after inclusion of disclaimer
193  liability.
194
195Feb 8, 2001, M.Asai (digits+hits-V03-00-01)
196- STL vector classes migration
197  affected files :
198./digits+hits/detector/include/G4HCtable.hh
199./digits+hits/detector/include/G4SDStructure.hh
200./digits+hits/detector/include/G4SensitiveVolumeList.hh
201./digits+hits/detector/include/G4SensitiveVolumeList.icc
202./digits+hits/detector/include/G4VSensitiveDetector.hh
203./digits+hits/detector/include/G4CollectionNameVector.hh
204./digits+hits/detector/src/G4HCtable.cc
205./digits+hits/detector/src/G4SDStructure.cc
206./digits+hits/detector/src/G4SensitiveVolumeList.cc
207./digits+hits/detector/src/G4VSensitiveDetector.cc
208./digits+hits/digits/include/G4DCofThisEvent.hh
209./digits+hits/digits/include/G4TDigiCollection.hh
210./digits+hits/digits/src/G4DCofThisEvent.cc
211./digits+hits/hits/include/G4HCofThisEvent.hh
212./digits+hits/hits/include/G4THitsCollection.hh
213./digits+hits/hits/src/G4HCofThisEvent.cc
214
215Nov 4, 99, M.Asai (tag digits+hits-V00-01-00)
216- Comments are enriched for software reference manual.
217
218Oct 26, 98 M.Asai (tag digits+hits-00-03-01)
219- Debugged in G4HCofThisEvent.hh and G4DCofThisEvent.hh
220
221July 15, 98 M.Asai (tag digits+hits-00-01-02)
222- Modify some UI command definitions.
223
224July 4, 98 M.Asai (tag digits+hits-00-01-01)
225- Ready for the beta release.
226
227July 1, 98 M.Asai (tag digits+hits-00-07-02)
228- G4TDigiCollection has been debugged.
229
230June 30, 98 M.Asai (tag digits+hits-00-07-01)
231- Introduce G4Allocator for G4HCofThisEvent, G4DCofThisEvent,
232  G4HitsCollection, G4DigiCollection.
233- New template classes G4THitsCollection and G4TDigiCollection
234- New base class protected method in G4VSensitiveDetector
235- Corrections in G4VReadoutGeometry
236
237June 11, 98 G.Cosmo (digits+hits-00-06-02)
238- Removed CR characters from G4HCtable.hh, .cc (P.Urban)
239
240June 8, 98 M.Asai
241- Tagged as digits+hits-00-06-01
242
243June 6, 98 M.Asai
244- New sub-directories (detector, hits, digits) are introduced.
245- All codes which used to be in include and src directories are
246 moved to the newly created sub-directories.
247- GNUmakefile is completely changed to catch up the new directory
248 structure.
249
250April 21, 98 M.Asai
251- Tagged as hits-00-05-01.
252
253December 19, 97 G. Cosmo - (alpha03)
254
255- Created.
Note: See TracBrowser for help on using the repository browser.