source: trunk/source/event/History @ 1315

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

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 23.1 KB
Line 
1$Id: History,v 1.130 2010/05/20 09:43:21 flei 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     ----------------------------------------------------------
19May 20th, 2010, F.Lei (event-V09-03-02)
20- Added a number of Get methods to G4SPSEneDistribution.hh
21
22April 19th, 2010, M.Asai (event-V09-03-01)
23- Improving a logic in G4PrimaryTransformer. Addressing the problem report #1101.
24
25April 19th, 2010, M.Asai (event-V09-03-00)
26- Fix warning message in G4SmartTrackStack found with gcc 4.5.0.
27
28Movember 18th, 2009, G.Cosmo (event-V09-02-05)
29- Fixes to "Adjoint" classes to allow build of DLLs on Windows: renamed all
30  methods and data holding "External" as keyword to "Ext".
31  Cleanup of the code: use "const G4String&" instead of "G4String" wherever
32  possible; use G4 types in consistent way; avoid usage of "isNan"; code
33  formatting cleanup; added Geant4 disclaimer.
34
35November 6, 2009, L.Desorgher (event-V09-02-04)
36- First commit of G4Adjoint calsses for event category
37  New classes are G4AdjointPosOnPhysVolGenerator,G4AdjointPrimaryGenerator, G4AdjointStackingAction
38
39September 16, 2009, M.Asai (event-V09-02-03)
40- Improved the logic in G4SmartTrackStack.
41- Added /event/stack/verbose to have a short report of peak number of tracks in
42  the urgent stack.
43
44August 17, 2009, M.Asai (event-V09-02-02)
45- Introducing G4SmartTrackStack class. By using this new stack as the urgent stack of
46  G4StackManager, the next track poped up from the stack is not necessarily the last
47  track stored in the stack, but the track of same particle type as the previous one,
48  as long as such a track exists in the urgent stack. This mechanism is expected to
49  improve the performance for ultra-large scale simulation such as LHC, by increasing
50  the cashe hit rate of the physics tables.
51- The use of G4SmartTrackStack is optional. To use it, uncomment the "#define" line
52  in include/evmandefs.hh.
53
54June 29, 2009, M.Asai (event-V09-02-01)
55- Fix warning message in G4SPSEneDistribution.cc.
56
57February 17, 2009, F. Lei (event-V09-02-00)
58- Minor chnages to G4GeneralParticleSourceMessenger.cc. It now uses the full ranges of units pre-defined in G4 for length, energy and angle.
59
60September 02, 2008, G.Cosmo (event-V09-01-01)
61- Removed some redundant semicolons in G4SPSAngDistribution header...
62
63June 02, 2008, F. Lei (event-V09-01-00)
64- Cleared gcc 4.3 compilation warning (src/G4SPSEneDistribution.cc:1155)
65- Added a few Get methods to G4SPSAngDistribution (bug #1013)
66
67December 4, 2007, F. Lei (event-V09-00-03)
68- Fixed the problem in bug report #988
69
70November 7, 2007, M.Asai (event-V09-00-02)
71- Added private copy constructor and =, ==, += operators to G4ParticleGun. Addressing to Bug Report 984.
72
73October 1, 2007, P.Gumplinger and M.Asai (event-V09-00-01)
74- Add UI commands /gun/momentum and /gun/momentumAmp
75  for example: /gun/momentumAmp 1.0 GeV (not GeV/c)!
76
77September 28, 2007, P.Gumplinger (event-V09-00-00)
78- Add class member particle_momentum and
79  method SetParticleMomentum(G4double)
80
81June 11, 2007, G.Santin (event-V08-03-02)
82- Fix to normalisation of source intensities with multiple sources:
83  G4GeneralParticleSource::IntensityNormalization
84
85June 4, 2007, A.Howard (event-V08-03-01)
86- Put back some classes required for scoring of biasing cells:
87  G4CellScorerStore and G4CellScorer
88
89May 31, 2007, A.Howard (event-V08-03-00)
90- Removal of classes from old biasing/scoring scheme:
91  G4CellScorer, G4CellScorerStore, G4ScoreTable, G4Scorer
92- Files remain on the HEAD for testing purposes
93
94March 8, 2007, M.Asai (event-V08-02-01)
95- Consolidation of previous tag with a new flag in G4EventManager.
96
97March 5, 2007, M.Asai (event-V08-02-00)
98- Prevent from unnecessary creation of G4String objects in G4Event, which were
99default for random number status.
100
101November 17, 2006, F.Lei (event-V08-01-03)
102- Improved implementation of flat_sampling (biasing) for multiple sources in GPS.
103
104November 17, 2006, F.Lei (event-V08-01-02)
105- First implementation of flat_sampling (biasing) for multiple sources.
106
107November 10, 2006, F.Lei (event-V08-01-01)
108- Added line 468 to for initialization to G4PSEneDistribution.cc
109
110November 02, 2006, M.Asai (event-V08-01-00)
111- Add a flag in G4Event to keep the particular event object until the end of current run.
112- Add a set method to G4EventManager to control the above flag and add a UI command in G4EvManMessenger.
113
114June 15, 2006, M.Asai (event-V08-00-04)
115- Add zero vector check for polarization of optical photon in G4PrimaryTransformer.
116
117May 10, 2006, M.Asai (event-V08-00-03)
118- Import G4RayShooter from visualization/RayTracer.
119
120May 06, 2006, M.Asai (event-V08-00-02)
121- Store random number status to G4Event.
122
123May 05, 2006, M.Asai (event-V08-00-01)
124- G4EventManager : Set G4Event pointer before the G4State is changed.
125
126March 03, 2006, M.Asai (event-V08-00-00)
127- Bug fix in rarely used G4ParticleGun constructor.
128
129November 30, 2005, G.Cosmo (event-V07-01-05)
130- Trivial fixes to G4SPSAngDistribution and G4SPSPosDistribution for
131  support of CLHEP-2.0.X series.
132
133November 22, 2005, M.Asai (event-V07-01-04)
134- Put G4Exception to the constructors of G4UserEventAction and
135  G4UserStackingAction to protect against their instantiation before
136  G4VUserPhysicsList is instantiated and set to G4RunManager.
137- Put protection against null pointer to
138  G4ParticleGun::SetParticleDefinition().
139
140November 21, 2005, M.Asai (event-V07-01-03)
141- Fix a bug in the previous tag.
142
143November 18, 2005, M.Asai (event-V07-01-02)
144- Migration to sstream.
145- Move G4HepMC classes to examples/extended/eventgenerator/HepMC.
146
147October 20, 2005, Joseph Perl (event-V07-01-01)
148- Tag to co-work with vis-V07-01-05.
149
150Oct 17, 2005 Jane Tinslay
151- Modify GNUmakefile to follow intercoms->graphics_reps migration for
152  G4VGraphicsScene and G4VVisManager
153
154Sep 05, 2005, F.Lei (event-V07-01-00)
155- Corrected typo in printout in G4GeneralParticleMessenger.cc (bug #786)
156
157Jun 13, 2005, G.Cosmo (event-V07-00-05)
158- Corrected typo in printout in G4GeneralParticleMessenger.cc.
159
160May 30, 2005, M.Asai (event-V07-00-04)
161- Modify G4PrimaryTransformer to accept exotic particles.
162
163May 10, 2005, F.Lei  (event-V07-00-03)
164- commentingt out line 157 in G4SinglePariclesource.cc. Fixing a bug in
165   particle weight
166
167Apr 26, 2005, M.Asai (event-V07-00-02)
168- Modify G4PrimaryTransformer
169 - to accept shortlived primary particle with proper decay table,
170 - to issue a warning message if a shortlived primary does not have decay table nor
171   pre-assigned decay mode,
172 - and to add a new virtual method to alter the conversion of such shortlived into
173   a track (default implementation converts it).
174- Modify G4ParticleGun and G4ParticleGunMessenger to accept shortlived primary particle
175  with proper decay table.
176
177Mar 24, 2005, M.Asai (event-V07-00-01)
178- Move G4PrimaryParticle, G4PrimaryVertex, G4VUserPrimaryParticleInformation and
179  G4VUserPrimaryVertexInformation to particles/management.
180- Modify G4PrimaryTransformer to take care of a mass defined in G4PrimaryParticle
181  if it is defined.
182
183Jan 26, 2005, F.Lei  (event-V07-00-00)
184- bug (typo) fix in G4SPSRandomGenerator.cc (lines 608,709)
185- restored the inheritance to G4VPrimaryGenerator for G4GeneralParticleSource
186- bug fix in G4SPSEneDistribution.cc (lines 1168,1169)
187
188Dec 02, 2004, M.Asai (event-V06-02-04)
189- Migration to <cmath>.
190
191Oct 28, 2004, F.Lei  (event-V06-02-03)
192- Added new features, focused beam and multiple vertexes, to GeneralParticleSource.
193
194Aug 10, 2004, M.Asai (event-V06-02-02)
195- G4PrimaryTransformer becomes a base class.
196
197Jul 7, 2004, M.Asai (event-V06-02-01)
198- Treatment of G4UnknownParticle is added to G4PrimaryTransformer.
199
200Jul 1, 2004, G.Cosmo (event-V06-02-00)
201- Trivial fix for porting on gcc-3.4.0 compiler: removed extra semicolons
202  in G4CellScorerStore.cc.
203
204Jun 11, 2004, G.Cosmo (event-V06-01-07)
205- Use global flag G4EVENT_ALLOC_EXPORT to export extern symbols for DLLs.
206  Modified GNUmakefile and rearranged usage of extern symbols in classes.
207
208Jun 9, 2004, G.Cosmo (event-V06-01-06)
209- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
210  allowing support of DLLs on Windows.
211- Coworks with "global-V06-01-02b".
212
213Jun 7, 2004, G.Cosmo (event-V06-01-05)
214- Export extern symbols for allowing support of DLLs on Windows. Modified files:
215  G4Event.hh, G4HEPEvtParticle.hh, G4PrimaryParticle.hh, G4PrimaryVertex.hh,
216  G4StackedTrack.hh, G4TrajectoryContainer.hh.
217- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
218- Coworks with "global-V06-01-02a".
219
220May 26, 2004, M.Asai (event-V06-01-04)
221- Fix incorrect behaviour of event abortion requested by BeginOfEventAction.
222
223May 04, 2004, M.Asai (event-V06-01-03)
224- Access methods to G4TrackingManager and G4StackManager are added
225  to G4EventManager.
226
227Apr, 26, 2004, F. Lei (event-V06-01-02)
228- Restored a few methods to G4GeneralParticleSource.hh to maintain backward
229  compatibility.
230
231Apr, 5, 2004, F. Lei (event-V06-01-01)
232- Added "UserWRTSurace = true", "UserAngRef= flase" to constructor of
233  G4SPSAngDistribution.
234- Apply the Max/Min angle limits to the User defined angular distribution case.
235- New formula for conevrting integral spectrum to differential one.
236 
237Apr, 1, 2004, F. Lei (event-V06-01-00)
238- Major design iteration of the G4GeneralParticleSource class. The following
239  new classes have been added:
240        - G4SingleParticleSource
241        - G4SPSEneDistribution
242        - G4SPSAngDistribution
243        - G4SPSPosDistribution
244        - G4SPSRandomGenerator
245  See http://reat.space.qinetiq.com/gps for more details of the changes.
246       
247Mar. 15, 2004, M.Asai (event-V06-00-01)
248- LocateGlobalPointAndSetup() method of G4Navigator is now invoked at the
249  beginning of each event to reset the navigator.
250
251Feb. 22  2004, H.Kurashige (event-V06-00-00)
252- Bug Fix in the destructor of G4ParticleGunMessenger
253
254Nov 19 2003, M.Asai (event-V05-02-09)
255- G4ParticleGun.cc, G4ParticleGunMessenger.cc:
256 - Added protection against shooting shortlived particle.
257
258Oct 13 2003, F.Lei (event-V05-02-08)
259- increased the array size from 256 to 1024 for user defined histograms.
260- Bug fix in G4GeneralParticleSource.cc: make sure the SideRefVec(1/2/3) are unit
261  vectors.
262
263Oct 03 2003, G.Cosmo (event-V05-02-07)
264- GNUmakefile:
265  o added dependency to new module "geometry/navigation".
266  o replaced "digits+hits" with "digits_hits".
267- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
268
269Oct 01 2003, M.Asai (event-V05-02-06)
270- Set G4DynamicParicle the pointer to the corresponding primary particle.
271
272Sep 12 2003, M.Asai (event-V05-02-05)
273- Introducing G4VUserPrimaryVertexInformation and G4VUserPrimaryParticleInformation
274  classes, which can be associated with G4PrimaryVertex and G4PrimaryParticle,
275  respectively.
276- Adding a treatment of "proper decay time" for preassigned decay products.
277- Introducing G4StackChecker class, a utility class which can be used by a user.
278
279Sep 09 2003, M.Asai (event-V05-02-04)
280- Introducing G4VUserEventInformation class, which can be associated with G4Event.
281
282Aug 13 2003, M.Asai (event-V05-02-03)
283- Introducing another entry method G4EventManager::ProcessOneEvent which takes
284  G4TrackVector class object.
285- Adding a mechanism of merging more than one kinds of primaries (HepHC and
286  G4PrimaryVertex or G4TrackVector and G4PrimaryVertex).
287- Change the trackID numbering scheme for "PostposedToNextEvent" tracks.
288  Now they have negative trackID.
289
290Aug 11 2003, M.Asai (event-V05-02-02)
291- Maintain links between pre-assigned decay products and corresponding primary
292  particle. Becuse of this, G4PrimaryParticle objects of pre-assigned decay
293  have proper track ID.
294
295Aug 01 2003, M.Asai (event-V05-02-01)
296- Introducing a new entry method G4EventManager::ProcessOneEvent which takes
297  HepMC event class object instead of G4Event object.
298- G4HepMCInterface::HepMC2G4 becomes a static service method.
299- G4HepMCInterface::CheckVertexInsideWorld is moved to G4VPrimaryGenerator and
300  also becomes a static servic method.
301
302Aug 01 2003, M.Asai (event-V05-02-00)
303- With introducing G4RunManagerKernel class in Run category, G4EventManager now
304  toggles the application states between G4State_GeomClosed and G4State_EventProc.
305
306Jun 04 2003, G.Cosmo (event-V05-01-02)
307- Fixes for inclusion of <strstream> in G4HEPEvtInterface.cc in view
308  of the g4std wrappers migration.
309
310Jun 03 2003, G.Cosmo (event-V05-01-01)
311- Fixed trivial warning in G4GeneralParticleSourceMessenger.cc.
312
313May 21 2003, M.Asai (event-V05-01-00)
314- Clean up unused variables.
315
316Dec 06 2002, G.Cosmo (event-V04-01-11)
317- Corrected tag to include also "event-V04-01-09" !!
318
319Dec 04 2002, M.Asai (event-V04-01-10)
320- Migration to new G4ApplicationState
321
322Dec 03 2002, M.Asai (event-V04-01-09)
323- Fix memory leak caused by deleting stacked tracks.
324
325Dec 03 2002, G.Cosmo (event-V04-01-08)
326- Protect code defining interface to HepMC from compilation on Windows systems.
327  Temporarly solution until CLHEP will support the HepMC module on Windows.
328
329Nov 25 2002, M.Asai (event-V04-01-07)
330- Fix a bug in G4CellScorer.cc
331
332Nov 18 2002, M.Asai (event-v04-01-06)
333- Introducing HepMC interfaces
334- Tag for Geant4 5.0 release
335
336Nov 4th 2002 M.Dressel (event-V04-01-05)
337     - remove G4std:: where it does not belong to
338
339Oct 28 2002, M.Dressel (event-V04-01-04)
340- Added G4CellScorer[.hh.cc], G4CellScorerStore[.hh.cc], G4ScoreTable[.hh.cc], G4Scorer[.hh.cc]
341
342Oct 06 2002, M.Asai (event-V04-01-03)
343- Protect user's mis-use of destructor of G4TrajectoryContainer.
344  By design it was expected that G4TrajectoryContainer would be
345  deleted by G4Event destructor, after "clearAndDestroy" is
346  separately invoked.
347
348Aug 19 2002, M.Asai (event-V04-01-02)
349- Change the default value of charge for G4PrimaryParticle.
350
351Aug 13 2002, M.Asai (event-V04-01-01)
352- G4Event: Introducing an EventAborted flag.
353
354Jun 29 2002, V.Ivantchenko (event-V04-01-00)
355- G4PrimaryParticle: fixed initialisation of 'charge' in constructors.
356
357Jun 8 2002, M.Asai (event-V04-00-04)
358- Fix G4TrajectoryContainer to be compliant to gcc-3.1.
359
360May 29 2002, M.Asai (event-V04-00-03)
361- Added TransferOneStackedTrack() method to G4StackManager.
362
363May 15 2002, M.Asai (event-V04-00-02)
364- Introducing new G4TrajectoryContainer class which aggregates STL vector,
365  instead of deriving from STL vector.
366
367Feb 26 2002, G.Cosmo (event-V04-00-01)
368- Optimised implementation of SetNewValue() in G4ParticleGunMessenger and
369  G4GeneralParticleSourceMessenger to allow porting on WIN32-VC for optimised
370  compilation.
371
372Jan 22 2002, M.Asai (event-V04-00-00)
373- Remove the check G4PrimaryTransformer whether the primary vertex is inside
374  the world volume. The check has been moved to G4SteppingManager.
375
376Nov 21 2001, M.Asai (event-V03-02-09)
377- G4PrimaryTransformer.cc: now considering case where a primary is placed on the
378  boundary of the world volume. Added units.
379
380Nov 20 2001, M.Asai (event-V03-02-08)
381- Add check whether the primary vertex is inside of thw world volume.
382- Move set method of position and time from G4ParticleGun to G4VPrimaryGenerator
383  so that G4HEPEvtInterface can accept the primary vertex position
384
385Nov 10 2001, M.Asai (event-V03-02-07)
386- Tagged.
387
388Oct 19 2001, F. Lei
389- Code changes to remove compilation warnings un gcc-2.95.2
390- Added Beam option for generating accerlator beams
391
392Oct 11 2001, G.Cosmo (event-V03-02-06)
393- Replaced inclusions of ctoken.h with G4Tokenizer.hh in
394  G4GeneralParticleSourceMessenger.cc and G4ParticleGunMessenger.cc.
395  Removed comment on RW wrappers.
396- Co-works with tag "globals-V03-02-03" where the STLInterface
397  module has been removed.
398
399Aug 27 2001, M.Asai (event-V03-02-05)
400- Convert NULL to 0 in G4EventManager.cc
401
402Aug 17 2001, M.Asai (event-V03-02-04)
403- G4EventManager.cc is debugged according to bug report 289.
404
405July 19 2001, M.Asai (event-V03-02-03)
406- Tagged
407
408July 19 2001, F.Lei
409- Most commands under G4ParticleGun class are now available under GPS
410
411    e.g..
412    /gun/position => /gps/position
413    /gun/direction => /gps/direction
414    /gun/energy  => /gps/energy
415   ...
416
417- Implemented co-ordinates rotation for angular distribution. User defined
418co-ordinates was an option available to user in the messenger but not
419implemented internally in the older version gps.
420Source angular distribution coupled with positional distribution can lead to
421rather strange combinations. To avoid this I used a simple scheme in this
422implementation:
423
424- For cos-law angular distribution the default maxtheta is set to pi/2.
425    instead of pi. The user can of course re-set this to any number between
426        0 - pi.
427
428- Added user defined histogram re-set method. After re-set user can
429      redefine all the histograms. To use
430        /gps/resethist  'histname'
431-  Bug fixed in generating theta, and in calculating the weight.
432
433- Added further guidance in the messenger for the definition of pre-defined
434    energy distributions
435
436Jul 18 2001, M.Asai (event-V03-02-02)
437- Added a new feature for the user to increase the number of waiting stacks.
438
439Jul 17 2001, M.Asai (event-V03-02-01)
440- G4PrimaryParticle now stores the proper trackID.
441
442Jul 13 2001, G.Cosmo (event-V03-02-00)
443- Cleanup of pedantic warnings in Linux-g++ ANSI setup.
444- Corrected "int" to "G4int".
445- Corrected "NULL" to "0".
446- Synchronised with HEAD revision after inclusion of disclaimer
447  liability.
448
449Jun 28 2001, G.Cosmo (event-V03-01-01)
450- Added CVS headers to G4GeneralParticleSource[.hh.cc] and
451  G4GeneralParticleSourceMessenger[.hh.cc].
452  Removed <CR> characters and corrected format for comments to
453  appear in the Software Reference Manual.
454
455Apr 20 2001, G.Cosmo (event-V03-01-00)
456- Modified G4GeneralParticleSource.cc according to recent migration to
457  STL vector for the geometry domain (tag "geometry-V03-01-00").
458
459Feb 8 2001, M.Asai (event-V03-00-03)
460- Migration to STL vector classes
461  affected files :
462./event/include/G4HEPEvtInterface.hh
463./event/include/G4PrimaryParticle.hh
464./event/include/G4TrajectoryContainer.hh
465./event/src/G4EventManager.cc
466./event/src/G4GeneralParticleSource.cc
467./event/src/G4HEPEvtInterface.cc
468./event/src/G4PrimaryParticle.cc
469./event/src/G4PrimaryTransformer.cc
470
471Feb 7 2001, M.Asai (event-V03-00-02)
472- Add proper time to G4PrimaryParticle
473
474Feb 7 2001, M.Asai (event-V03-00-01)
475- Fix syntax errors in G4GeneralSourceParticle.cc
476
477Feb 5 2001, M.Asai (event-V03-00-00)
478
479Jan 26 2001, F. Lei
480- bug fixing in G4GeneralSourceParticle.cc
481 replace:
482          posphi = acos(tx/sin(posthe));
483 
484 with:
485          if (posthe != 0. && posthe != pi)
486             posphi = acos(tx/sin(posthe));
487          else
488             posphi = 0.0;
489          endif
490
491Nov 20 2000, G.Cosmo (event-V02-00-04)
492- Removed data-logs from test directory.
493
494Nov 13 2000, M.Asai (event-V02-00-03)
495
496Nov 10 2000, F.Lei
497- Adding src and include sub-directory and files to test/GeneralParticleSource
498- Improving the speed in  G4GeneralParticleSource::GenerateIsotropicFlux() and
499   G4GeneralParticleSource::GenerateCoslawFlux()
500-    some bug fixing:
501          i) dclared ' G4int count' in all ****Interpolation functions
502          ii) added ' return (0.) ' to GenerateUserDefTheta and GenerateUserDefPhi
503              as default.
504          iii) changed
505               #include <iostream.h>
506                 to #include "g4std/fstream"
507              in G4GeneralParicleSourceMessenger.cc
508
509Nov 9 2000, M.Asai (tag event-V02-00-02)
510- Adding /source/event/test and GeneralParticleSource sub-directory.
511
512Oct 31 2000, F.Lei
513  G4GeneralParticleSource:
514  G4GeneralParticleSourceMessenger:
515        G4GeneralParticleSource is an alternative primary source
516        generator to G4ParticleGun. It has all the functions of
517        G4ParticleGun plus many options for specifing the primary
518        event particle and vertex.
519
520 - added  -I$(G4BASE)/global/HEPNumerics/include \
521      to GNUMakefile
522
523
524Oct 19 2000, M.Asai (tag event-V02-00-01)
525  G4ParticleGun :  Add Set/GetParticleCharge methods for ions.
526  G4ParticleGunMessenger : Add new command of /gun/ion
527                         : Modify command of /gun/particle
528  G4PrimaryParticle : Add Set/GetCharge methods
529                    : Add weight
530  G4PrimaryVertex : Add weight
531  G4PrimaryTransformer : Use G4PrimaryParticle::GetCharge to give dynamic charge
532                         in G4DynamicParticle
533                       : Set weight of G4Track
534
535July 22 2000, M.Asai (tag event-V02-00-00)
536- Adding some new Set methods to G4PrimaryVertex and G4PrimaryParticle
537  classes.
538
539Jan 26, 00, M.Asai (tag event-V01-00-01)
540- Corrections for trajectories of suspended tracks
541- This tag requires tracking-V01-00-01
542
543Jan 12, 00, M.Asai (tag event-V01-00-00)
544- G4EventManager becomes a singleton.
545- G4EventManager keeps the pointers of all user action classes except
546 run action.
547- Null pointer protections are added for SetUserAction methods in
548 G4EventManager and G4StackManager.
549
550Nov 4, 99, M.Asai (tag event-V00-01-01)
551- Comments are enriched for the software reference manual
552
553Oct 4, 99, J.Allison (tag event-V00-01-00)
554- Removed -I$(G4BASE)/graphics_reps/include from GNUmakefile (no
555  longer necessary after G4VVisManager moved to intercoms).
556
557Jun 7, 99, J.Allison (tag event-01-00-03)
558- Trapped "G4HEPEvtInterface:: cannot open file."
559
560Apr 15, 99 M.Asai (tag event-01-00-02)
561- Catch up the changes of trajectory classes in tracking category.
562
563Apr 09, 99 M.Asai (tag event-01-00-01)
564- Change the pointer arguments in user action classes to const.
565
566Nov 11, 98 M.Asai (tag event-00-03-04)
567- Optimize G4PrimaryVertex for events such as having huge number
568  of primaries.
569
570Oct 10, 98 M.Asai (tag event-00-03-03)
571- Bug fix in G4PrimaryVertex.
572- Add verbosity to G4PrimaryXXX.
573
574Oct 01, 98 M.Asai (tag event-00-03-02)
575- Introducing a new inlined method in G4ParticleGun.hh.
576
577Sep. 21, 98 M.Asai (tag event-00-03-01)
578- Inclusion of "G4HCofThisEvent.hh" and "G4DCofThisEvent.hh" moved
579  from "G4Event.cc" to "G4Event.hh", to avoid the link problem on
580  HP-CC (not aCC).
581
582July 19, 98 M.Asai (tag event-00-01-03)
583- More tight check against EoF in G4HEPEvtInterface
584
585July 15, 98 M.Asai (tag event-00-01-02)
586
587July 4, 98 M.Asai (tag event-00-01-01)
588- ready for the beta release
589
590June 30, 98 M.Asai (tag event-00-07-01)
591- Introduce shortlived particles
592
593June 22, 98 P. Urban
594- Preliminary results of tracking optimisation merged into the HEAD.
595- tagged as event-00-06-03
596
597June 10, 98 M.Asai
598- G4ParticleGunMessenger.cc is modified to catch up the new G4UIcommand
599- tagged as event-00-06-02
600
601June 8, 98 M.Asai
602- tagged as event-00-06-01
603
604June 6, 98 M.Asai
605- G4Event and G4EventManager is updated for the new "digita+hits" scheme
606- GNUmakefile is updated
607
608May 6, 98 M.Asai
609- G4ParticleGun is cleaned up.
610
611April 29, 98 G.Cosmo (event-00-05-02)
612- Removed print-out of track's pointers from verbose level in
613  G4EventManager.cc (P.Urban)
614
615April 22, 98 M.Asai
616- Tagged as event-00-05-01
617
618April 9, 98 G.Cosmo
619- Porting on DEC-cxx 6.0.
620  Removed meaningless usage of "const" qualifier from functions
621  return type for basic types by value. Modified files:
622  G4StackManager.hh, G4TrackStack.hh
623
624April 6, 97 M.Nagamatu
625- modified G4ParticleGunMessenger.cc to fix the "Unit length" of
626 /gun/position command.
627
628December 19, 97 G. Cosmo - (alpha03)
629
630- Created.
Note: See TracBrowser for help on using the repository browser.