255 lines
10 KiB
Plaintext
255 lines
10 KiB
Plaintext
$Id: History,v 1.51 2004/12/08 12:30:48 gcosmo Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Sub-Category History file
|
|
-------------------------
|
|
This file should be used by G4 developers and category coordinators
|
|
to briefly summarize all major modifications introduced in the code
|
|
and keep track of all directory-tags.
|
|
It DOES NOT substitute the CVS log-message one should put at every
|
|
committal in the CVS repository !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
08-Dec-2004, O.Link (geom-specific-V06-02-07)
|
|
- Extensions to twisted box/trap shapes to consider all 4 solutions
|
|
for determining correct intersections.
|
|
|
|
29-Nov-2004, O.Link (geom-specific-V06-02-06)
|
|
- G4TwistedTrapSide, G4TwistedBoxSide: improved (analytical) version
|
|
of GetPhiUAtX() method.
|
|
|
|
24-Nov-2004, O.Link (geom-specific-V06-02-05)
|
|
- Fixed bug in description of twisted trapezoid side.
|
|
|
|
12-Nov-2004, O.Link (geom-specific-V06-02-04)
|
|
- Added G4TwistedBox - a twisted box with twist angle alpha,
|
|
length a/2,b/2,L/2.
|
|
- Added G4TwistedTrap - a twisted trapezoid (still in debug state)
|
|
- Changed in G4VSurface.icc:
|
|
- GetNeighbours(): corrected axiscode (was returning the wrong neighbours)
|
|
- SetNeighbours(): fixed problem #685 (index out of range)
|
|
- Added tests for G4TwistedBox and G4TwistedTrap in specific/test.
|
|
- Added G4TwistedBox and G4TwistedTrap in system testing, test10.
|
|
|
|
22-Oct-2004, D.C.Williams (geom-specific-V06-02-03)
|
|
- Fix in G4PolyconeSide::Inside for points at radius = 0 for phi slides
|
|
solids with an inner radius. Addresses problem report #598.
|
|
|
|
10-Oct-2004, J.Allison (geom-specific-V06-02-02)
|
|
- Added GetPolyhedron, a smart access function that creates a G4Polyhedron
|
|
on request and stores for future access. A null pointer means "not
|
|
available".
|
|
|
|
22-Sep-2004, G.Cosmo (geom-specific-V06-02-01)
|
|
- Added implementation of GetCubicVolume() with cashing mechanism for
|
|
solids: G4EllipticalTube, G4Hype, G4Polyhedra, G4Polycone, G4TwistedTubs.
|
|
|
|
01-Sep-2004, D.C.Williams (geom-specific-V06-02-00)
|
|
- G4VCSGfaceted: fix for rare anomalous situation in which
|
|
DistanceToOut(p,v,..) will report kInfinity, make an additional check
|
|
for the point p on the surface, in which case will report zero.
|
|
Addresses problem observed in G4Polyhedra and reported in #650.
|
|
|
|
07-Jun-2004, G.Cosmo (geom-specific-V06-01-04)
|
|
- Fixed compilation problem in G4TwistedSurface.cc on WIN32-VC.
|
|
|
|
28-May-2004, G.Cosmo (geom-specific-V06-01-03)
|
|
- Fixed archiving problem on WIN32-VC7: replaced structs with classes
|
|
in G4VSurface.
|
|
- Replaced misleading names for masks in G4VSurface and moved inlined
|
|
methods of nested classes to .cc.
|
|
|
|
25-May-2004, G.Cosmo (geom-specific-V06-01-02)
|
|
- Fixed compilation problem on SUN-CC. Made EValidate enum public in
|
|
G4VSurface.hh.
|
|
|
|
24-May-2004, G.Cosmo (geom-specific-V06-01-01)
|
|
- Removed compilation warnings and minor cleanup...
|
|
|
|
19-May-2004, O.Link (geom-specific-V06-01-00)
|
|
- First implementation of a framework for twisted surfaces, integrated from
|
|
the original version of Kotoyo Hoshina (hoshina@hepburn.s.chiba-u.ac.jp)
|
|
implemented in the 'Jupiter' application.
|
|
o Includes new specific twisted shape: G4TwistedTubs.
|
|
o New classes: G4VSurface, G4TwistedSurface, G4HyperbolicSurface,
|
|
G4FlatSurface, G4TwistedTubs.
|
|
o Cleanup of original code (debugging messages, compiler errors, migration
|
|
of g4std to new convention...)
|
|
o New organisation of class G4TwistedTubs: now independent of XXXSurface;
|
|
removed backpointer 'fSolid' from XXXSurface to G4TwistedTubs.
|
|
o New form of constructors in G4TwistedSurface, G4HyperbolicSurface and
|
|
G4FlatSurface.
|
|
o Change in G4TwistedSurface::DistanceToIn(p,v,...): roundoff correction.
|
|
|
|
12-Jan-2004, G.Cosmo (geom-specific-V06-00-00)
|
|
- G4PolyhedraSide.cc: fixed bug in which particles could "leak" out the
|
|
center of a face if inner radius = 0.
|
|
Fixes problem report #547. (D.Williams)
|
|
|
|
22-Nov-2003, G.Cosmo (geom-specific-V05-02-07)
|
|
- Fixed upper bound for protection check introduced in G4Polycone and
|
|
G4Polyhedra constructors.
|
|
|
|
17-Nov-2003, G.Cosmo (geom-specific-V05-02-06)
|
|
- Added protections in G4Polycone and G4Polyhedra constructors for
|
|
invalid constructs with no contiguous segments in Z planes as input.
|
|
|
|
04-Nov-2003, G.Cosmo (geom-specific-V05-02-05)
|
|
- Added SetOriginalParameters() method to G4Polycone and G4Polyhedra.
|
|
|
|
03-Nov-2003, G.Cosmo (geom-specific-V05-02-04)
|
|
- Code cleanup and headers inclusion review
|
|
(replaced by forward declarations where necessary).
|
|
|
|
28-Oct-2003, G.Cosmo (geom-specific-V05-02-03)
|
|
- Migrated to new G4Exception scheme.
|
|
|
|
20-Oct-2003, G.Cosmo (geom-specific-V05-02-02)
|
|
- Added Reset() method in G4Polycone and G4Polyhedra to allow
|
|
recalculation and reshape of the solid if new original_parameters
|
|
are provided.
|
|
|
|
30-Sep-2003, G.Cosmo (geom-specific-V05-02-01)
|
|
- Updated GNUmakefile for unit tests, according to new structure
|
|
introduced in "geometry-V05-02-00".
|
|
|
|
16-Jun-2003, G.Cosmo (geom-specific-V05-02-00)
|
|
- Added accessors to original_parameters for G4Polycone and G4Polyhedra.
|
|
Made G4PolyconeHistorical and G4PolyhedraHistorical classes in global
|
|
scope (temporary solution).
|
|
|
|
28-Mar-2003, G.Cosmo (geom-specific-V05-00-00)
|
|
- Fixed initialisation of base class in copy contructor for:
|
|
G4PolyPhiFace, G4PolyconeSide, G4PolyhedraSide.
|
|
- Fixed trivial pedantic warnings on G4Polycone and G4Polyhedra.
|
|
|
|
30-Oct-2002, G.Cosmo (geom-specific-V04-01-01)
|
|
- Fixed un-initialised data members in constructors of classes:
|
|
G4ClippablePolygon, G4EnclosingCylinder, G4PolyconeSide,
|
|
G4ReduciblePolygon, G4VCSGfaceted.
|
|
|
|
28-Oct-2002, G.Cosmo (geom-specific-V04-01-00)
|
|
- Added implementation of StreamInfo() to comply with new interface for
|
|
G4VSolid in "geommng-V04-01-03".
|
|
- Created .icc files for G4EllipticalTube, G4Polyhedra and G4Polycone.
|
|
- Some cosmetic changes to code formatting: removed <TAB> characters and adopt
|
|
uniform code indentation.
|
|
|
|
08-May-2002, J.Allison (geom-solids-specific-V04-00-01)
|
|
- Implemented G4EllipticalTube::CreatePolyhedron.
|
|
|
|
10-Jan-2002, G.Cosmo (geom-solids-specific-V04-00-00)
|
|
- Updated unit tests.
|
|
|
|
20-Apr-2001, G.Cosmo (geom-solids-specific-V03-01-00)
|
|
- Migration to STL vector:
|
|
o In G4ClippablePolygon, migrated G4ThreeVectorList typedef and
|
|
made private to class.
|
|
|
|
03-Apr-2001, D.Williams (geom-solids-specific-V03-00-01)
|
|
-----------------------
|
|
- G4IntersectingCone.cc: make small adjustment to help with roundoff error
|
|
in LineHitsCone1() and LineHitsCone2().
|
|
|
|
08-Jan-2001, D.Williams (geom-solids-specific-V03-00-00)
|
|
-----------------------
|
|
- G4Hype.cc: Added protecton against zero v.z in DistanceToOut.
|
|
|
|
20-Nov-2000, G.Cosmo (geom-solids-specific-V02-00-04)
|
|
---------------------
|
|
- Fixes to remove warnings from "-Wall -ansi -pedantic" g++ compiler options:
|
|
o commented out variables declared and not used.
|
|
o fixed declaration of variables used before being initialised.
|
|
o fixed order of initialisation of member data in constructors.
|
|
o fixed usage of unsigned-int (size_t) for array indeces.
|
|
|
|
13-Nov-2000, G.Cosmo (geom-solids-specific-V02-00-03)
|
|
--------------------
|
|
- Added definition of empty constructor for G4ClippablePolygon which
|
|
went lost by mistake...
|
|
|
|
02-Nov-2000, G.Cosmo (geom-solids-specific-V02-00-02)
|
|
--------------------
|
|
- QA code revision and cleanup (+fixes from CodeWizard filtering):
|
|
o Avoid inline virtual methods.
|
|
o General cosmetics for Software Reference Manual.
|
|
|
|
23-Oct-2000, D.Williams (geom-solids-specific-V02-00-01)
|
|
-----------------------
|
|
- G4IntersectingCone.cc: the check for a zero radical has been adjusted to be
|
|
less sensitive to round off error in LineHitsCone1(), LineHitsCone2().
|
|
This fixes a problem discovered in BaBar.
|
|
|
|
12-Sep-2000, G.Cosmo (geom-solids-specific-V02-00-00)
|
|
--------------------
|
|
- Organised comments to headers for Software Reference Manual.
|
|
|
|
27-Jun-2000, G.Cosmo (geom-solids-specific-V01-01-02)
|
|
--------------------
|
|
- G4Polycone[.hh.cc]: better fix for bug-report #110.
|
|
Removed struct and replaced with class.
|
|
|
|
26-Jun-2000, G.Cosmo (geom-solids-specific-V01-01-01)
|
|
--------------------
|
|
- G4Polycone.cc: fixed memory leak by invoking destruction of member
|
|
enclosingCylinder, which was not cleaned up in the destructor.
|
|
This fixes problem report #107.
|
|
- G4Polycone.hh: added forward declaration of struct G4PolyconeHistorical
|
|
and made it friend, for porting on KCC --strict. This fixes report #110.
|
|
- G4Polyhedra.hh: fixed typo in method name. Changed GetNumSIde() to
|
|
GetNumSide(). This fixes problem report #105.
|
|
|
|
08-Jun-2000, G.Gracia
|
|
---------------------
|
|
- G4VCSGfaceted.cc: fix for Win/NT in function GetExtent().
|
|
|
|
27-Apr-2000, G.Cosmo
|
|
--------------------
|
|
- Removed dependency over the CSG domain in GNUmakefile.
|
|
|
|
18-Apr-2000, D.Williams
|
|
-----------------------
|
|
- Removed meaningless "const" specifiers from methods in G4ClippablePolygon,
|
|
and G4EllipticalTube.
|
|
- G4EllipticalTube, G4Hype and G4VCSGfaceted now inherit directly
|
|
from G4VSolid (before was G4CSGSolid).
|
|
- Reintroduced GetExtent() in G4EllipticalTube, G4Hype and G4VCSGfaceted
|
|
(in principle, not needed).
|
|
- Modified assertations in unit test testG4Hype.cc.
|
|
|
|
11-Apr-2000, J.Allison
|
|
----------------------
|
|
- Removed implementations of GetExtent in most sub-classes of G4VSolid (a
|
|
default implementation exists in G4VSolid).
|
|
- All implementations of DescribeYourselfTo (G4VGraphicsScene& scene) const
|
|
now correctly written: scene.AddThis(*this).
|
|
|
|
05-Apr-2000, G.Cosmo (geom-solids-specific-V01-01-00)
|
|
--------------------
|
|
- Restructured solids/CSG domain, by moving to "specific" the following
|
|
classes: G4ClippablePolygon, G4EnclosingCylinder, G4Hype, G4PolyPhiFace,
|
|
G4Polycone, G4PolyconeSide, G4Polyhedra, G4PolyhedraSide, G4ReduciblePolygon,
|
|
G4IntersectingCone, G4SolidExtentList, G4VCSGface, G4VCSGfaceted.
|
|
The new module's library for "specific" is now called 'G4specsolids'.
|
|
- Created specific/test directory and moved testG4Hype.cc and testG4Polycone,cc
|
|
from CSG/test.
|
|
- Organised class description comments for the Software Reference Manual
|
|
and added CVS headers to files.
|
|
|
|
29-Mar-2000, D.Williams
|
|
-----------------------
|
|
- Added first implementation of G4EllipticalTube.
|
|
It defines a simple elliptical tube, as in geant3 "ELTU".
|
|
Files introduced: G4EllipticalTube[.hh.cc].
|
|
|
|
25-Mar-2000, G.Cosmo
|
|
--------------------
|
|
- History file created.
|