Changeset 1228 for trunk/source/persistency/ascii/src
- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- Location:
- trunk/source/persistency/ascii/src
- Files:
-
- 45 edited
-
G4tgbDetectorBuilder.cc (modified) (1 diff)
-
G4tgbDetectorConstruction.cc (modified) (1 diff)
-
G4tgbElement.cc (modified) (1 diff)
-
G4tgbGeometryDumper.cc (modified) (2 diffs)
-
G4tgbIsotope.cc (modified) (1 diff)
-
G4tgbMaterial.cc (modified) (1 diff)
-
G4tgbMaterialMgr.cc (modified) (1 diff)
-
G4tgbMaterialMixture.cc (modified) (1 diff)
-
G4tgbMaterialMixtureByNoAtoms.cc (modified) (1 diff)
-
G4tgbMaterialMixtureByVolume.cc (modified) (1 diff)
-
G4tgbMaterialMixtureByWeight.cc (modified) (1 diff)
-
G4tgbMaterialSimple.cc (modified) (1 diff)
-
G4tgbPlaceParamCircle.cc (modified) (1 diff)
-
G4tgbPlaceParamLinear.cc (modified) (1 diff)
-
G4tgbPlaceParamSquare.cc (modified) (1 diff)
-
G4tgbPlaceParameterisation.cc (modified) (1 diff)
-
G4tgbRotationMatrix.cc (modified) (1 diff)
-
G4tgbRotationMatrixMgr.cc (modified) (1 diff)
-
G4tgbVolume.cc (modified) (2 diffs)
-
G4tgbVolumeMgr.cc (modified) (1 diff)
-
G4tgrElement.cc (modified) (1 diff)
-
G4tgrElementFromIsotopes.cc (modified) (1 diff)
-
G4tgrElementSimple.cc (modified) (1 diff)
-
G4tgrEvaluator.cc (modified) (1 diff)
-
G4tgrFileIn.cc (modified) (1 diff)
-
G4tgrFileReader.cc (modified) (1 diff)
-
G4tgrIsotope.cc (modified) (1 diff)
-
G4tgrMaterial.cc (modified) (1 diff)
-
G4tgrMaterialFactory.cc (modified) (1 diff)
-
G4tgrMaterialMixture.cc (modified) (1 diff)
-
G4tgrMaterialSimple.cc (modified) (1 diff)
-
G4tgrMessenger.cc (modified) (1 diff)
-
G4tgrParameterMgr.cc (modified) (1 diff)
-
G4tgrPlace.cc (modified) (1 diff)
-
G4tgrPlaceDivRep.cc (modified) (1 diff)
-
G4tgrPlaceParameterisation.cc (modified) (1 diff)
-
G4tgrPlaceSimple.cc (modified) (1 diff)
-
G4tgrRotationMatrix.cc (modified) (1 diff)
-
G4tgrRotationMatrixFactory.cc (modified) (1 diff)
-
G4tgrSolid.cc (modified) (1 diff)
-
G4tgrSolidBoolean.cc (modified) (1 diff)
-
G4tgrVolume.cc (modified) (2 diffs)
-
G4tgrVolumeAssembly.cc (modified) (1 diff)
-
G4tgrVolumeDivision.cc (modified) (1 diff)
-
G4tgrVolumeMgr.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/persistency/ascii/src/G4tgbDetectorBuilder.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbDetectorBuilder.cc,v 1.4 2008/12/18 12:59:16 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbDetectorConstruction.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbDetectorConstruction.cc,v 1.4 2008/12/18 12:59:18 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbElement.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbElement.cc,v 1.4 2008/12/18 12:59:20 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbGeometryDumper.cc
r1035 r1228 25 25 // 26 26 // 27 // $Id: G4tgbGeometryDumper.cc,v 1.1 1 2008/12/18 12:59:22 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$27 // $Id: G4tgbGeometryDumper.cc,v 1.12 2009/11/19 13:29:04 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // … … 642 642 643 643 } else if (solidType == "SUBTRACTIONSOLID") { 644 DumpBooleanVolume( "SUB S", solid );644 DumpBooleanVolume( "SUBTRACTION", solid ); 645 645 646 646 } else if (solidType == "INTERSECTIONSOLID") { 647 DumpBooleanVolume( "INTERS ", solid );647 DumpBooleanVolume( "INTERSECTION", solid ); 648 648 649 649 } else if (solidType == "REFLECTEDSOLID") { -
trunk/source/persistency/ascii/src/G4tgbIsotope.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbIsotope.cc,v 1.4 2008/12/18 12:59:24 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterial.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterial.cc,v 1.2 2008/12/18 12:59:26 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialMgr.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialMgr.cc,v 1.5 2008/12/18 12:59:28 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialMixture.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialMixture.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByNoAtoms.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialMixtureByNoAtoms.cc,v 1.6 2008/12/18 12:59:30 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByVolume.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialMixtureByVolume.cc,v 1.8 2008/12/18 12:59:32 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByWeight.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialMixtureByWeight.cc,v 1.4 2008/12/18 12:59:34 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbMaterialSimple.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbMaterialSimple.cc,v 1.5 2008/12/18 12:59:36 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbPlaceParamCircle.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbPlaceParamCircle.cc,v 1.5 2008/12/03 16:16:01 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbPlaceParamLinear.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbPlaceParamLinear.cc,v 1.5 2008/12/03 16:16:01 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbPlaceParamSquare.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbPlaceParamSquare.cc,v 1.6 2008/12/03 16:16:01 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbPlaceParameterisation.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbPlaceParameterisation.cc,v 1.4 2008/11/21 15:37:18 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // class G4tgbPlaceParameterisation -
trunk/source/persistency/ascii/src/G4tgbRotationMatrix.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbRotationMatrix.cc,v 1.8 2008/12/18 12:59:38 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbRotationMatrixMgr.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbRotationMatrixMgr.cc,v 1.2 2008/12/18 12:59:40 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgbVolume.cc
r1035 r1228 92 92 #include "G4BREPSolidPolyhedra.hh" 93 93 #include "G4BREPSolidOpenPCone.hh" 94 #include "G4TessellatedSolid.hh" 95 #include "G4TriangularFacet.hh" 96 #include "G4QuadrangularFacet.hh" 97 #include "G4ExtrudedSolid.hh" 98 94 99 #include "G4VisExtent.hh" 95 96 100 #include "G4Material.hh" 97 101 #include "G4RotationMatrix.hh" … … 633 637 &((*z_p)[0]), &((*rmin_p)[0]), 634 638 &((*rmax_p)[0])); 639 } 640 else if( stype == "TESSELLATED" ) 641 { 642 G4int nFacets = G4int(solParam[0]); 643 G4int jj = 0; 644 solid = new G4TessellatedSolid(sname); 645 G4TessellatedSolid* solidTS = (G4TessellatedSolid*)(solid); 646 G4VFacet* facet=0; 647 648 for( G4int ii = 0; ii < nFacets; ii++){ 649 G4int nPoints = G4int(solParam[jj+1]); 650 if( G4int(solParam.size()) < jj + nPoints*3 + 2 ) { 651 G4String Err1 = "Too small number of parameters in tesselated solid, it should be at least " + G4UIcommand::ConvertToString(jj + nPoints*3 + 2 ); 652 G4String Err2 = " facet number " + G4UIcommand::ConvertToString(ii); 653 G4String Err3 = " number of parameters is " + G4UIcommand::ConvertToString(G4int(solParam.size())); 654 G4String ErrMessage = Err1 + Err2 + Err3 + " !"; 655 G4Exception("G4tgbVolume::FindOrConstructG4Solid()", 656 "InvalidSetup", FatalException, ErrMessage); 657 } 658 659 if( nPoints == 3 ) 660 { 661 G4ThreeVector pt0(solParam[jj+2],solParam[jj+3],solParam[jj+4]); 662 G4ThreeVector vt1(solParam[jj+5],solParam[jj+6],solParam[jj+7]); 663 G4ThreeVector vt2(solParam[jj+8],solParam[jj+9],solParam[jj+10]); 664 G4FacetVertexType vertexType = ABSOLUTE; 665 if( solParam[jj+11] == 0 ) 666 { 667 vertexType = ABSOLUTE; 668 } 669 else if( solParam[jj+11] == 0 ) 670 { 671 vertexType = RELATIVE; 672 } 673 else 674 { 675 G4String Err1 = "Wrong number of vertex type in tesselated solid, it should be 0 =ABSOLUTE) or 1 (=RELATIVE)"; 676 G4String Err2 = " facet number " + G4UIcommand::ConvertToString(G4int(ii)); 677 G4String Err3 = " vertex type is " + G4UIcommand::ConvertToString(solParam[jj+11]); 678 G4String ErrMessage = Err1 + Err2 + Err3 + " !"; 679 G4Exception("G4tgbVolume::FindOrConstructG4Solid()", 680 "InvalidSetup", FatalException, ErrMessage); 681 } 682 facet = new G4TriangularFacet( pt0, vt1, vt2, vertexType ); 683 } 684 else if( nPoints == 4 ) 685 { 686 G4ThreeVector pt0(solParam[jj+2],solParam[jj+3],solParam[jj+4]); 687 G4ThreeVector vt1(solParam[jj+5],solParam[jj+6],solParam[jj+7]); 688 G4ThreeVector vt2(solParam[jj+8],solParam[jj+9],solParam[jj+10]); 689 G4ThreeVector vt3(solParam[jj+11],solParam[jj+12],solParam[jj+13]); 690 G4FacetVertexType vertexType = ABSOLUTE; 691 if( solParam[jj+14] == 0 ) 692 { 693 vertexType = ABSOLUTE; 694 } 695 else if( solParam[jj+14] == 0 ) 696 { 697 vertexType = RELATIVE; 698 } 699 else 700 { 701 G4String Err1 = "Wrong number of vertex type in tesselated solid, it should be 0 =ABSOLUTE) or 1 (=RELATIVE)"; 702 G4String Err2 = " facet number " + G4UIcommand::ConvertToString(G4int(ii)); 703 G4String Err3 = " vertex type is " + G4UIcommand::ConvertToString(solParam[jj+14]); 704 G4String ErrMessage = Err1 + Err2 + Err3 + " !"; 705 G4Exception("G4tgbVolume::FindOrConstructG4Solid()", 706 "InvalidSetup", FatalException, ErrMessage); 707 } 708 facet = new G4QuadrangularFacet( pt0, vt1, vt2, vt3, vertexType ); 709 } 710 else 711 { 712 G4String Err1 = "Wrong number of points in tesselated solid, it should be 3 or 4"; 713 G4String Err2 = " facet number " + G4UIcommand::ConvertToString(G4int(ii)); 714 G4String Err3 = " number of points is " + G4UIcommand::ConvertToString(G4int(nPoints)); 715 G4String ErrMessage = Err1 + Err2 + Err3 + " !"; 716 G4Exception("G4tgbVolume::FindOrConstructG4Solid()", 717 "InvalidSetup", FatalException, ErrMessage); 718 } 719 720 solidTS->AddFacet( facet ); 721 jj += nPoints*3 + 2; 722 } 723 724 } 725 else if( stype == "EXTRUDED" ) 726 { 727 std::vector<G4TwoVector> polygonList; 728 std::vector<G4ExtrudedSolid::ZSection> zsectionList; 729 G4int nPolygons = G4int(solParam[0]); 730 G4int ii = 1; 731 G4int nMax = nPolygons*2+1; 732 for( ;ii < nMax; ii+=2 ) 733 { 734 polygonList.push_back( G4TwoVector(solParam[ii],solParam[ii+1]) ); 735 } 736 G4int nZSections = G4int(solParam[ii]); 737 nMax = nPolygons*2 + nZSections*4 + 2; 738 ii++; 739 for( ; ii < nMax; ii+=4 ) 740 { 741 G4TwoVector offset(solParam[ii+1],solParam[ii+2]); 742 zsectionList.push_back( G4ExtrudedSolid::ZSection(solParam[ii],offset,solParam[ii+3]) ); 743 } 744 solid = new G4ExtrudedSolid( sname, polygonList, zsectionList ); 745 635 746 } 636 747 else if( stype.substr(0,7) == "Boolean" ) -
trunk/source/persistency/ascii/src/G4tgbVolumeMgr.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgbVolumeMgr.cc,v 1.5 2008/12/18 12:59:44 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrElement.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrElement.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrElementFromIsotopes.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrElementFromIsotopes.cc,v 1.5 2008/12/18 12:59:46 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrElementSimple.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrElementSimple.cc,v 1.5 2008/12/18 12:59:48 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrEvaluator.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrEvaluator.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrFileIn.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrFileIn.cc,v 1.9 2008/12/18 12:59:50 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrFileReader.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrFileReader.cc,v 1.4 2008/11/12 08:44:07 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrIsotope.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrIsotope.cc,v 1.5 2008/12/18 12:59:52 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrMaterial.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrMaterial.cc,v 1.3 2008/11/21 15:37:18 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrMaterialFactory.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrMaterialFactory.cc,v 1.4 2008/12/18 12:59:54 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrMaterialMixture.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrMaterialMixture.cc,v 1.7 2008/12/18 12:59:56 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrMaterialSimple.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrMaterialSimple.cc,v 1.7 2008/12/18 12:59:58 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrMessenger.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrMessenger.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrParameterMgr.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrParameterMgr.cc,v 1.6 2008/12/18 13:00:00 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrPlace.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrPlace.cc,v 1.3 2008/11/03 17:04:41 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrPlaceDivRep.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrPlaceDivRep.cc,v 1.4 2008/11/21 15:37:18 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrPlaceParameterisation.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrPlaceParameterisation.cc,v 1.6 2008/12/18 13:00:02 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrPlaceSimple.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrPlaceSimple.cc,v 1.5 2008/12/18 13:00:04 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrRotationMatrix.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrRotationMatrix.cc,v 1.5 2008/12/18 13:00:06 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrRotationMatrixFactory.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrRotationMatrixFactory.cc,v 1.2 2008/12/18 13:00:08 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrSolid.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrSolid.cc,v 1.6 2008/12/18 13:00:10 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrSolidBoolean.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrSolidBoolean.cc,v 1.4 2008/12/18 13:00:12 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrVolume.cc
r1035 r1228 25 25 // 26 26 // 27 // $Id: G4tgrVolume.cc,v 1. 7 2008/12/18 13:00:16 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$27 // $Id: G4tgrVolume.cc,v 1.10 2009/11/23 11:36:29 arce Exp $ 28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // … … 109 109 110 110 //------------------------------------------------------------------------- 111 G4tgrVolume::G4tgrVolume( const G4tgrVolume& vol ) 112 { 113 theName = vol.GetName(); 114 theType = vol.GetType(); 115 theMaterialName = vol.GetMaterialName(); 116 theSolid = const_cast<G4tgrSolid*>(vol.GetSolid()); 117 thePlacements = vol.GetPlacements(); 118 theVisibility = vol.GetVisibility(); 119 theRGBColour = vol.GetRGBColour(); 120 theCheckOverlaps = vol.GetCheckOverlaps(); 121 } 122 123 124 //------------------------------------------------------------------------- 111 125 G4tgrVolume* G4tgrVolume::GetVolume( G4int ii ) const 112 126 { -
trunk/source/persistency/ascii/src/G4tgrVolumeAssembly.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrVolumeAssembly.cc,v 1.6 2008/12/18 13:00:18 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrVolumeDivision.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrVolumeDivision.cc,v 1.6 2008/12/18 13:00:20 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 // -
trunk/source/persistency/ascii/src/G4tgrVolumeMgr.cc
r1035 r1228 26 26 // 27 27 // $Id: G4tgrVolumeMgr.cc,v 1.7 2008/12/18 13:00:22 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-0 2-ref-02$28 // GEANT4 tag $Name: geant4-09-03 $ 29 29 // 30 30 //
Note:
See TracChangeset
for help on using the changeset viewer.
