source: trunk/source/run/History @ 839

Last change on this file since 839 was 828, checked in by garnier, 16 years ago

import all except CVS

File size: 30.7 KB
Line 
1$Id: History,v 1.173.2.2 2008/04/17 09:12:23 kurasige 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     ----------------------------------------------------------
19April 17th, 2008, Hisaya Kurashige (run-V09-00-08)
20- Add G4Transportation to shortlived particles in G4VUserPhysicsList
21  in order to fix a bug for shortlived particle decay
22
23November 16th, 2007, Makoto Asai (run-V09-00-06)
24- Re-order the commands in G4RunMessenger so that obsolete commands appear last.
25
26November 15th, 2007, Gabriele Cosmo (run-V09-00-05)
27- Corrected inclusion of Randomize.hh header and use of CLHEP namespace.
28
29November 13th, 2007, Makoto Asai (run-V09-00-04)
30- Introducing a new /random/setSeeds command which allows to set seeds.
31- Now /random/setDirectoryName command creates directories as needed.
32
33November 8th, 2007, Makoto Asai (run-V09-00-03)
34- Obsolete UI commands now do nothing except warning messages.
35
36September 23rd, 2007, Makoto Asai (run-V09-00-02)
37- Re-tagged with new tag name.
38- G4VUserPhysicsList::AddTransportation() temporarily checks the existance
39 of G4ScoringManager.
40
41August 30th, 2007, Makoto Asai (run-V009-00-01)
42- First implementation of interactive parallel world scoring.
43- Co-working with digits_hits-V09-00-01, procman-V09-00-00, config-V09-00-00
44
45July 13th, 2007, Makoto Asai (run-V09-00-00)
46- Co-working with the new G4ScoringManager.
47
48June 20th, 2007, Makoto Asai (run-V08-03-07)
49- Fixed seg fault with stacking events (Bug report #951).
50
51June 15th, 2007, Gabriele Cosmo (run-V08-03-06)
52- Fixed leak in G4VModularPhysicsList: delete allocated 'physicsVector'
53  in destructor.
54
55May 30th, 2007, Gabriele Cosmo (run-V08-03-05)
56- Temporarly restored switching mechanism for G4CoupledTransportation,
57  activated if parallel geometry is registered.
58- Removed UseG4Transportation8() method to G4VUserPhysicsList and
59  /run/useOldTransportation command to G4UserPhysicsListMessenger.
60
61May 24th, 2007, Makoto Asai (run-V08-03-04)
62- Fixed the name of random number status file.
63
64May 21st, 2007, Makoto Asai (run-V08-03-03)
65- Fixed against accessing to the world logical volume that had already been deleted.
66
67May 9th, 2007, Makoto Asai (run-V08-03-02)
68- In G4RunManagerKernel, UpdateRegion() method now internally invokes CheckRegions() method
69  to make sure all region information are updated.
70
71May 7th, 2007, Makoto Asai (run-V08-03-01)
72- Add UseG4Transportation8() method to G4VUserPhysicsList and /run/useOldTransportation
73  command to G4UserPhysicsListMessenger. This option works only prior to /run/initialize
74  and also wothout a parallel world.
75
76May 4th, 2007, Makoto Asai (run-V08-03-00)
77- Remove switching mechanism of G4CoupledTransportation.
78
79May 3rd, 2007, Makoto Asai (run-V08-02-03)
80- Fix memory leak in G4VUserPhysicsList.
81- G4VUserDetectorConstruction class now has access methods to the parallel worlds.
82 
83March 8th, 2007, Makoto Asai (run-V08-02-02)
84- Consolidation of previous tag with a new G4RunManager flag and corresponding UI command.
85 
86March 5th, 2007, Makoto Asai (run-V08-02-01)
87- Prevent from unnecessary creation of G4String objects in G4Event, which were
88default for random number status.
89
90January 19th, 2007, Makoto Asai (run-V08-02-00)
91- Fix to make G4RunManager::NumberOfEventToBeStored() work properly
92  (addressing to bug#925)
93- Add protection against missing particle types before BuildPhysicsTable
94  is invoked (addressing to bug#923)
95
96December 1st, 2006, Makoto Asai (run-V08-01-06)
97- Fixed memory leak at initialisation in G4MatScanMessenger.
98- Modified CheckRegions() method not to use inefficient and obsolete
99  SetWorld() method in G4RegionStore. Set world volumes to regions directly
100  and more efficiently by retrieving the list of worlds from
101  G4TransportationManager.
102
103November 30th, 2006, Gabriele Cosmo (run-V08-01-05)
104- In destructor of G4RunManagerKernel, allow for proper deletion of
105  default region and deallocation of units from the G4UnitsTable.
106- Synchronised files with HEAD.
107- Coworks with tags: "global-V08-01-07" and "geommng-V08-01-08".
108
109November 20th, 2006, Makoto Asai (run-V08-01-04)
110- Re-tagged with correct files.
111
112November 17th, 2006, Makoto Asai (run-V08-01-03)
113- Update History file to include all the developments made in cvs branch.
114
115November 15th, 2006, Gabriele Cosmo (run-V08-01-02)
116- Added call to the FPE handler in constructor of G4RunManagerKernel.
117  The call is activated if the flag G4FPE_DEBUG is set in the environment
118  at compilation. Allows for catching of NaNs in applications for debug.
119- Updated GNUmakefile accordingly.
120- Coworks with tag "global-V08-01-05".
121
122November 14th, 2006, Gabriele Cosmo (run-V08-01-01)
123- Bringing in changes from branch tag (run-V08-01-ref04-03).
124 - Added mechanism for detecting presence of parallel word registered
125  and allow switching of transportation in G4VUserPhysicsList.
126 - G4Run object is now kept until the begining of the next run, so that
127  the user can have an access to the valid G4Run pointer during the
128  Idle state after the run.
129 - Events can be kept un-deleted, stored in G4Run, and persist until
130  the deletion of G4Run objects.
131
132June 9th, 2006, Makoto Asai (run-V08-01-00)
133- Introducing G4VUserParallelWorld class and related changes in G4RunManager
134  and G4VUserDetectorConstruction classes.
135
136May 16th, 2006, Makoto Asai (run-V08-00-03)
137- Add a command in G4MatScanMessenger.
138
139May 10th, 2006, Makoto Asai (run-V08-00-02)
140- Fix GNUmakefile to avoid a loop dependency.
141
142May 6th, 2006, Makoto Asai (run-V08-00-01)
143- Store random number status to G4Run and G4Event.
144
145May 5th, 2006, Makoto Asai (run-V08-00-00)
146- Introducing the material scanner utility.
147
148November 28th, 2005, Makoto Asai (run-V07-01-08)
149- In G4RunManagerKernel.cc, changed inclusion of version.hh to G4Version.hh.
150  Coworks with tag "global-V07-01-05".
151
152November 22th, 2005, Makoto Asai (run-V07-01-07)
153- Put G4Exception to the constructors of G4VUserPrimaryGeneratorAction and
154  G4UserRunAction to protect against their instantiation before G4VUserPhysicsList
155  is instantiated and set to G4RunManager.
156- Remove redundant invokation of G4VUserPhysicsList::ConstructParticle() from
157  G4RunManagerKernel::InitializePhysics().
158
159November 10th, 2005, Makoto Asai (run-V07-01-06)
160- In G4RunManagerKernel.cc, invokation of G4ParticleTable::GetParticleTable()->SetReadiness();
161  has been moved from the constructor to SetPhysics() method.
162- This change enforces that all particles must be instantiated in ConstructParticle() method
163  in the physics list along with the introduction of non-static particle definition classes
164  in the tag particles-V07-01-02.
165
166November 9th, 2005, Gabriele Cosmo (run-V07-01-05)
167- Implemented migration to <sstream> from deprecated <strstream>.
168- Added changes for support of CLHEP-2.0.X.
169
170November 7th, 2005, Gabriele Cosmo (run-V07-01-04)
171- Added graphics_reps to CPPFLAGS in GNUmakefile, following the changes
172  introduced in tag "run-V07-01-02" for migration of vis code.
173- Use version.hh for version and date in G4RunManagerKernel constructor.
174
175October 28th, 2005, Makoto Asai (run-V07-01-03)
176- Working tag for merging "envelope" to G4Region.
177- This tag does NOT contain run-V07-01-02 tag.
178
179October 20, 2005, Joseph Perl (run-V07-01-02)
180- Tag to co-work with vis-V07-01-05.
181
182October 17th, 2005 Jane Tinslay
183- Modify GNUmakefile to follow intercoms->graphics_reps migration for
184  G4VGraphicsScene and G4VVisManager
185
186September 26th, 2005 G.Cosmo (run-V07-01-01)
187- Removed definition of G4Allocator<G4Run> after changes made in
188  previous tag (fixed compilation error for run-V07-01-00).
189
190September 19th, 2005 M.Asai (run-V07-01-00)
191- Cosmetic changes in G4Run.
192
193June 17th, 2005 M.Asai (run-V07-00-05)
194- Changed version string in G4RunManagerKernel not to have CVS version string.
195
196June 13th, 2005 G.Cosmo (run-V07-00-04)
197- Changed date to G4RunManagerKernel for release 7.1.
198
199June 11th, 2005 M.Asai (run-V07-00-03)
200- Add SetPrimaryTransformer method to RunManager and RunManagerKernel.
201
202May 30th, 2005 M.Asai (run-V07-00-02)
203- Messages about defined particles and physics tables are now printed
204  out only for verbose level greater than 1.
205
206March 22nd, 2005 M.Asai (run-V07-00-01)
207- Moved invocation of ConstructParticle() method back to the original place in InitializePhysics().
208
209February 17th, 2005 G.Cosmo (run-V07-00-00)
210- Changed date in G4RunManagerKernel for patch-01 to release 7.0.
211
212December 30th, 2004 M.Asai
213- Reset static pointers for G4RunManager and G4RunManagerKernel when
214  RunManager is deleted.
215
216December 7th, 2004 G.Cosmo (run-V06-02-08)
217- Changed date in G4RunManagerKernel for release 7.0.
218
219November 27th, 2004 H.Kurashige (run-V06-02-07)
220- Change "ConstructParticle" and "ConstructProcess" methods to 'public'
221
222November 25th, 2004 M.Asai (run-V06-02-06)
223- Fix a wrong behaviour of G4RunManager when the user modifies his/her
224  geometry without replacing the world.
225
226November 1st,  2004 H.Kurashige (run-V06-02-05)
227- Add PreparePhysicsTable for nucleus process initialization
228
229October 25,  2004 H.Kurashige (run-V06-02-04)
230- Modify BuildPhysicsTable for new scheme of Store/RetrievePhysicsTable
231
232September 24, 2004 M.Asai (run-V06-02-03)
233- Temporarily allow the use of G4ParticleTable before the construction of physics table.
234
235August 30, 2004 M.Asai (run-V06-02-02)
236- G4RunManagerKernel lets G4ParticleTable know once the physics list
237  is instantiated and set to G4RunManagerKernel.
238
239August 10, 2004 M.Asai (run-V06-02-01)
240- G4VUserPhysicsList::GenerateParticles() is now invoked directly from
241 G4RunManagerKernel.
242
243July 21, 2004 G.Cosmo (run-V06-02-00)
244- Changed date for release 6.2-patch01.
245
246June 11, 2004 G.Cosmo (run-V06-01-03)
247- Use global flag G4RUN_ALLOC_EXPORT to export extern symbols for DLLs.
248  Modified GNUmakefile and rearranged usage of extern symbols in G4Run.
249
250June 09, 2004 G.Cosmo (run-V06-01-02)
251- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
252  allowing support of DLLs on Windows.
253- Coworks with "global-V06-01-02b".
254
255June 04, 2004 G.Cosmo (run-V06-01-01)
256- Updated date in G4RunManagerKernel for release 6.2.
257- Export extern symbols for allowing support of DLLs on Windows.
258  Modified G4Run.hh.
259- GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
260- Coworks with "global-V06-01-02a".
261
262May 04, 2004, M.Asai (run-V06-01-00)
263- Access methods to G4TrackingManager and G4StackManager are added
264  to G4RunManagerKernel.
265
266March 18, 2004, M.Asai (run-V06-00-02)
267- Added NIM reference to header and WWW info.
268- Changed date for release 6.1.
269
270March 15, 2004, M.Asai (run-V06-00-01)
271- Invokation of G4Navigator::LocateGlobalPointAndSetup() is now moved to
272  G4EventManager so that the navigator is reset for every event.
273
274February 09, 2004, G.Cosmo (run-V06-00-00)
275- Changed date for patch-01 to release 6.0.
276
277December 09, 2003, G.Cosmo (run-V05-02-10)
278- Changed date for release 6.0.
279
280November 12, 2003, M.Asai (run-V05-02-09)
281- Remove dedicated treatment of anti-proton, neutron and anti-neutron
282  from BuildPhysicsTable of UserPhysicsList.
283
284November 04, 2003, M.Asai (run-V05-02-08)
285- Cosmetic changes of messages for storing/retreiving physics table
286
287November 03, 2003, M.Asai (run-V05-02-07)
288- Introducing PhysicsHasBeenModified() method in G4RunManagerKernel class
289  and relared wrapper methods in G4RunManager and G4RunMessenger.
290
291November 3, 2003, H.Kurashige (run-V05-02-06)
292- G4VUserPhysicsList:
293  o Clean Up error messages for store/retreiving physcs table
294
295October 21, 2003, M.Asai (run-V05-02-05)
296- G4RunManagerKernel:
297  o Protect against a region which does not have a cut pointer.
298
299October 4, 2003, G.Cosmo (run-V05-02-04)
300- GNUmakefile:
301  o added dependency to new module "geometry/navigation".
302  o replaced "digits+hits" with "digits_hits".
303- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
304
305September 25, 2003, H.Kurashige (run-V05-02-03)
306- Modify GNUmakefile for processes/cuts category
307
308September 09, 2003, M.Asai (run-V05-02-02)
309- Fix a typo in G4VUserPhysicsList.
310
311August 25, 2003, G.Cosmo (run-V05-02-01)
312- G4RunManager.cc: changed date for release 5.2-patch01.
313
314August 01, 2003, M.Asai (run-V05-02-00)
315- Introducing G4RunManagerKernel class.
316
317June 19, 2003, G.Cosmo (run-V05-01-04)
318- G4VUserPhysicsList.cc: check IsShortLived() before building the
319  physics table in BuildPhysicsTable(). (V.Ivantchenko)
320- G4RunManager.cc: changed date for release 5.2.
321
322May 21, 2003, M.Asai (run-V05-01-03)
323- G4RunManager : Old world logical volume to be removed from the default region
324
325May 21, 2003, M.Asai (run-V05-01-02)
326- Clean up unused variables.
327
328May 16, 2003, G.Cosmo (run-V05-01-01)
329- G4RunManager.cc: changed date for 5.1-patch01.
330
331May 06, 2003, G.Cosmo (run-V05-01-00)
332- G4RunManager[hh.cc]: changed behavior of function DefineWorldVolume()
333  to properly reset navigation history and optimisation in case the
334  topology of the geometry has changed between runs.
335  It requires simplification of all examples/tests where geometry setup
336  is changed between runs.
337  o Added new boolean argument (default set to TRUE) to specify if
338    topology has changed. Call to DefineWorldVolume() at initialisation
339    will use FALSE as value for this argument.
340  o Forced open/close geometry in method ResetNavigator() to properly
341    reset G4Navigator status and remove old optimisations.
342
343Apr 29, 2003, M.Asai (run-V05-00-17)
344- G4UserPhysicsListMessenger.cc: changed implementation in
345  SetNewValue() for command 'setCutRCmd' to allow porting on
346  gcc-3.2 and WIN32-VC. Use istrstream instead of G4Tokenizer.
347
348Apr 25, 2003, G.Cosmo (run-V05-00-16)
349- G4VUserPhysicsList.cc: fixed typo in definition of ResetCuts().
350
351Apr 24, 2003, M.Asai (run-V05-00-15)
352- Invoke BuildPhysicsTable for dynamically created ions.
353
354Apr 23, 2003, M.Asai (run-V05-00-14)
355- Add a data member to G4Run.
356
357Apr 23, 2003, G.Cosmo (run-V05-00-13)
358- Changed date for release 5.1 in G4RunManager.
359
360Apr 16, 2003, M.Asai (run-V05-00-12)
361- Remove features in tag run-05-00-09 but include later tags.
362
363Apr 14, 2003, M.Asai (run-V05-00-11)
364- Recover /run/particle/dumpCutValues command.
365
366Apr 11, 2003, M.Asai (run-V05-00-10)
367- Recover /run/particle/applyCuts command.
368
369Apr 03, 2003, M.Asai (run-V05-00-09)
370- G4RunManager::DefineWorldVolume() now invokes ResetNavigator().
371
372Mar 17, 2003, M.Asai (run-V05-00-08)
373- Recover obsolete commands of /run/particle.
374
375Mar 14, 2003, H.Kurashige (run-V05-00-07)
376- Revert G4VUserPhysicsList::ResetCuts
377
378Mar 11, 2003, M.Asai (run-V05-00-06)
379- Added commands for SetCuts.
380- Implemented store/retreive physics list.
381- Removed BuildPhysicsTable from Initialize and moved to BeamOn
382
383Mar 10, 2003, M.Asai (run-V05-00-05)
384- Added GenerateRun method in G4UserRunAction.
385
386Feb 19, 2003, G.Cosmo (run-V05-00-04)
387- Moved warning for usage of SetCutValueForOthers() from G4cerr to G4cout.
388
389Jan 31, 2003, M.Asai (run-V05-00-03)
390- Fixed initialisation of world-volume pointer in DefineWorldVolume(), to
391  make it not-ambiguous.
392
393Jan 30, 2003, M.Asai (run-V05-00-02)
394- Removed call to RemoveRootLogicalVolume() in method DefineWorldVolume().
395  Now root regions are deregistered directly from the logical volume store,
396  when the destructor of a logical volume is invoked.
397
398Jan 14, 2003, M.Asai (run-V05-00-01)
399- Fix problems in run-V05-00-00 tag
400
401Dec 16, 2002, G.Cosmo (run-V05-00-00)
402- Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
403  Included development for 'cuts-by-region':
404  o In G4VUserPhysicsList, removed the following methods:
405    ReCalcCutValue(), SetCutValueForOthers(), SetCutValueForOtherThan(),
406    ReCalcCutValueForOthers(), StoreMaterialInfo(), StoreCutValues(),
407    RetrieveCutValues(), CheckForRetrievePhysicsTable(), CheckMaterialInfo().
408    Added method BuildPhysicsTable().
409  o Modified G4RunManger to properly handle new cuts scheme based on regions.
410
411Dec 12, 2002, G.Cosmo (run-V04-01-07)
412- Updated date to G4RunManager.cc for release 5.0.
413
414Dec 4, 2002, M.Asai (run-V04-01-05, run-V04-01-06)
415- Migration to new G4ApplicationState.
416
417Nov 27, 2002 M.Asai (run-V04-01-04)
418- Fix memory leak in G4RunManager by deleting G4ExceptionHandler object.
419
420Aug 20, 2002 R. Chytracek (run-V04-01-03)
421- Introducing ResetNavigator() method needed in cases where a geometry
422  has been modified between runs in order to properly re-initialize navigator's
423  state
424 
425Aug 19, 2002 M.Asai (run-V04-01-02)
426- Introducing a new G4Exception scheme
427 Added : G4ExceptionHandler.hh G4ExceptionHandler.cc
428 Modified : G4RunManager.hh G4RunManager.cc
429
430Aug 13, 2002 M.Asai (run-V04-01-01)
431- G4RunManager sets "eventAbortion" flag of G4Event if that particular event is
432  aborted. Co-working with "event-V04-01-01" and "tracking-V04-01-00".
433
434Aug 13, 2002 M.Dressel
435- removed the files I have placed in run:
436 include/G4MapPtkStandardCellScorer.hh
437 include/G4ParallelSamplerMessenger.hh 
438 include/G4StandardCellScoreValues.hh
439 include/G4StandardCellScorer.hh
440 include/G4StandardScoreTable.hh
441 include/G4StandardScorer.hh
442 src/G4MapPtkStandardCellScorer.cc
443 src/G4ParallelSamplerMessenger.cc
444 src/G4StandardCellScorer.cc
445 src/G4StandardScoreTable.cc
446 src/G4StandardScoreTable.cc
447 src/G4StandardScorer.cc
448
449Aug 8, 2002 M.Asai (run-V04-01-00)
450- G4RunManager and G4RunMessenger are modified to
451 - introduce "soft abortion", i.e. event loop is aborted after processing the current event
452 - introduce AbortEvent() method and corresponding UI command
453- NOTE :
454 internal-1-run-V04-01-01 is NOT included in this tag
455
456July 18, 2002 M.Dressel
457- change G4StandardScorerTable to the new G4IStore
458
459July 12, 2002 M.Dressel
460- added comments to include/G4ParallelSamplerMessenger.hh
461  and src/G4ParallelSamplerMessenger.cc
462
463July 11, 2002 M.Dressel (internal-1-run-V04-01-01)
464- add:
465 include/G4MapPtkStandardCellScorer.hh
466 include/G4ParallelSamplerMessenger.hh 
467 include/G4StandardCellScoreValues.hh
468 include/G4StandardCellScorer.hh
469 include/G4StandardScoreTable.hh
470 include/G4StandardScorer.hh
471 src/G4MapPtkStandardCellScorer.cc
472 src/G4ParallelSamplerMessenger.cc
473 src/G4StandardCellScorer.cc
474 src/G4StandardScoreTable.cc
475 src/G4StandardScoreTable.cc
476 src/G4StandardScorer.cc
477- the G4StandardScorer.cc needs the G4EventManager
478  G4ParallelSamplerMessenger.hh needs G4StandardScorer.
479  The other classes are needed in turn.
480- coworks with  internal-2-transport-V04-01-01
481                internal-2-geombias-V04-01-01
482
483Jun 25, 2002 G.Cosmo (run-V04-00-04)
484- Changed date to G4RunManager.cc for release 4.1.
485
486May 29, 2002 H.Kurashige (run-V04-00-03)
487- Add G4VModularPhysicsList.cc
488- Use "virtual" inheritance for G4VVModularPhysicsList
489
490Apr 26, 2002 M.Asai (run-V04-00-02)
491- G4RunManager re-opens geometry when G4 state becomes QUIT.
492
493Feb 26, 2002 G.Cosmo (run-V04-00-01)
494- G4RunManager.cc: fixed new date for the public patch "geant4-04-00-patch-02".
495
496Jan 29, 2002 G.Cosmo (run-V04-00-00)
497- G4RunManager.cc: fixed new date for the public patch "geant4-04-00-patch-01".
498
499Dec 07, 2001 G.Cosmo (run-V03-02-11)
500- G4RunManager.cc: fixed new date for the December public release.
501
502Nov 27, 2001 M.Asai (run-V03-02-10)
503- Change implementation in rndmSaveThisRun() and rndmSaveThisEvent().
504     
505Nov 23, 2001 M.Maire
506- Add rndmSaveThisRun() and rndmSaveThisEvent() methods to G4RunManager.
507- Add /random/ commands to G4RunMessenger
508
509Nov 20, 2001 M.Asai (run-V03-02-09)
510- Add GetVersionString() method to G4RunManager.
511
512Oct 24, 2004 M.Asai (run-V03-02-08)
513
514Oct 20, 2001 H.Kurasige
515- Modified Set/GetCuts() related methods in G4VUserPhysicsList
516  for "cut-per-materials" implementation.
517
518Oct 24, 2001 G.Cosmo (run-V03-02-07)
519- Removed references to G4GeomTestMessenger now moved to geometry/volumes
520  module. Files G4RunManager[.hh.cc], GNUmakefile.
521
522Oct 23, 2001 G.Cosmo (run-V03-02-06)
523- Merged changes in "run-V03-02-04a" and "run-V03-02-05" for removal of
524  STLinterface module.
525 
526Oct 11, 2001 G.Cosmo (run-V03-02-05)
527- Replaced inclusion of ctoken.h with G4Tokenizer.hh in
528  G4UserPhysicsListMessenger.cc.
529- Co-works with tag "globals-V03-02-03" where the STLInterface
530  module has been removed.
531
532Oct 11, 2001 G.Cosmo (run-V03-02-04a)
533- Modified G4RunManager:
534  o added pointer to G4GeomTestMessenger for including new default
535    set of commands /geomtest/* in kernel, providing ability to check
536    for volumes overlaps in the user's detector geometry.
537  o modified call to G4GeometryManager::CloseGeometry() by adding
538    argument to verbose-mode.
539- The tag co-works with "geometry-V03-02-01" and "config-V03-02-06b"
540
541Oct 10, 2001 M.Asai (run-V03-02-04)
542- Add an option to store random number engine status for BOTH
543  of each run and each event.
544
545Oct 10, 2001 H.Kurashige
546- Modify G4VUserPhysicsList::SetCutsForOthers to fix problems of
547   no invocation of RetreivePhysicsTable() for muons 
548   
549Sep 19, 2001 H.Kurashige (run-V03-02-03)
550- Modify G4VUserPhysicsList for STL migration of materials (Hisaya)
551
552Aug 02, 2001, G.Cosmo (run-V03-02-02)
553- Add Set/GetApplyCuts methods in G4VUserPhysicsList (Hisaya)
554- Add /run/particle/applyCuts command in G4UserPhysicsListMessenger (Hisaya)
555- Updated revision number of G4RunManager.cc for reference tag.
556
557Jul 18, 2001, M.Asai (run-V03-02-01)
558- Add a new feature for the user to increase the number of waiting stacks
559- Co-working with event-V03-02-02
560
561Jul 15, 2001
562- Fixed bugs in G4VUserPhysicsList     (Hisaya)
563--- Modify Store/RetreivePhysicsTable for new G4VProcess
564--- Fixed bugs in StoreMaterialInfor and StoreCutValues in binary mode
565 
566Jul 13, 2001, G.Cosmo (run-V03-02-00)
567- Cleanup of pedantic warnings in Linux-g++ ANSI setup.
568- Corrected "NULL" to "0".
569- Synchronised with HEAD revision after inclusion of disclaimer
570  liability.
571
572Jun 22, 2001, M.Asai (run-V03-01-00)
573- Tagging for the release
574
575Mar. 12 2001, H.Kurashige
576- add binary mode for G4VUserPhysicsList::Retrieve/StorePhysicsTable
577- add G4VUserPhysicsList::RetrieveCutValues and related
578- add G4VUserPhysicsList::Set/ResetStoredInAscii()
579  to switch on ascii mode for Retrieve/StorePhysicsTable
580- add setStoredInAscii command in G4UserPhysicsList
581
582Feb 8 2001, M.Asai (run-V03-00-01)
583- Migration to STL vector classes
584  affected files :
585./run/include/G4RunManager.hh
586./run/src/G4RunManager.cc
587
588Feb 7 2001, M.Asai (run-V03-00-00)
589- STL migration of G4RunManager
590
591Dec 14 2000, G.Cosmo (run-V02-00-06)
592- Updated date to G4RunManager.cc for public release 3.0.
593
594Nov 19 2000, M.Asai (run-V02-00-05)
595- Another fix to G4VUserPhysicsList (H.K)
596
597Nov 16 2000, M.Asai (run-V02-00-04)
598- Fixes a bug in G4VUserPhysicsList (H.K)
599
600Nov 16 2000, M.Asai (run-V02-00-03)
601- Add G4VModularPhysicsList and G4VPhysicsConstructor
602  to modularize UserPhysicsList   (H.K)
603
604Nov 13 2000, M.Asai (run-V02-00-02)
605- Introducing a capability of storing random number status file to other directory
606
607Nov 9 2000, M.Asai (run-V02-00-01)
608- add Retrieve/StorePhysicsTable and related methods
609  in G4VUserPhysicsList and modify BuildPhysicsTable method  (H.K.)
610- add store/retreivePhysicsTable command in G4UserPhysicsListMessenger (H.K.)
611 
612Jul 22 2000, M.Asai (run-V02-00-00)
613- Modify G4RunManager and G4RunMessenger because of elimination of
614  G4StateManager::Pause() and introducing new G4UImanager as state
615  dependent class.
616
617Dec 2 99, M.Asai (run-V00-01-04)
618- G4RunManager displays the version number when it is constructed.
619
620Nov 7 99, H.Kurashige (run-V00-01-03)
621-  Comments are enriched for software reference manual.
622
623
624Nov 4, 99, M.Asai (tag run-V00-01-02)
625- Comments are enriched for software reference manual.
626
627Oct 7, 99, J.Allison (tag run-V00-01-01)
628- Removed -I$(G4BASE)/graphics_reps/include from GNUmakefile (no
629  longer necessary after G4VVisManager moved to intercoms).
630
631Jul 25, 99 M.Asai (tag run-V00-01-00)
632- Store/restore the status of the random number engine to
633  separate files
634
635Jun 09, 99 M.Asai (tag run-01-00-06)
636- Store/restore the status of the random number engine
637- Get methods of G4RunManager for the user action classes
638
639May 21, 99 H.Kurashige (run-01-00-05)
640- Fixed bug in G4VUserPhysicsList::InitializeProcessManager()
641
642May 17, 99 J.Allison
643- In G4RunManager.cc, moved G4Timer.hh to prevent conflict with ObjectSpace
644  on Sun when using the STL Interface.
645
646Apr 22, 99 M.Asai (tag run-01-00-04)
647- Now run ID is set by G4RunManager.
648
649Apr 16,  99 H.Kurashige (tag run-01-00-03)
650-  Remove G4VUserPhysicsList::ConstructAllParticles and related
651-  Change argument of SetCuts method
652
653Apr 14, 99 H.Kurashige (tag run-01-00-02)
654- "buildPhysicsTable" command is added in G4UserPhysicsListMessenger
655
656Apr 09, 99 M.Asai (tag run-01-00-01)
657- Argument of G4UserRunAction methods bcomes to const.
658
659Feb. 9 99 H.Kurashige
660- G4VUserPhysicsList::RemoveProcessManager is added
661
662Dec. 9 98 H.Kurashige (tag run-00-04-01)
663- G4VUserPhysicsList is updated to use G4GenericIon (Hisaya)
664- G4VUserPhysicsList::ConstructAllParticles method is added (Hisaya)
665- G4VUserPhysicsList::DumpCutValues use BestOfUnits (Michel)
666
667Nov 12, 98 M.Asai (tag run-00-03-05)
668- G4VUserPhysicsList.cc is updated for new EM physics processes (L.Urban).
669
670Oct 13, 98 M.Asai (tag run-00-03-04)
671- PostStepDoIt of transportation is registered (J.Apostolakis).
672
673Oct 01, 98 M.Asai (tag run-00-03-03)
674- G4RunManager now has a switch for optimizing the geometry.
675- G4RunMessenger has a UI command for above switch.
676
677Sep 29, 98 M.Asai (tag run-00-03-02)
678- Modifications on G4VUserPhysicsList (M.Maire and L.Urban)
679
680Sep 25, 98 M.Asai (tag run-00-03-01)
681- "BeamOn" accepts a macro file.
682    affected files : G4RunManager.hh .cc, G4RunMessenger.hh .cc
683
684Aug 31, 98 John Allison (tag run-00-02-02)
685- Re-implemented pVVisManager->GeometryHasChanged()!
686
687Aug 17, 98 H.Kurashige (tag run-00-02-03)
688- Added create/delete G4ProcessTableMessenger
689
690Aug 14, 98 John Allison (tag run-00-02-02)
691- Implemented pVVisManager->GeometryHasChanged() - code by M.Asai.
692
693Aug 12, 98 M.Asai (tag run-00-02-01)
694- Modification of G4VUserPhysicsList.cc (H.Kurashige)
695
696July 21, 98 M.Asai (tag run-00-01-06)
697
698July 15, 98 M.Asai (tag-run-00-01-05)
699
700July 13, 98 M.Asai (tag run-00-01-04)
701
702July12 , 98 H.Kurashige
703- Added "/run/particle/addProcManager" command in G4UserPhysicsListMesseneger
704- Modified G4VUserPhysicsList:AddProcessManager
705
706July 9, 98 M.Asai (tag run-00-01-03)
707- Bug fix for G4VUserPhysicsList.cc
708
709July 7, 98 M.Asai (tag run-00-01-02)
710- G4RunManager trigger the construction of G4ParticleTableMessenger
711 to avoid inconsistent ordering of command / unit objects' building.
712
713
714July 4, 98 M.Asai (tag run-00-01-01)
715- Includes the modification in G4VUserPhysicsList.cc (P.Urban)
716
717June 30, 98 M.Asai (tag run-00-07-01)
718- G4Run uses G4Allocator.
719- example4 is updated with the new G4THitsCollection template.
720
721June 30, 98 H.Kurashige
722- Modified G4VUserPhysicsList.cc and MyPhysicsList.cc in example4
723  for shortlived particles
724
725June 26, 98 G.Cosmo (run-00-06-06)
726- Modified GNUmakefiles for new electromagnetics structure.
727  (by J.Allison)
728
729June 25, 98 G.Cosmo (run-00-06-05)
730- Updated reference output and reference error of
731  example1, example2, example7, EmPhys2, example_demo and example_ghost.
732- Protected visualization code with G4VIS_USE in EmPhys2.
733
734June 25, 98 M.Asai (run-00-06-04)
735- Bug fixes for example4 (J.Allison)
736- Update ".out" for EmPhys2 (M.Maire)
737
738June 22, 98 G.Cosmo (run-00-06-03 - re-tagged)
739- Added missing include paths to digits+hits/* (fix which was already
740  in place in run-00-06-02 ...) to almost all GNUmakefiles.
741- Removed inclusion/usage of MyTrackerHit.hh (!?) in example4.cc and
742  example_demo.cc.
743
744June 22, 98 J.Allison (run-00-06-03)
745- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd)), etc.
746
747June 19, 98 J.Allison
748- Changed many GNUmakefiles to use visualization/G4VIS_USE.gmk
749
750June 15, 98 G.Cosmo (run-00-06-02)
751- Fixed bug in MyEventAction.cc for example5 (M.Asai).
752- Updated reference input macros for example4 (M.Asai).
753
754June 12, 98 G.Cosmo
755- Added path to digits+hits/digits/include to GNUmakefiles in all
756  examples.
757
758June 9, 98 M.Asai
759- Some changes affected by new aspects of Particles.
760- Tagged as run-00-06-01.
761
762June 6, 98 M.Asai
763- Modify G4Run and G4RunManager for the new "digits+hits" scheme
764- Update GNUmakefile
765
766April 29, 98 G.Cosmo (run-00-05-05)
767- Updated reference output files in almost all examples
768  (P.Urban and J.Apostolakis)
769- Updated MyPhysicsList in example2 and related input reference
770  file (J.Apostolakis)
771- Set G4EXEC_BUILD flag inside all examples' GNUmakefiles.
772
773April 23, 98 G.Cosmo (run-00-05-03)
774- Fixes and updated reference output files for exampleEmPhys1 and
775  exampleEmPhys2 (by M.Maire).
776
777April 21, 98 M.Asai (run-00-05-02)
778- Tagged as run-00-05-02.
779
780April 08, 98 G.Cosmo
781- Added fixes for DEC-cxx 6.0 compiler, related to for-loop index
782  declarations. List of modified files: G4VUserPhysicsList.cc
783
784April 2, 98 G.Barrand
785- G4VIS_USE_OPENINVENTOR -> G4VIS_USE_OIX in example GNUmakefile.
786
787March 27, 98 M.Asai (run-00-05-01)
788- G4RunManager can be derived to a user class
789- tagged as run-00-05-01
790
79126th March 1998  John Allison
792- Changed G4VisManager to MyVisManager in the following files for
793  vis-00-05-01 and later:
794    run/example/example2.cc
795    run/example4/example4.cc
796    run/example_param/example_demo.cc
797    run/example_param/example_ghost.cc
798    run/exampleEmPhys2/EmPhys2.cc
799
800March 24, 98 G.Barrand
801- run/example5/GNUmakefile.common : MAKESHLIB changed in G4MAKESHLIB
802
80313th  March 1998 G.Cosmo (run-00-04-04)
804- Fixed problems in example_param causing unresolveds at link time
805  in case no visualization used. Co-works with param-00-04-06 in
806  processes category. (P.Mora de Freitas)
807- Corrected reference input files for EmPhys1 (M.Maire)
808
80912th  March 1998 H.Kurashige (run-00-04-03)
810- Added the reference files for  EmPhys1 and EmPhys2 (M.Maire)
811
81211th  March 1998 H.Kurashige (run-00-04-02)
813- Fixed bug in example2.cc (J.APOSTOLAKIS)
814- Fixed bug in G4RunManager (H.Kurashige)
815
8165th  March 1998 H.Kurashige (run-00-04-01)
817- Remove old sceme for initialization (G4UserProcessList,
818  G4UserProcessList, G4UserParticleListMessenger)
819- Fixed bugs in MyPhysicsList.cc
820
82127th February 1998 H.Kurashige
822- Fixed MyPhysicsList::constructGeneral() to add decay at rest
823
8245th February 1998 G.Cosmo (run-00-03-04)
825- Added explicit build of G4paramenterisation library in GNUmakefile
826  for example_param.
827
8284th February 1998 G.Cosmo on behalf of M.Asai (run-00-03-03)
829- Added .in, .out, .err to several examples (P.Urban)
830- Fixed bug in MyEventAction for example5 (M.Asai)
831- G4UserParticleList updated (H.Kurasige)
832
8332nd February 1998 G.Cosmo
834- Fixed bug in example5/GNUmakefile for target "clean". g4* files
835  were all removed !
836
83730th January 1998  G.Cosmo (run-00-03-02)
838- Updated order of libraries for example7 (G4intercoms)
839
84027th January 1998  John Allison
841- Simplified use of G4VIS flags in test GNUmakefiles.
842- New way of instantiating G4VisManager in test main() programs.
843- Removed all references to G4VVisManager from G4RunManager.
844
845December 19, 97 G. Cosmo - (alpha03)
846
847- Created.
Note: See TracBrowser for help on using the repository browser.