Changeset 1347 for trunk/source/geometry/solids/specific
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/geometry/solids/specific
- Files:
-
- 50 edited
-
GNUmakefile (modified) (1 diff)
-
History (modified) (2 diffs)
-
test/ApproxEqual.hh (modified) (1 diff)
-
test/testG4Ellipsoid.cc (modified) (1 diff)
-
test/testG4ExtrudedSolid.cc (modified) (1 diff)
-
test/testG4Hype.cc (modified) (1 diff)
-
test/testG4Tess_Cad/TExCad.cc (modified) (1 diff)
-
test/testG4Tess_Cad/include/TEx01DetectorConstruction.hh (modified) (1 diff)
-
test/testG4Tess_Cad/include/TEx01PhysicsList.hh (modified) (1 diff)
-
test/testG4Tess_Cad/include/TEx01PrimaryGeneratorAction.hh (modified) (1 diff)
-
test/testG4Tess_Cad/include/TEx01RunAction.hh (modified) (1 diff)
-
test/testG4Tess_Cad/include/TEx01VisManager.hh (modified) (1 diff)
-
test/testG4Tess_Cad/src/TEx01DetectorConstruction.cc (modified) (1 diff)
-
test/testG4Tess_Cad/src/TEx01PhysicsList.cc (modified) (1 diff)
-
test/testG4Tess_Cad/src/TEx01PrimaryGeneratorAction.cc (modified) (1 diff)
-
test/testG4Tess_Cad/src/TEx01RunAction.cc (modified) (1 diff)
-
test/testG4Tess_Cad/src/TEx01VisManager.cc (modified) (1 diff)
-
test/testG4Tess_Mixed/TExMixed.cc (modified) (1 diff)
-
test/testG4Tess_Mixed/include/TEx01DetectorConstruction.hh (modified) (1 diff)
-
test/testG4Tess_Mixed/include/TEx01PhysicsList.hh (modified) (1 diff)
-
test/testG4Tess_Mixed/include/TEx01PrimaryGeneratorAction.hh (modified) (1 diff)
-
test/testG4Tess_Mixed/include/TEx01RunAction.hh (modified) (1 diff)
-
test/testG4Tess_Mixed/src/TEx01DetectorConstruction.cc (modified) (1 diff)
-
test/testG4Tess_Mixed/src/TEx01PhysicsList.cc (modified) (1 diff)
-
test/testG4Tess_Mixed/src/TEx01PrimaryGeneratorAction.cc (modified) (1 diff)
-
test/testG4Tess_Mixed/src/TEx01RunAction.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/TExQuadr.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/include/TEx01DetectorConstruction.hh (modified) (1 diff)
-
test/testG4Tess_Quadr/include/TEx01PhysicsList.hh (modified) (1 diff)
-
test/testG4Tess_Quadr/include/TEx01PrimaryGeneratorAction.hh (modified) (1 diff)
-
test/testG4Tess_Quadr/include/TEx01RunAction.hh (modified) (1 diff)
-
test/testG4Tess_Quadr/include/TEx01VisManager.hh (modified) (1 diff)
-
test/testG4Tess_Quadr/src/TEx01DetectorConstruction.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/src/TEx01PhysicsList.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/src/TEx01PrimaryGeneratorAction.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/src/TEx01RunAction.cc (modified) (1 diff)
-
test/testG4Tess_Quadr/src/TEx01VisManager.cc (modified) (1 diff)
-
test/testG4Tess_Tria/TExTria.cc (modified) (1 diff)
-
test/testG4Tess_Tria/include/TEx01DetectorConstruction.hh (modified) (1 diff)
-
test/testG4Tess_Tria/include/TEx01PhysicsList.hh (modified) (1 diff)
-
test/testG4Tess_Tria/include/TEx01PrimaryGeneratorAction.hh (modified) (1 diff)
-
test/testG4Tess_Tria/include/TEx01RunAction.hh (modified) (1 diff)
-
test/testG4Tess_Tria/include/TEx01VisManager.hh (modified) (1 diff)
-
test/testG4Tess_Tria/src/TEx01DetectorConstruction.cc (modified) (1 diff)
-
test/testG4Tess_Tria/src/TEx01PhysicsList.cc (modified) (1 diff)
-
test/testG4Tess_Tria/src/TEx01PrimaryGeneratorAction.cc (modified) (1 diff)
-
test/testG4Tess_Tria/src/TEx01RunAction.cc (modified) (1 diff)
-
test/testG4Tess_Tria/src/TEx01VisManager.cc (modified) (1 diff)
-
test/testG4Tet.cc (modified) (1 diff)
-
test/testPointOnSurfacePoly.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/solids/specific/GNUmakefile
r831 r1347 1 # $Id: GNUmakefile,v 1. 6 2007/05/23 09:31:15gcosmo Exp $1 # $Id: GNUmakefile,v 1.8 2010/10/27 07:34:32 gcosmo Exp $ 2 2 # ---------------------------------------------------------------------------- 3 3 # GNUmakefile for geometry/solids/specific library. Gabriele Cosmo, 05/04/00. -
trunk/source/geometry/solids/specific/History
r1337 r1347 1 $Id: History,v 1.1 71 2010/06/16 08:46:50gcosmo Exp $1 $Id: History,v 1.186 2010/11/26 13:36:35 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 26-Nov-2010 T.Nikitina (geom-specific-V09-03-20) 21 - Fixes in G4GenericTrap reported by SBT unit test in SurfaceNormal(), 22 DistanceToPlane() and VisExtent(). 23 24 16-Nov-2010 T.Nikitina (geom-specific-V09-03-19) 25 - G4EllipticalCone: fixes in DistanceToIn(p,v) and DistanceToOut(p,v) for 26 correct handling of point on the surface. 27 Corrected formula for SurfaceNormal(p). 28 29 10-Nov-2010 T.Nikitina (geom-specific-V09-03-18) 30 - Added checks on crossing of vertices and too big twisted angle in 31 G4GenericTrap. 32 - Fixed case of division by zero in G4TwistedTubs. 33 - Added unit test for G4Polyhedra. 34 35 02-Nov-2010 G.Cosmo (geom-specific-V09-03-17) 36 - More fixes on Coverity reports for G4TessellatedSolid and G4ReduciblePolygon. 37 38 20-Oct-2010 G.Cosmo (geom-specific-V09-03-16) 39 - Implemented Clone() virtual method for all solids, returning a pointer 40 to a dynamically allocated copy of the solid. To be used by Geant4-MT. 41 42 23-Sep-2010 G.Cosmo (geom-specific-V09-03-15) 43 - Initialize fpPolyhedron to zero in copy-ctor and operator=(). 44 - Completed implementation of copy-ctor and operator=() for facets. 45 46 20-Sep-2010 G.Cosmo (geom-specific-V09-03-14) 47 - Implemented copy-constructor and assignment operator for all solids 48 to facilitate conversion to Geant4-MT. 49 50 08-Sep-2010 G.Cosmo (geom-specific-V09-03-13) 51 - Correction to previous fix in G4ReduciblePolygon to avoid deleting current 52 'vertexHead' pointer. 53 54 07-Sep-2010 G.Cosmo (geom-specific-V09-03-12) 55 - Fix within G4CSGDEBUG code for restoring cout precision. 56 - Fix in G4ReduciblePolygon::RemoveRedundantVertices() to avoid potential 57 case of dereferencing freed pointer. 58 59 19-Aug-2010 T.Nikitina (geom-specific-V09-03-11) 60 - G4EllipticalTube: extended implementation of SurfaceNormal(p) in agreement 61 with canonical form. Added unit test testG4EllipticalTube.cc. 62 63 16-Jul-2010 G.Cosmo (geom-specific-V09-03-10) 64 - Fixed cases of division by zero in G4VTwistSurface and G4TwistBoxSide. 65 - Use INT_MAX as initialisation for max limits in G4SolidExtentList. 66 67 12-Jul-2010 G.Cosmo (geom-specific-V09-03-09) 68 - Added dummy initialization to members in struct 69 G4PolyPhiFace::G4PolyPhiFaceEdge, struct G4ReduciblePolygon::ABVertex. 70 G4Ellipsoid, G4EllipticalTube, G4EnclosingCylinder, G4ExtrudedSolid, G4Hype, 71 G4IntersectingCone, G4Paraboloid, G4PolyPhiFace, G4Polycone, G4PolyconeSide, 72 G4Polyhedra, G4PolyhedraSide, G4QuadrangularFacet, G4ReduciblePolygon, 73 G4TessellatedSolid, G4TriangularFacet, G4TwistBoxSide, G4TwistTrapAlphaSide, 74 G4TwistTrapFlatSide, G4TwistTrapParallelSide, G4TwistTubsFlatSide, 75 G4TwistTubsHypeSide, G4TwistTubsSide, G4TwistedTubs, G4VCSGfaceted, G4VFacet, 76 G4VTwistSurface, G4VTwistedFaceted. 77 - Fixed case of dereferencing null pointer in methods 78 G4EllipticalTube::DistanceToOut(p,v), G4VCSGfaceted::DistanceToIn(p,v) 79 and G4VCSGfaceted::DistanceToOut(p,v). 80 - Fixed unecessary object copy as argument in method 81 G4PolyhedraSide::IntersectSidePlane(). 82 - Avoid possible case of derefencing null pointer in G4ReduciblePolygon 83 RemoveDuplicateVertices() and RemoveRedundantVertices() methods. 84 - Replaced calls to std::abs() with std::fabs() where suitable. 19 85 20 86 16-Jun-2010 G.Cosmo (geom-specific-V09-03-08) -
trunk/source/geometry/solids/specific/test/ApproxEqual.hh
r1316 r1347 26 26 // 27 27 // $Id: ApproxEqual.hh,v 1.4 2006/06/29 18:49:38 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 -
trunk/source/geometry/solids/specific/test/testG4Ellipsoid.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Ellipsoid.cc,v 1.5 2007/02/09 12:05:51 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // testG4Ellipsoid -
trunk/source/geometry/solids/specific/test/testG4ExtrudedSolid.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4ExtrudedSolid.cc,v 1.4 2008/02/27 12:33:20 ivana Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // testG4ExtrudedSolid -
trunk/source/geometry/solids/specific/test/testG4Hype.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Hype.cc,v 1.8 2006/06/29 18:49:45 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/TExCad.cc
r1316 r1347 26 26 // 27 27 // $Id: TExCad.cc,v 1.2 2006/06/29 18:49:57 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/include/TEx01DetectorConstruction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.hh,v 1.2 2006/06/29 18:49:59 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/include/TEx01PhysicsList.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.hh,v 1.2 2006/06/29 18:50:01 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/include/TEx01PrimaryGeneratorAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.hh,v 1.2 2006/06/29 18:50:03 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/include/TEx01RunAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.hh,v 1.2 2006/06/29 18:50:05 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/include/TEx01VisManager.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.hh,v 1.2 2006/06/29 18:50:08 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/src/TEx01DetectorConstruction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.cc,v 1.3 2007/05/18 10:36:48 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/src/TEx01PhysicsList.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.cc,v 1.2 2006/06/29 18:50:13 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/src/TEx01PrimaryGeneratorAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.cc,v 1.2 2006/06/29 18:50:15 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/src/TEx01RunAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.cc,v 1.2 2006/06/29 18:50:17 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Cad/src/TEx01VisManager.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.cc,v 1.3 2007/05/18 10:36:48 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/TExMixed.cc
r1316 r1347 26 26 // 27 27 // $Id: TExMixed.cc,v 1.2 2006/06/29 18:50:21 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/include/TEx01DetectorConstruction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.hh,v 1.2 2006/06/29 18:51:01 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/include/TEx01PhysicsList.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.hh,v 1.2 2006/06/29 18:51:22 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/include/TEx01PrimaryGeneratorAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.hh,v 1.2 2006/06/29 18:51:24 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/include/TEx01RunAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.hh,v 1.2 2006/06/29 18:51:26 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/src/TEx01DetectorConstruction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.cc,v 1.2 2006/06/29 18:51:28 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/src/TEx01PhysicsList.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.cc,v 1.2 2006/06/29 18:51:30 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/src/TEx01PrimaryGeneratorAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.cc,v 1.2 2006/06/29 18:51:32 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Mixed/src/TEx01RunAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.cc,v 1.2 2006/06/29 18:51:35 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/TExQuadr.cc
r1316 r1347 26 26 // 27 27 // $Id: TExQuadr.cc,v 1.2 2006/06/29 18:51:37 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/include/TEx01DetectorConstruction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.hh,v 1.2 2006/06/29 18:51:39 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/include/TEx01PhysicsList.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.hh,v 1.2 2006/06/29 18:51:41 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/include/TEx01PrimaryGeneratorAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.hh,v 1.2 2006/06/29 18:51:44 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/include/TEx01RunAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.hh,v 1.2 2006/06/29 18:51:47 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/include/TEx01VisManager.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.hh,v 1.2 2006/06/29 18:51:49 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/src/TEx01DetectorConstruction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.cc,v 1.3 2007/05/18 10:39:04 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/src/TEx01PhysicsList.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.cc,v 1.2 2006/06/29 18:51:53 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/src/TEx01PrimaryGeneratorAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.cc,v 1.2 2006/06/29 18:51:55 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/src/TEx01RunAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.cc,v 1.2 2006/06/29 18:52:05 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Quadr/src/TEx01VisManager.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.cc,v 1.3 2007/05/18 10:39:04 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/TExTria.cc
r1316 r1347 26 26 // 27 27 // $Id: TExTria.cc,v 1.2 2006/06/29 18:52:11 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/include/TEx01DetectorConstruction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.hh,v 1.2 2006/06/29 18:52:13 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/include/TEx01PhysicsList.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.hh,v 1.2 2006/06/29 18:52:15 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/include/TEx01PrimaryGeneratorAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.hh,v 1.2 2006/06/29 18:52:17 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/include/TEx01RunAction.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.hh,v 1.2 2006/06/29 18:52:19 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/include/TEx01VisManager.hh
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.hh,v 1.2 2006/06/29 18:52:21 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/src/TEx01DetectorConstruction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01DetectorConstruction.cc,v 1.5 2007/05/18 10:40:29 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/src/TEx01PhysicsList.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PhysicsList.cc,v 1.2 2006/06/29 18:52:25 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/src/TEx01PrimaryGeneratorAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01PrimaryGeneratorAction.cc,v 1.2 2006/06/29 18:52:27 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/src/TEx01RunAction.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01RunAction.cc,v 1.2 2006/06/29 18:52:29 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -
trunk/source/geometry/solids/specific/test/testG4Tess_Tria/src/TEx01VisManager.cc
r1316 r1347 26 26 // 27 27 // $Id: TEx01VisManager.cc,v 1.3 2007/05/18 10:40:29 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/geometry/solids/specific/test/testG4Tet.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Tet.cc,v 1.3 2006/06/29 18:49:49 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 -
trunk/source/geometry/solids/specific/test/testPointOnSurfacePoly.cc
r1316 r1347 26 26 // 27 27 // $Id: testPointOnSurfacePoly.cc,v 1.3 2008/04/25 08:50:00 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 //
Note:
See TracChangeset
for help on using the changeset viewer.
