source: trunk/source/event/History @ 1245

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

update geant4.9.3 tag

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