| 1 | $Id: History,v 1.105 2008/07/27 10:49:24 allison Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | History file for visualization/modeling
|
|---|
| 21 | ---------------------------------------
|
|---|
| 22 |
|
|---|
| 23 | 27th July 2008 John Allison
|
|---|
| 24 | - G4PhysicalVolumeSearchScene.cc: Cosmetic improvement to a message.
|
|---|
| 25 |
|
|---|
| 26 | 4th January 2008 John Allison (modeling-V09-01-00)
|
|---|
| 27 | - Adapted to new BeginPrimitives2D signature.
|
|---|
| 28 |
|
|---|
| 29 | 10th November 2007 John Allison (modeling-V09-00-00)
|
|---|
| 30 | - Minor improvement in warning message after change of geometry.
|
|---|
| 31 |
|
|---|
| 32 | 30th May 2007 John Allison (modeling-V08-03-02)
|
|---|
| 33 | - Removed warnedAboutIMode from G4TrajectoryDrawerUtils.hh. It was
|
|---|
| 34 | used only in G4TrajectoryDrawerUtils.cc and gave warnings about
|
|---|
| 35 | being unused in other .cc files that inculded
|
|---|
| 36 | G4TrajectoryDrawerUtils.hh. warnedAboutIMode is now a static in
|
|---|
| 37 | G4TrajectoryDrawerUtils.cc.
|
|---|
| 38 |
|
|---|
| 39 | 30th May 2007 John Allison (modeling-V08-03-01)
|
|---|
| 40 | - Fix for SUN.
|
|---|
| 41 |
|
|---|
| 42 | 22nd May 2007 John Allison (modeling-V08-03-00)
|
|---|
| 43 | - Simplified G4Atts for Physical Volume Path.
|
|---|
| 44 |
|
|---|
| 45 | 3rd April 2007 John Allison (modeling-V08-02-02)
|
|---|
| 46 | - G4PhysicalVolumeModel: Added full volume path information and
|
|---|
| 47 | transformed axes to G4Atts.
|
|---|
| 48 |
|
|---|
| 49 | 25th March 2007 John Allison (modeling-V08-02-01)
|
|---|
| 50 | - G4PhysicalVolumeModel: Added solid dump and volume transformation to G4Atts.
|
|---|
| 51 |
|
|---|
| 52 | 5th January 2007 John Allison (modeling-V08-02-00 - needs greps-V08-02-00)
|
|---|
| 53 | - G4PhysicalVolumeModel.cc: Bug fix:
|
|---|
| 54 | o Correct treatment of ForcedLineSegmentsPerCircle when clipping.
|
|---|
| 55 |
|
|---|
| 56 | 16th November 2006 John Allison (modeling-V08-01-15)
|
|---|
| 57 | - Added protection for parallel worlds (zero region pointer).
|
|---|
| 58 |
|
|---|
| 59 | 14th November 2006 John Allison (modeling-V08-01-14)
|
|---|
| 60 | - Merged modeling-V08-01-13-branch onto main branch.
|
|---|
| 61 |
|
|---|
| 62 | 8th November 2006 John Allison (modeling-V08-01-13-00)
|
|---|
| 63 | - On modeling-V08-01-13-branch.
|
|---|
| 64 | - Added G4Event pointer to modeling parameters.
|
|---|
| 65 | - G4TrajectoriesModel and G4HitsModel: use the above (G4VSceneHandler
|
|---|
| 66 | supplies).
|
|---|
| 67 |
|
|---|
| 68 | 5th November 2006 John Allison (modeling-V08-01-13)
|
|---|
| 69 | - Further, hopefully, complete, protection against zero materials pointer.
|
|---|
| 70 |
|
|---|
| 71 | 3rd November 2006 John Allison (modeling-V08-01-12)
|
|---|
| 72 | - G4PhysicalVolumeModel.cc: Protected against zero material pointer.
|
|---|
| 73 |
|
|---|
| 74 | 3rd November 2006 John Allison (modeling-V08-01-11)
|
|---|
| 75 | - G4Trajectories/HitsModel.cc: Protected against zero pointers from
|
|---|
| 76 | collections.
|
|---|
| 77 |
|
|---|
| 78 | 2nd November 2006 John Allison (modeling-V08-01-10)
|
|---|
| 79 | - G4HitsModel: Added GetCurrentHit.
|
|---|
| 80 |
|
|---|
| 81 | 1st November 2006 John Allison (modeling-V08-01-09)
|
|---|
| 82 | - G4VModel: Removed warning messages from the virtual functions
|
|---|
| 83 | GetCurrentDescription and GetCurrentTag so that there is no longer
|
|---|
| 84 | a message if the concrete class does not implement. The implementation
|
|---|
| 85 | in G4VModel, which is used by default, is simply to return the global
|
|---|
| 86 | description and tag.
|
|---|
| 87 | - Removed GetCurrentDescription and GetCurrentTag from models for which the
|
|---|
| 88 | concept of "current" makes no sense or is not used:
|
|---|
| 89 | G4AxesModel, G4HitsModel, G4LogicalVolumeModel, G4ScaleModel, G4TextModel.
|
|---|
| 90 | - G4ModelCommandsT: Minor corrections to guidance.
|
|---|
| 91 |
|
|---|
| 92 | 26th October 2006 John Allison (modeling-V08-01-08)
|
|---|
| 93 | - G4PhysicalVolumeModel: Changed CreateAttValues to CreateCurrentAttValues.
|
|---|
| 94 | - G4TrajectoriesModel: Added GetCurrentTrajectory.
|
|---|
| 95 |
|
|---|
| 96 | ------------------------------------------------------
|
|---|
| 97 | 19th September 2006 John Allison (modeling-V08-01-07)
|
|---|
| 98 | - G4ModelingParameters: Added ExplodeCentre
|
|---|
| 99 | - G4PhysicalVolumeModel.cc: Programmed ExplodeCentre.
|
|---|
| 100 |
|
|---|
| 101 | 17th September 2006 Jane Tinslay
|
|---|
| 102 | - Shift an assert from G4AttributeFilterT to G4AttFilterUtils - was
|
|---|
| 103 | causing problems with XCode 2.0
|
|---|
| 104 |
|
|---|
| 105 | ------------------------------------------------------
|
|---|
| 106 | 15th September 2006 John Allison (modeling-V08-01-06)
|
|---|
| 107 | - G4PhysicalVolumeModel.ccChanged "Bookkeeping" to "Physics
|
|---|
| 108 |
|
|---|
| 109 | 14th September 2006 Jane Tinslay
|
|---|
| 110 | - Fixes for sun
|
|---|
| 111 |
|
|---|
| 112 | 13th September 2006 John Allison
|
|---|
| 113 | - G4ModelingParameters: Improved setting and access to explode factor.
|
|---|
| 114 | - G4PhysicalVolumeModel.cc:
|
|---|
| 115 | o Implemented explode factor(radial move) feature for top level drawn
|
|---|
| 116 | volumes.
|
|---|
| 117 | - G4TrajectoriesModel.cc: Improved debug checking and printing of G4Atts.
|
|---|
| 118 | - G4ModelCommandUtils.hh, G4ModelCommandsT.hh:
|
|---|
| 119 | o Re-instate setTimeSliceInterval command.
|
|---|
| 120 |
|
|---|
| 121 | 12th September 2006 Jane Tinslay
|
|---|
| 122 | - Add attribute based trajectory drawing & filtering, and attribute based
|
|---|
| 123 | hit filtering
|
|---|
| 124 |
|
|---|
| 125 | ---------------------------------------------------
|
|---|
| 126 | 27th August 2006 John Allison (modeling-V08-01-05)
|
|---|
| 127 | - G4ModelingParameters: Added warning flag and section/cutaway polyhedron.
|
|---|
| 128 | - G4PhysicalVolumeModel:
|
|---|
| 129 | o Acts on warning flag from G4ModelingParameters.
|
|---|
| 130 | o Added enum ClippingMode {subtraction, intersection};
|
|---|
| 131 | o Equipped for generic sectioning (DCUT) and cutaways.
|
|---|
| 132 | - G4TrajectoryDrawerUtils::DrawWithTime:
|
|---|
| 133 | o Made use of G4VisAttributes time range.
|
|---|
| 134 | o Tidied.
|
|---|
| 135 |
|
|---|
| 136 | 26th August 2006 John Allison (modeling-V08-01-04 - requires greps-V08-01-03)
|
|---|
| 137 | - G4TrajectoryDrawerUtils.cc: Fixed compilation warning.
|
|---|
| 138 |
|
|---|
| 139 | 25th August 2006 Jane Tinslay
|
|---|
| 140 | - Follow G4VFilter const change (requires greps-V08-01-03).
|
|---|
| 141 |
|
|---|
| 142 | 16th August 2006 John Allison (modeling-V08-01-03)
|
|---|
| 143 | - G4TrajectoryDrawerUtils.cc: Improved robustness of time slicing.
|
|---|
| 144 | - G4ModelCommandsT.hh: In class G4ModelCmdSetTimeSliceInterval:
|
|---|
| 145 | cmd->SetUnitCategory("Time").
|
|---|
| 146 | - G4TrajectoriesModel.cc: Improved debug statement.
|
|---|
| 147 |
|
|---|
| 148 | 14th August 2006 John Allison (modeling-V08-01-02)
|
|---|
| 149 | - G4ModelApplyCommandsT.hh: Added G4ModelCmdApplyDoubleAndUnit.
|
|---|
| 150 | - G4ModelCommandsT.hh: Added G4ModelCmdSetTimeSliceInterval.
|
|---|
| 151 | - G4VisTrajContext: Added TimeSliceInterval.
|
|---|
| 152 | - G4TrajectoryModelFactories: Instantiated G4ModelCmdSetTimeSliceInterval.
|
|---|
| 153 | - G4TrajectoryDrawerUtils.cc: Added time slicing.
|
|---|
| 154 |
|
|---|
| 155 | 10th July 2006 John Allison (modeling-V08-01-01)
|
|---|
| 156 | - Co-works with greps-V08-01-01.
|
|---|
| 157 | - G4VModel: Removed GetG4PhysicalVolumeModel.
|
|---|
| 158 | - G4ModelingParameters:
|
|---|
| 159 | o Removed RepStyle, ViewGeom, ViewHits and ViewDigis (not used).
|
|---|
| 160 | o Reduced number of constructors.
|
|---|
| 161 | - G4PhysicalVolumeModel:
|
|---|
| 162 | o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
|
|---|
| 163 | o Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
|
|---|
| 164 |
|
|---|
| 165 | 3rd July 2006 John Allison (modeling-V08-01-00)
|
|---|
| 166 | - Needs greps-V08-01-00.
|
|---|
| 167 | - G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added GetNonCulledDepth.
|
|---|
| 168 | - G4PhysicalVolumeModel.cc: Also added G4Atts for solids.
|
|---|
| 169 | - G4TrajectoriesModel.cc: Added debug code.
|
|---|
| 170 |
|
|---|
| 171 | 7th June 2006 John Allison (modeling-V08-00-14)
|
|---|
| 172 | - G4PhysicalVolumeModel.cc: Added protection for zero vis atts.
|
|---|
| 173 |
|
|---|
| 174 | 6th June 2006 John Allison (modeling-V08-00-13)
|
|---|
| 175 | - G4TrajectoryChargeFilter.cc: Added #include <sstream> for Sun compiler.
|
|---|
| 176 | - G4PhysicalVolumeModel::Validate: Relaxed requirement for modeling parameters.
|
|---|
| 177 | (Caused crash after change of geometry.)
|
|---|
| 178 |
|
|---|
| 179 | 2nd June 2006 Joseph Perl (modeling-V08-00-12)
|
|---|
| 180 | - G4VisTrajContext: change default of point sizes from 0 to 2
|
|---|
| 181 |
|
|---|
| 182 | 30th May 2006 Jane Tinslay
|
|---|
| 183 | - Add G4TrajectoryChargeFilter and G4TrajectoryOriginVolumeFilter
|
|---|
| 184 |
|
|---|
| 185 | 25th May 2006 John Allison (modeling-V08-00-11)
|
|---|
| 186 | - G4VModelFactory.hh: Indent printing of models.
|
|---|
| 187 | - G4ModelApplyCommandsT.hh: Fix trivial compiler warnings.
|
|---|
| 188 |
|
|---|
| 189 | 22nd May 2006 John Allison (modeling-V08-00-10)
|
|---|
| 190 | - Remove dependency on Run.
|
|---|
| 191 | - G4ModelingParameters.cc: Protect operator<< for zero fpDefaultVisAttributes.
|
|---|
| 192 |
|
|---|
| 193 | 12th May 2006 John Allison (modeling-V08-00-09)
|
|---|
| 194 | - G4TrajectoriesModel and G4HitsModel: Removed dependency on G4RunManager.
|
|---|
| 195 | Uses G4RunManagerKernel. Needs event-V08-00-01.
|
|---|
| 196 | - G4CallbackModel: Added G4VGraphicsScene argument to operator().
|
|---|
| 197 |
|
|---|
| 198 | 4th May 2006 Joseph Perl (modeling-V08-00-08)
|
|---|
| 199 | - Add missing assert to G4VTrajectoryModel needed by Windows.
|
|---|
| 200 |
|
|---|
| 201 | 4th May 2006 John Allison
|
|---|
| 202 | - Improved protection for null models and parameters.
|
|---|
| 203 |
|
|---|
| 204 | 2nd May 2006 Jane Tinslay
|
|---|
| 205 | - Add context to trajectory drawers. Intended to replace imode.
|
|---|
| 206 | Allows to configure default drawing style for lines, step and
|
|---|
| 207 | auxiliary points. For example, colours, visibility, point sizes,
|
|---|
| 208 | fill styles..
|
|---|
| 209 | - Add generic drawer, G4TrajectoryGenericDrawer. Draws all trajectories
|
|---|
| 210 | in the same style, based on its default context.
|
|---|
| 211 | - Update generic commands
|
|---|
| 212 | - Add verbose to drawers
|
|---|
| 213 |
|
|---|
| 214 | 21st April 2006 Jane Tinslay (modeling-V08-00-07)
|
|---|
| 215 | - Get rid of some warning messages from G4ModelCommandsT
|
|---|
| 216 | when compiling on Linux
|
|---|
| 217 | - Add Print method to G4VModelFactory
|
|---|
| 218 |
|
|---|
| 219 | 19th April 2006 John Allison (modeling-V08-00-06 - needs greps-V08-00-02)
|
|---|
| 220 | - G4BoundingSphereScene.hh, G4PhysicalVolumeMassScene.hh and
|
|---|
| 221 | G4PhysicalVolumeSearchScene.hh; Added dummy Begin/EndPrimitives2D
|
|---|
| 222 | for greps-V08-00-02.
|
|---|
| 223 | - G4PhysicalVolumeModel.cc: Improved legibility and efficiency of
|
|---|
| 224 | culling algorithm.
|
|---|
| 225 |
|
|---|
| 226 | 28th March 2006 Jane Tinslay (jst28032006)
|
|---|
| 227 | - Add G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
|
|---|
| 228 | for trajectory filtering.
|
|---|
| 229 | - Add more generic commands to G4ModelCommandsT
|
|---|
| 230 |
|
|---|
| 231 | 28th March 2006 John Allison (modeling-V08-00-05)
|
|---|
| 232 | - G4PhysicalVolumeMassScene and G4PhysicalVolumeSearchScene:
|
|---|
| 233 | o Removed EstablishSpecials.
|
|---|
| 234 | - G4PhysicalVolumeModel:
|
|---|
| 235 | o GetTopPhysicalVolume, GetCurrentPV, GetCurrentLV,
|
|---|
| 236 | GetCurrentMaterial: return non-const pointers. (It has proved
|
|---|
| 237 | impossibly difficult to deal with const pointers.)
|
|---|
| 238 | o Modified for new G4PhysicalVolumeSearchScene constructor.
|
|---|
| 239 | - G4BoundingSphereScene: Removed use of GetG4PhysicalVolumeModel (uses
|
|---|
| 240 | dynamic cast instead).
|
|---|
| 241 |
|
|---|
| 242 | 24th March 2006 Jane Tinslay (jst24032006)
|
|---|
| 243 | - Add G4bool visibility parameter to trajectory draw
|
|---|
| 244 | models "Draw" method.
|
|---|
| 245 |
|
|---|
| 246 | 16th March 2006 Jane Tinslay (jst16032006)
|
|---|
| 247 | - Template commands and colour map used in trajectory models
|
|---|
| 248 | - Introduce G4TrajectoryDrawByOriginVolume
|
|---|
| 249 |
|
|---|
| 250 | 14th March 2006 John Allison (modeling-V08-00-04)
|
|---|
| 251 | - G4PhysicalVolumeModel::G4PhysicalVolumeNodeID: Added output operator<<.
|
|---|
| 252 |
|
|---|
| 253 | 16th February 2006 John Allison (modeling-V08-00-03)
|
|---|
| 254 | - G4PhysicalVolumeModel: Minor enhancements to facilitate future
|
|---|
| 255 | removal of Establish/DecommisionSpecials.
|
|---|
| 256 |
|
|---|
| 257 | 8th February 2006 John Allison (modeling-V08-00-02)
|
|---|
| 258 | - Added DrawingStyle to G4ModelingParameters.
|
|---|
| 259 | - G4PhysicalVolumeModel: Fixed bug in culling of covered daughters and
|
|---|
| 260 | improved readability of culling algorithm.
|
|---|
| 261 |
|
|---|
| 262 | 26th January 2006 John Allison (modeling-V08-00-01)
|
|---|
| 263 | - G4PhysicalVolumeModel: Added capability of maintaining path of the
|
|---|
| 264 | current drawn (non-culled) volume in terms of drawn (non-culled)
|
|---|
| 265 | ancesters. See G4PhysicalVolumeModel.hh for detailed description.
|
|---|
| 266 | - Removed some unnecessary data members and other small tidying.
|
|---|
| 267 |
|
|---|
| 268 | 11th January 2006 John Allison (modeling-V08-00-00)
|
|---|
| 269 | - G4NullModel.cc: Changed G4Transform3D::Identity to G4Transform3D().
|
|---|
| 270 |
|
|---|
| 271 | 2nd December 2005 Joseph Perl (modeling-V07-01-07)
|
|---|
| 272 | - Change "G4String inline" to "inline G4String" to correct compiler
|
|---|
| 273 | warning in G4VTrajectoryModel.hh.
|
|---|
| 274 |
|
|---|
| 275 | 30th November 2005 Gabriele Cosmo (modeling-V07-01-06)
|
|---|
| 276 | - Trivial fix to G4VModel for support of CLHEP-2.0.X series.
|
|---|
| 277 |
|
|---|
| 278 | 28th November 2005 Jane Tinslay
|
|---|
| 279 | - Remove names of unused parameters to stop compiler warnings
|
|---|
| 280 |
|
|---|
| 281 | 24th November 2005 John Allison (modeling-V07-01-05)
|
|---|
| 282 | - Set initial values for originalRMin, originalRMax to satisfy compiler
|
|---|
| 283 |
|
|---|
| 284 | 23rd November 2005 Joseph Perl (modeling-V07-01-04)
|
|---|
| 285 | - Tagged in preparation for Geant4 8.0
|
|---|
| 286 |
|
|---|
| 287 | 23rd November 2005 Jane Tinslay
|
|---|
| 288 | - Enhanced trajectory implementation
|
|---|
| 289 |
|
|---|
| 290 | 22nd November 2005 John Allison (modeling-V07-01-03)
|
|---|
| 291 | - Implemented radial replicas for G4Tubs.
|
|---|
| 292 | - Changed G4Transform3D::Identity to G4Transform3D().
|
|---|
| 293 |
|
|---|
| 294 | 24th October 2005 John Allison (modeling-V07-01-02)
|
|---|
| 295 | - Added: G4VTrajectoryModel, G4VTrajectoryModelMaker, G4TrajectoryModelMaker
|
|---|
| 296 | and G4TrajectoryTestModel.
|
|---|
| 297 | - G4VModel: cosmetic changes.
|
|---|
| 298 |
|
|---|
| 299 | 13th October 2005 John Allison (modeling-V07-01-01)
|
|---|
| 300 | - Migrated to <sstream>.
|
|---|
| 301 |
|
|---|
| 302 | 13th September 2005 John Allison (modeling-V07-01-00)
|
|---|
| 303 | - Fixed (non-)culling of transparent volumes.
|
|---|
| 304 |
|
|---|
| 305 | 7th June 2005 John Allison (modeling-V07-00-02)
|
|---|
| 306 | - G4PhysicalVolumeModel: fixed case of off-origin volume.
|
|---|
| 307 | - G4TextModel: Further small improvement.
|
|---|
| 308 |
|
|---|
| 309 | 31st May 2005 John Allison (modeling-V07-00-01)
|
|---|
| 310 | - G4TextModel: Improved global tag for better identification.
|
|---|
| 311 |
|
|---|
| 312 | 6th May 2005 John Allison (modeling-V07-00-00)
|
|---|
| 313 | - G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised volumes.
|
|---|
| 314 |
|
|---|
| 315 | 3rd March 2005 John Allison (vis-V07-00-08)
|
|---|
| 316 | - Added Set methods to G4VModel.
|
|---|
| 317 | - Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
|
|---|
| 318 | the model could implement a given transformation. Provided default for
|
|---|
| 319 | G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
|
|---|
| 320 |
|
|---|
| 321 | 11th November 2004 John Allison (vis-V06-02-05)
|
|---|
| 322 | - Made use use of smart method GetPolyhedron for solids. This greatly
|
|---|
| 323 | speeds 2nd and subsequent drawings when kernel access is required.
|
|---|
| 324 |
|
|---|
| 325 | 22nd September 2004 John Allison (modeling-V06-02-01)
|
|---|
| 326 | - Changed use of deprecated G4VPhysicalVolume::GetRotation to GetRotationValue.
|
|---|
| 327 | - Fixed memory leak in G4PhysicalVolumeMassScene.
|
|---|
| 328 |
|
|---|
| 329 | 13th September 2004 John Allison (modeling-V06-02-00)
|
|---|
| 330 | - Added G4PhysicalVolumeMassScene. From the header file:
|
|---|
| 331 | // Calculates the mass of a geometry tree taking into account daughters
|
|---|
| 332 | // up to the depth specified in the G4PhysicalVolumeModel. Culling is
|
|---|
| 333 | // ignored so that all volumes are seen.
|
|---|
| 334 | //
|
|---|
| 335 | // The calculation is quite tricky, since it involves subtracting the
|
|---|
| 336 | // mass of that part of the mother that is occupied by each daughter and
|
|---|
| 337 | // then adding the mass of the daughter, and so on down the heirarchy.
|
|---|
| 338 | //
|
|---|
| 339 | // Usage for a given G4PhysicalVolumeModel* pvModel:
|
|---|
| 340 | // G4PhysicalVolumeMassScene massScene;
|
|---|
| 341 | // massScene.EstablishSpecials (*pvModel);
|
|---|
| 342 | // pvModel->DescribeYourselfTo (massScene);
|
|---|
| 343 | // G4double volume = massScene.GetVolume();
|
|---|
| 344 | // G4double mass = massScene.GetMass();
|
|---|
| 345 | // massScene.Reset();
|
|---|
| 346 | // See, for example, G4ASCIITreeSceneHandler::EndModeling().
|
|---|
| 347 | - Added some access functions to G4PhysicalVolumeModel:
|
|---|
| 348 | GetTopPhysicalVolume, GetRequestedDepth, SetRequestedDepth.
|
|---|
| 349 | - Protected GetPhysicalVolumeModel when all volumes "invisible".
|
|---|
| 350 |
|
|---|
| 351 | 12th November 2003 John Allison (modeling-V05-02-02)
|
|---|
| 352 | - CalculateExtent always searches complete hierarchy.
|
|---|
| 353 |
|
|---|
| 354 | 6th November 2003 John Allison (modeling-V05-02-01, vis-V05-02-03)
|
|---|
| 355 | - GNUmakefile: rationalised.
|
|---|
| 356 |
|
|---|
| 357 | 3rd November 2003 Gabriele Cosmo (modeling-V05-02-00, vis-V05-02-02)
|
|---|
| 358 | - Added inclusion of G4VSolid.hh in G4LogicalVolumeModel.cc to make it self
|
|---|
| 359 | consistent after header review in geometry category.
|
|---|
| 360 |
|
|---|
| 361 | 4th October 2003 Gabriele Cosmo (vis-V05-02-01)
|
|---|
| 362 | - GNUmakefile:
|
|---|
| 363 | o added dependency to new module "geometry/navigation".
|
|---|
| 364 | o replaced "digits+hits" with "digits_hits".
|
|---|
| 365 | - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
|
|---|
| 366 |
|
|---|
| 367 | 22nd September 2003 John Allison (vis-V05-02-00, greps-V05-02-00)
|
|---|
| 368 | - Removed a redundant comment.
|
|---|
| 369 |
|
|---|
| 370 | 20th November 2002 Gabriele Cosmo (modeling-V04-01-00)
|
|---|
| 371 | - Fixed access to static data (requires "greps-V04-01-04") in
|
|---|
| 372 | G4FlavoredParallelWorldModel.cc, to allow porting on Windows DLLs.
|
|---|
| 373 |
|
|---|
| 374 | 11th November 2002 John Allison (modeling-V04-00-00)
|
|---|
| 375 | - Added fDrawingMode data member to G4TrajectoriesModel.
|
|---|
| 376 |
|
|---|
| 377 | 24th October 2002 John Allison (vis-V04-01-03)
|
|---|
| 378 | - Changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
|
|---|
| 379 |
|
|---|
| 380 | 23rd February 2002 John Allison (vis-V04-00-02)
|
|---|
| 381 | - Removed Begin/EndPrimitives from G4HitsModel and
|
|---|
| 382 | G4TrajectoriesModel. This was causing nested calls to
|
|---|
| 383 | Begin/EndPrimitives (and thus to glNewList/EndList in OpenGL stored
|
|---|
| 384 | mode), since the trajectories and hits Draw methods themselves have
|
|---|
| 385 | Begin/EndPrimitives.
|
|---|
| 386 |
|
|---|
| 387 | 24th August 2001 John Allison (vis-V03-02-13)
|
|---|
| 388 | - Intoduced argument for printing in G4VModel::Validate(G4bool warn).
|
|---|
| 389 | - Changed default return value in G4VModel::Validate(G4bool) to true.
|
|---|
| 390 | - Invoke CalculateExtent after successful geometry change in
|
|---|
| 391 | G4PhysicalVolumeModel::Validate, and other bug fixes..
|
|---|
| 392 |
|
|---|
| 393 | 14th August 2001 John Allison (vis-V03-02-11)
|
|---|
| 394 | - Added sceneHandler.Begin/EndPrimitives messages to models (long
|
|---|
| 395 | standing bug!).
|
|---|
| 396 |
|
|---|
| 397 | 9th August 2001 John Allison (vis-V03-02-10-00)
|
|---|
| 398 | - Removed G4ModelingParameters::hierarchy. It is no longer used. The
|
|---|
| 399 | textual or graphical representation of the geometry hierarchy is now
|
|---|
| 400 | done in G4xxxTree classes in visua;ization/Tree.
|
|---|
| 401 |
|
|---|
| 402 | 25th July 2001 John Allison (modeling-V03-02-03)
|
|---|
| 403 | - Added G4VModel::GetG4PhysicalVolumeModel().
|
|---|
| 404 | - Added G4VModel* argument to G4BoundingSphereScene constructor.
|
|---|
| 405 | Both the above are to facilitate access to a model, if it exists, and
|
|---|
| 406 | to invoke methods of G4PhysicalVolumeModel if it is one.
|
|---|
| 407 | - Added code to curtail G4PhysicalVolumeModel search in G4BoundingSphereScene.
|
|---|
| 408 |
|
|---|
| 409 | 24th July 2001 John Allison (modeling-V03-02-02)
|
|---|
| 410 | - Added G4VModel::SetExtent(const G4VisExtent&).
|
|---|
| 411 | - Cosmetic improvements to G4BoundingSphereScene.
|
|---|
| 412 | - Augmented G4ScaleModel::fGlobalTag.
|
|---|
| 413 |
|
|---|
| 414 | 21st July 2001 John Allison (modeling-V03-02-01)
|
|---|
| 415 | - Added G4ScaleModel.
|
|---|
| 416 | - Fixed bug in G4BoundingSphereScene::::Accrue().
|
|---|
| 417 | - Also a few cosmetic changes.
|
|---|
| 418 |
|
|---|
| 419 | 18th July 2001 John Allison (modeling-V03-02-00)
|
|---|
| 420 | - Ensured rotation and translation of replica is restored.
|
|---|
| 421 |
|
|---|
| 422 | 3rd February 2001 John Allison (vis-V03-00-02)
|
|---|
| 423 | - Tidied for CodeWizard.
|
|---|
| 424 |
|
|---|
| 425 | 29th May 2000 John Allison
|
|---|
| 426 | - Moved code for maintaining depth, physical and logical volume
|
|---|
| 427 | pointers from VisitGeometryAndGetVisReps to DescribeAndDescend to
|
|---|
| 428 | handle daughters of replicas correctly (Guy Barrand).
|
|---|
| 429 |
|
|---|
| 430 | 22nd May 2000 John Allison (modeling-V01-01-00)
|
|---|
| 431 | - Added G4VTreeGraphicsScene (DTREE).
|
|---|
| 432 | - Commented out pVPV->SetCopyNo(n) on Makoto's advice in
|
|---|
| 433 | G4PhysicalVolumeModel.cc.
|
|---|
| 434 |
|
|---|
| 435 | vis-V01-01-01 12th April 2000 John Allison
|
|---|
| 436 | - Made G4PhysicalVolumeModel::DescribeSolid virtual.
|
|---|
| 437 | - G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
|
|---|
| 438 | solids - now programmed into CompositeSolid::CreatePolyhedron, where
|
|---|
| 439 | CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
|
|---|
| 440 | G4UnionSolid.
|
|---|
| 441 | - G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
|
|---|
| 442 | solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
|
|---|
| 443 | - Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
|
|---|
| 444 | components of composite solids as white forced-wireframe objects.
|
|---|
| 445 |
|
|---|
| 446 | vis-V00-01-10 25th November 1999 John Allison
|
|---|
| 447 | - Adapted header files of modeling for Software Reference Manual.
|
|---|
| 448 |
|
|---|
| 449 | vis-01-00-05 7th February 1999 John Allison
|
|---|
| 450 |
|
|---|
| 451 | vis-01-00-05 7th February 1999 John Allison
|
|---|
| 452 | - Added list facility to G4PhysicalVolumeSearchScene.
|
|---|
| 453 | - Added virtual functions AddThis (const G4Polycone and G4Polyhedra to
|
|---|
| 454 | G4BoundingSphereScene and G4PhysicalVolumeSearchScene.
|
|---|
| 455 |
|
|---|
| 456 | vis-00-04-01 25th November 1998 John Allison.
|
|---|
| 457 | - Added const G4VisAttributes* fpDefaultVisAttributes and access
|
|---|
| 458 | functions to G4ModelingParameters.
|
|---|
| 459 | - Reverted to default assignment operator and copy constructor for
|
|---|
| 460 | G4ModelingParameters.
|
|---|
| 461 | - G4PhysicalVolumeModel can now handle invisible daughters.
|
|---|
| 462 |
|
|---|
| 463 | 31st August 1998 John Allison
|
|---|
| 464 | - Added G4VModel::Validate() and in subclasses.
|
|---|
| 465 |
|
|---|
| 466 | vis-00-02-05 27th August 1998 John Allison
|
|---|
| 467 | - Added G4HitsModel and G4TrajectoriesModel.
|
|---|
| 468 |
|
|---|
| 469 | vis-00-02-04 22nd August 1998 John Allison
|
|---|
| 470 | - Made G4Transform3D fTransform a member of G4VModel (instead of pointer).
|
|---|
| 471 | - Reversed order of parameters in G4VModel constructor.
|
|---|
| 472 | - Much bug fixing.
|
|---|
| 473 |
|
|---|
| 474 | vis-00-06-06 11th June 1998 John Allison
|
|---|
| 475 | - G4PhysicalVolumeModel handles parametrised solids and materials.
|
|---|
| 476 |
|
|---|
| 477 | vis-00-06-04 10th June 1998 John Allison
|
|---|
| 478 | - Moved G4BoundingSphereScene from management to modeling.
|
|---|
| 479 | - Added G4Transform3D data member.
|
|---|
| 480 |
|
|---|
| 481 | modeling-00-04-01 4th March 1998 John Allison
|
|---|
| 482 | - Last tag before moving to visualization.
|
|---|
| 483 | - Removed G4ModelingParameters:: from G4ModelingParameters.hh constructor.
|
|---|
| 484 |
|
|---|
| 485 | 27th January 1998 John Allison
|
|---|
| 486 | - New (temporay?) category.
|
|---|
| 487 | - Incorporates modeling code which was in G4VScene.
|
|---|