source: trunk/source/digits_hits/History @ 846

Last change on this file since 846 was 814, checked in by garnier, 16 years ago

import all except CVS

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