source: trunk/source/visualization/modeling/History @ 1202

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

update contre CVS

File size: 21.0 KB
Line 
1$Id: History,v 1.115 2009/11/04 12:44:39 allison 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
20History file for visualization/modeling
21---------------------------------------
22
234th November 2009  John Allison
24- G4PSHitsModel:
25  o Now intended as end-of-run model.
26  o Picks up hits from G4ScoringManager instead of event.
27
2822nd October 2009  John Allison  (modeling-V09-02-05 coworks greps-V09-02-02)
29- Added G4PSHitsModel for gMocren driver.
30- G4PhysicalVolumeModel.cc: Makes use of HepPolyhedronProcessor.
31
3221st October 2009  John Allison  (modeling-V09-02-04 coworks greps-V09-02-02)
33- G4BoundingSphereScene, G4PhysicalVolumeMassScene,
34  G4PhysicalVolumeSearchScene:
35  o Added empty AddCompound (const G4THitsMap<G4double>&) methods.
36
3710th October 2009  John Allison  (modeling-V09-02-03)
38- G4PhysicalVolumeModel: Added G4PhysicalVolumeModelTouchable.  Used in
39  ComputeMaterial.  Effective for nested parameterisations.
40
4129th September 2009  John Allison  (modeling-V09-02-02)
42- G4PhysicalVolumeModel.cc: Added warning if logical volume not defined.
43
4425th February 2009  John Allison  (modeling-V09-02-01 - needs greps-V09-02-01)
45- G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
46  application (Apply) of all commands.  Forces update of all viewers
47  after a change of model, e.g., trajectory colour, point size, etc.
48
4924th February 2009  John Allison  (modeling-V09-02-00 - needs greps-V09-02-00)
50- Added setAux/StepPtsSizeType commands (candidates: "none world screen").
51- Added unit to setAux/StepPtsSize for SizeType == world.
52
5327th July 2008  John Allison  (modeling-V09-01-01)
54- G4PhysicalVolumeSearchScene.cc: Cosmetic improvement to a message.
55
564th January 2008  John Allison  (modeling-V09-01-00)
57- Adapted to new BeginPrimitives2D signature.
58
5910th November 2007  John Allison  (modeling-V09-00-00)
60- Minor improvement in warning message after change of geometry.
61
6230th May 2007  John Allison  (modeling-V08-03-02)
63- Removed warnedAboutIMode from G4TrajectoryDrawerUtils.hh.  It was
64  used only in G4TrajectoryDrawerUtils.cc and gave warnings about
65  being unused in other .cc files that inculded
66  G4TrajectoryDrawerUtils.hh.  warnedAboutIMode is now a static in
67  G4TrajectoryDrawerUtils.cc.
68
6930th May 2007  John Allison  (modeling-V08-03-01)
70- Fix for SUN.
71
7222nd May 2007  John Allison  (modeling-V08-03-00)
73- Simplified G4Atts for Physical Volume Path.
74
753rd April 2007  John Allison  (modeling-V08-02-02)
76- G4PhysicalVolumeModel: Added full volume path information and
77  transformed axes to G4Atts.
78
7925th March 2007  John Allison  (modeling-V08-02-01)
80- G4PhysicalVolumeModel: Added solid dump and volume transformation to G4Atts.
81
825th January 2007  John Allison  (modeling-V08-02-00 - needs greps-V08-02-00)
83- G4PhysicalVolumeModel.cc: Bug fix:
84  o Correct treatment of ForcedLineSegmentsPerCircle when clipping.
85
8616th November 2006  John Allison  (modeling-V08-01-15)
87- Added protection for parallel worlds (zero region pointer).
88
8914th November 2006  John Allison  (modeling-V08-01-14)
90- Merged modeling-V08-01-13-branch onto main branch.
91
928th November 2006  John Allison  (modeling-V08-01-13-00)
93- On modeling-V08-01-13-branch.
94- Added G4Event pointer to modeling parameters.
95- G4TrajectoriesModel and G4HitsModel: use the above (G4VSceneHandler
96  supplies).
97
985th November 2006  John Allison  (modeling-V08-01-13)
99- Further, hopefully, complete, protection against zero materials pointer.
100
1013rd November 2006  John Allison  (modeling-V08-01-12)
102- G4PhysicalVolumeModel.cc: Protected against zero material pointer.
103
1043rd November 2006  John Allison  (modeling-V08-01-11)
105- G4Trajectories/HitsModel.cc: Protected against zero pointers from
106  collections.
107
1082nd November 2006  John Allison  (modeling-V08-01-10)
109- G4HitsModel: Added GetCurrentHit.
110
1111st November 2006  John Allison  (modeling-V08-01-09)
112- G4VModel: Removed warning messages from the virtual functions
113  GetCurrentDescription and GetCurrentTag so that there is no longer
114  a message if the concrete class does not implement.  The implementation
115  in G4VModel, which is used by default, is simply to return the global
116  description and tag.
117- Removed GetCurrentDescription and GetCurrentTag from models for which the
118  concept of "current" makes no sense or is not used:
119    G4AxesModel, G4HitsModel, G4LogicalVolumeModel, G4ScaleModel, G4TextModel.
120- G4ModelCommandsT: Minor corrections to guidance.
121
12226th October 2006  John Allison  (modeling-V08-01-08)
123- G4PhysicalVolumeModel: Changed CreateAttValues to CreateCurrentAttValues.
124- G4TrajectoriesModel: Added GetCurrentTrajectory.
125
126------------------------------------------------------
12719th September 2006  John Allison  (modeling-V08-01-07)
128- G4ModelingParameters: Added ExplodeCentre
129- G4PhysicalVolumeModel.cc: Programmed ExplodeCentre.
130
13117th September 2006 Jane Tinslay
132- Shift an assert from G4AttributeFilterT to G4AttFilterUtils - was
133  causing problems with XCode 2.0
134
135------------------------------------------------------
13615th September 2006  John Allison  (modeling-V08-01-06)
137- G4PhysicalVolumeModel.ccChanged "Bookkeeping" to "Physics
138
13914th September 2006 Jane Tinslay
140- Fixes for sun
141
14213th September 2006  John Allison
143- G4ModelingParameters: Improved setting and access to explode factor.
144- G4PhysicalVolumeModel.cc:
145  o Implemented explode factor(radial move) feature for top level drawn
146    volumes.
147- G4TrajectoriesModel.cc: Improved debug checking and printing of G4Atts.
148- G4ModelCommandUtils.hh, G4ModelCommandsT.hh:
149  o  Re-instate setTimeSliceInterval command.
150
15112th September 2006 Jane Tinslay
152- Add attribute based trajectory drawing & filtering, and attribute based
153  hit filtering
154
155---------------------------------------------------
15627th August 2006  John Allison  (modeling-V08-01-05)
157- G4ModelingParameters: Added warning flag and section/cutaway polyhedron.
158- G4PhysicalVolumeModel:
159  o Acts on warning flag from G4ModelingParameters.
160  o Added enum ClippingMode {subtraction, intersection};
161  o Equipped for generic sectioning (DCUT) and cutaways.
162- G4TrajectoryDrawerUtils::DrawWithTime:
163  o Made use of G4VisAttributes time range.
164  o Tidied.
165
16626th August 2006  John Allison  (modeling-V08-01-04 - requires greps-V08-01-03)
167- G4TrajectoryDrawerUtils.cc: Fixed compilation warning.
168
16925th August 2006 Jane Tinslay
170- Follow G4VFilter const change (requires greps-V08-01-03).
171
17216th August 2006  John Allison  (modeling-V08-01-03)
173- G4TrajectoryDrawerUtils.cc: Improved robustness of time slicing.
174- G4ModelCommandsT.hh: In class G4ModelCmdSetTimeSliceInterval:
175  cmd->SetUnitCategory("Time").
176- G4TrajectoriesModel.cc: Improved debug statement.
177
17814th August 2006  John Allison  (modeling-V08-01-02)
179- G4ModelApplyCommandsT.hh: Added G4ModelCmdApplyDoubleAndUnit.
180- G4ModelCommandsT.hh: Added G4ModelCmdSetTimeSliceInterval.
181- G4VisTrajContext: Added TimeSliceInterval.
182- G4TrajectoryModelFactories: Instantiated G4ModelCmdSetTimeSliceInterval.
183- G4TrajectoryDrawerUtils.cc: Added time slicing.
184
18510th July 2006  John Allison  (modeling-V08-01-01)
186- Co-works with greps-V08-01-01.
187- G4VModel: Removed GetG4PhysicalVolumeModel.
188- G4ModelingParameters:
189  o Removed RepStyle, ViewGeom, ViewHits and ViewDigis (not used).
190  o Reduced number of constructors.
191- G4PhysicalVolumeModel:
192  o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
193  o Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
194
1953rd July 2006  John Allison  (modeling-V08-01-00)
196- Needs greps-V08-01-00.
197- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added GetNonCulledDepth.
198- G4PhysicalVolumeModel.cc: Also added G4Atts for solids.
199- G4TrajectoriesModel.cc: Added debug code.
200
2017th June 2006  John Allison (modeling-V08-00-14)
202- G4PhysicalVolumeModel.cc: Added protection for zero vis atts.
203
2046th June 2006  John Allison (modeling-V08-00-13)
205- G4TrajectoryChargeFilter.cc: Added #include <sstream> for Sun compiler.
206- G4PhysicalVolumeModel::Validate: Relaxed requirement for modeling parameters.
207  (Caused crash after change of geometry.)
208
2092nd June 2006 Joseph Perl (modeling-V08-00-12)
210- G4VisTrajContext: change default of point sizes from 0 to 2
211
21230th May 2006 Jane Tinslay
213- Add G4TrajectoryChargeFilter and G4TrajectoryOriginVolumeFilter
214
21525th May 2006  John Allison  (modeling-V08-00-11)
216- G4VModelFactory.hh: Indent printing of models.
217- G4ModelApplyCommandsT.hh: Fix trivial compiler warnings.
218
21922nd May 2006  John Allison  (modeling-V08-00-10)
220- Remove dependency on Run.
221- G4ModelingParameters.cc: Protect operator<< for zero fpDefaultVisAttributes.
222
22312th May 2006  John Allison  (modeling-V08-00-09)
224- G4TrajectoriesModel and G4HitsModel: Removed dependency on G4RunManager.
225  Uses G4RunManagerKernel.  Needs event-V08-00-01.
226- G4CallbackModel: Added G4VGraphicsScene argument to operator().
227
2284th May 2006  Joseph Perl  (modeling-V08-00-08)
229- Add missing assert to G4VTrajectoryModel needed by Windows.
230
2314th May 2006  John Allison
232- Improved protection for null models and parameters.
233
2342nd May 2006 Jane Tinslay
235- Add context to trajectory drawers. Intended to replace imode.
236  Allows to configure default drawing style for lines, step and
237  auxiliary points. For example, colours, visibility, point sizes,
238  fill styles..
239- Add generic drawer, G4TrajectoryGenericDrawer. Draws all trajectories
240  in the same style, based on its default context.
241- Update generic commands
242- Add verbose to drawers
243
24421st April 2006 Jane Tinslay  (modeling-V08-00-07)
245- Get rid of some warning messages from G4ModelCommandsT
246  when compiling on Linux
247- Add Print method to G4VModelFactory
248
24919th April 2006  John Allison  (modeling-V08-00-06 - needs greps-V08-00-02)
250- G4BoundingSphereScene.hh, G4PhysicalVolumeMassScene.hh and
251  G4PhysicalVolumeSearchScene.hh;  Added dummy Begin/EndPrimitives2D
252  for greps-V08-00-02.
253- G4PhysicalVolumeModel.cc: Improved legibility and efficiency of
254  culling algorithm.
255
25628th March 2006 Jane Tinslay (jst28032006)
257- Add G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
258  for trajectory filtering.
259- Add more generic commands to G4ModelCommandsT
260
26128th March 2006  John Allison (modeling-V08-00-05)
262- G4PhysicalVolumeMassScene and G4PhysicalVolumeSearchScene:
263  o Removed EstablishSpecials.
264- G4PhysicalVolumeModel:
265  o GetTopPhysicalVolume, GetCurrentPV, GetCurrentLV,
266    GetCurrentMaterial: return non-const pointers.  (It has proved
267    impossibly difficult to deal with const pointers.)
268  o Modified for new G4PhysicalVolumeSearchScene constructor.
269- G4BoundingSphereScene: Removed use of GetG4PhysicalVolumeModel (uses
270  dynamic cast instead).
271
27224th March 2006 Jane Tinslay (jst24032006)
273- Add G4bool visibility parameter to trajectory draw
274  models "Draw" method.
275 
27616th March 2006 Jane Tinslay (jst16032006)
277- Template commands and colour map used in trajectory models
278- Introduce G4TrajectoryDrawByOriginVolume
279
28014th March 2006  John Allison (modeling-V08-00-04)
281- G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added output operator<<.
282
28316th February 2006  John Allison (modeling-V08-00-03)
284- G4PhysicalVolumeModel: Minor enhancements to facilitate future
285  removal of Establish/DecommisionSpecials.
286
2878th February 2006  John Allison (modeling-V08-00-02)
288- Added DrawingStyle to G4ModelingParameters.
289- G4PhysicalVolumeModel: Fixed bug in culling of covered daughters and
290  improved readability of culling algorithm.
291
29226th January 2006  John Allison (modeling-V08-00-01)
293- G4PhysicalVolumeModel: Added capability of maintaining path of the
294  current drawn (non-culled) volume in terms of drawn (non-culled)
295  ancesters.  See G4PhysicalVolumeModel.hh for detailed description.
296- Removed some unnecessary data members and other small tidying.
297
29811th January 2006  John Allison (modeling-V08-00-00)
299- G4NullModel.cc: Changed G4Transform3D::Identity to G4Transform3D().
300
3012nd December 2005  Joseph Perl (modeling-V07-01-07)
302- Change "G4String inline" to "inline G4String" to correct compiler
303  warning in G4VTrajectoryModel.hh.
304
30530th November 2005  Gabriele Cosmo (modeling-V07-01-06)
306- Trivial fix to G4VModel for support of CLHEP-2.0.X series.
307
30828th November 2005  Jane Tinslay
309- Remove names of unused parameters to stop compiler warnings
310
31124th November 2005  John Allison (modeling-V07-01-05)
312- Set initial values for originalRMin, originalRMax to satisfy compiler
313
31423rd November 2005  Joseph Perl  (modeling-V07-01-04)
315- Tagged in preparation for Geant4 8.0
316
31723rd November 2005 Jane Tinslay
318- Enhanced trajectory implementation
319
32022nd November 2005  John Allison (modeling-V07-01-03)
321- Implemented radial replicas for G4Tubs.
322- Changed G4Transform3D::Identity to G4Transform3D().
323
32424th October 2005  John Allison (modeling-V07-01-02)
325- Added: G4VTrajectoryModel, G4VTrajectoryModelMaker, G4TrajectoryModelMaker
326  and G4TrajectoryTestModel.
327- G4VModel: cosmetic changes.
328
32913th October 2005  John Allison (modeling-V07-01-01)
330- Migrated to <sstream>.
331
33213th September 2005  John Allison (modeling-V07-01-00)
333- Fixed (non-)culling of transparent volumes.
334
3357th June 2005  John Allison (modeling-V07-00-02)
336- G4PhysicalVolumeModel: fixed case of off-origin volume.
337- G4TextModel: Further small improvement.
338
33931st May 2005  John Allison  (modeling-V07-00-01)
340- G4TextModel: Improved global tag for better identification.
341
3426th May 2005  John Allison  (modeling-V07-00-00)
343- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised volumes.
344
3453rd March 2005  John Allison  (vis-V07-00-08)
346- Added Set methods to G4VModel.
347- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
348  the model could implement a given transformation.  Provided default for
349  G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
350
35111th November 2004  John Allison  (vis-V06-02-05)
352- Made use use of smart method GetPolyhedron for solids.  This greatly
353  speeds 2nd and subsequent drawings when kernel access is required.
354
35522nd September 2004  John Allison  (modeling-V06-02-01)
356- Changed use of deprecated G4VPhysicalVolume::GetRotation to GetRotationValue.
357- Fixed memory leak in G4PhysicalVolumeMassScene.
358
35913th September 2004  John Allison  (modeling-V06-02-00)
360- Added G4PhysicalVolumeMassScene.  From the header file:
361// Calculates the mass of a geometry tree taking into account daughters
362// up to the depth specified in the G4PhysicalVolumeModel.  Culling is
363// ignored so that all volumes are seen.
364//
365// The calculation is quite tricky, since it involves subtracting the
366// mass of that part of the mother that is occupied by each daughter and
367// then adding the mass of the daughter, and so on down the heirarchy.
368//
369// Usage for a given G4PhysicalVolumeModel* pvModel:
370//   G4PhysicalVolumeMassScene massScene;
371//   massScene.EstablishSpecials (*pvModel);
372//   pvModel->DescribeYourselfTo (massScene);
373//   G4double volume = massScene.GetVolume();
374//   G4double mass = massScene.GetMass();
375//   massScene.Reset();
376// See, for example, G4ASCIITreeSceneHandler::EndModeling().
377- Added some access functions to G4PhysicalVolumeModel:
378    GetTopPhysicalVolume, GetRequestedDepth, SetRequestedDepth.
379- Protected GetPhysicalVolumeModel when all volumes "invisible".
380
38112th November 2003  John Allison  (modeling-V05-02-02)
382- CalculateExtent always searches complete hierarchy.
383
3846th November 2003  John Allison  (modeling-V05-02-01, vis-V05-02-03)
385- GNUmakefile: rationalised.
386
3873rd November 2003  Gabriele Cosmo  (modeling-V05-02-00, vis-V05-02-02)
388- Added inclusion of G4VSolid.hh in G4LogicalVolumeModel.cc to make it self
389  consistent after header review in geometry category.
390
3914th October 2003  Gabriele Cosmo  (vis-V05-02-01)
392- GNUmakefile:
393  o added dependency to new module "geometry/navigation".
394  o replaced "digits+hits" with "digits_hits".
395- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
396
39722nd September 2003  John Allison  (vis-V05-02-00, greps-V05-02-00)
398- Removed a redundant comment.
399
40020th November 2002  Gabriele Cosmo  (modeling-V04-01-00)
401- Fixed access to static data (requires "greps-V04-01-04") in
402  G4FlavoredParallelWorldModel.cc, to allow porting on Windows DLLs.
403
40411th November 2002  John Allison  (modeling-V04-00-00)
405- Added fDrawingMode data member to G4TrajectoriesModel.
406
40724th October 2002  John Allison (vis-V04-01-03)
408- Changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
409
41023rd February 2002  John Allison (vis-V04-00-02)
411- Removed Begin/EndPrimitives from G4HitsModel and
412  G4TrajectoriesModel.  This was causing nested calls to
413  Begin/EndPrimitives (and thus to glNewList/EndList in OpenGL stored
414  mode), since the trajectories and hits Draw methods themselves have
415  Begin/EndPrimitives.
416
41724th August 2001  John Allison  (vis-V03-02-13)
418- Intoduced argument for printing in G4VModel::Validate(G4bool warn).
419- Changed default return value in G4VModel::Validate(G4bool) to true.
420- Invoke CalculateExtent after successful geometry change in
421  G4PhysicalVolumeModel::Validate, and other bug fixes..
422
42314th August 2001  John Allison  (vis-V03-02-11)
424- Added sceneHandler.Begin/EndPrimitives messages to models (long
425  standing bug!).
426
4279th August 2001  John Allison  (vis-V03-02-10-00)
428- Removed G4ModelingParameters::hierarchy.  It is no longer used.  The
429  textual or graphical representation of the geometry hierarchy is now
430  done in G4xxxTree classes in visua;ization/Tree.
431
43225th July 2001  John Allison  (modeling-V03-02-03)
433- Added G4VModel::GetG4PhysicalVolumeModel().
434- Added G4VModel* argument to G4BoundingSphereScene constructor.
435  Both the above are to facilitate access to a model, if it exists, and
436  to invoke methods of G4PhysicalVolumeModel if it is one.
437- Added code to curtail G4PhysicalVolumeModel search in G4BoundingSphereScene.
438
43924th July 2001  John Allison  (modeling-V03-02-02)
440- Added G4VModel::SetExtent(const G4VisExtent&).
441- Cosmetic improvements to G4BoundingSphereScene.
442- Augmented G4ScaleModel::fGlobalTag.
443
44421st July 2001  John Allison  (modeling-V03-02-01)
445- Added G4ScaleModel.
446- Fixed bug in G4BoundingSphereScene::::Accrue().
447- Also a few cosmetic changes.
448
44918th July 2001  John Allison  (modeling-V03-02-00)
450- Ensured rotation and translation of replica is restored.
451
4523rd February 2001  John Allison  (vis-V03-00-02)
453- Tidied for CodeWizard.
454
45529th May 2000  John Allison
456- Moved code for maintaining depth, physical and logical volume
457  pointers from VisitGeometryAndGetVisReps to DescribeAndDescend to
458  handle daughters of replicas correctly (Guy Barrand).
459
46022nd May 2000  John Allison  (modeling-V01-01-00)
461- Added G4VTreeGraphicsScene (DTREE).
462- Commented out pVPV->SetCopyNo(n) on Makoto's advice in
463  G4PhysicalVolumeModel.cc.
464
465vis-V01-01-01  12th April 2000  John Allison
466- Made G4PhysicalVolumeModel::DescribeSolid virtual.
467- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
468  solids - now programmed into CompositeSolid::CreatePolyhedron, where
469  CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
470  G4UnionSolid.
471- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
472  solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
473- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
474  components of composite solids as white forced-wireframe objects.
475
476vis-V00-01-10  25th November 1999  John Allison
477- Adapted header files of modeling for Software Reference Manual.
478
479vis-01-00-05  7th February 1999  John Allison
480
481vis-01-00-05  7th February 1999  John Allison
482- Added list facility to G4PhysicalVolumeSearchScene.
483- Added virtual functions AddThis (const G4Polycone and G4Polyhedra to
484  G4BoundingSphereScene and G4PhysicalVolumeSearchScene.
485
486vis-00-04-01  25th November 1998  John Allison.
487- Added const G4VisAttributes* fpDefaultVisAttributes and access
488  functions to G4ModelingParameters.
489- Reverted to default assignment operator and copy constructor for
490  G4ModelingParameters.
491- G4PhysicalVolumeModel can now handle invisible daughters.
492
49331st August 1998  John Allison
494- Added G4VModel::Validate() and in subclasses.
495
496vis-00-02-05  27th August 1998  John Allison
497- Added G4HitsModel and G4TrajectoriesModel.
498
499vis-00-02-04  22nd August 1998  John Allison
500- Made G4Transform3D fTransform a member of G4VModel (instead of pointer).
501- Reversed order of parameters in G4VModel constructor.
502- Much bug fixing.
503
504vis-00-06-06  11th June 1998  John Allison
505- G4PhysicalVolumeModel handles parametrised solids and materials.
506
507vis-00-06-04  10th June 1998  John Allison
508- Moved G4BoundingSphereScene from management to modeling.
509- Added G4Transform3D data member.
510
511modeling-00-04-01  4th March 1998  John Allison
512- Last tag before moving to visualization.
513- Removed G4ModelingParameters:: from G4ModelingParameters.hh constructor.
514
51527th January 1998  John Allison
516- New (temporay?) category.
517- Incorporates modeling code which was in G4VScene.
Note: See TracBrowser for help on using the repository browser.