source: trunk/source/digits_hits/History @ 1267

Last change on this file since 1267 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

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