source: trunk/source/event/History @ 964

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

update event

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