source: trunk/source/digits_hits/History @ 1012

Last change on this file since 1012 was 1012, checked in by garnier, 15 years ago

update

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