Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

Location:
trunk/source/persistency/ascii/src
Files:
45 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/persistency/ascii/src/G4tgbDetectorBuilder.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbDetectorBuilder.cc,v 1.4 2008/12/18 12:59:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbDetectorConstruction.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbDetectorConstruction.cc,v 1.4 2008/12/18 12:59:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbElement.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbElement.cc,v 1.4 2008/12/18 12:59:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbGeometryDumper.cc

    r1035 r1228  
    2525//
    2626//
    27 // $Id: G4tgbGeometryDumper.cc,v 1.11 2008/12/18 12:59:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4tgbGeometryDumper.cc,v 1.12 2009/11/19 13:29:04 arce Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
     
    642642
    643643  } else if (solidType == "SUBTRACTIONSOLID")  {
    644     DumpBooleanVolume( "SUBS", solid );
     644    DumpBooleanVolume( "SUBTRACTION", solid );
    645645
    646646  } else if (solidType == "INTERSECTIONSOLID") {
    647     DumpBooleanVolume( "INTERS", solid );
     647    DumpBooleanVolume( "INTERSECTION", solid );
    648648
    649649  } else if (solidType == "REFLECTEDSOLID") {
  • trunk/source/persistency/ascii/src/G4tgbIsotope.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbIsotope.cc,v 1.4 2008/12/18 12:59:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterial.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterial.cc,v 1.2 2008/12/18 12:59:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialMgr.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialMgr.cc,v 1.5 2008/12/18 12:59:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialMixture.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialMixture.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByNoAtoms.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialMixtureByNoAtoms.cc,v 1.6 2008/12/18 12:59:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByVolume.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialMixtureByVolume.cc,v 1.8 2008/12/18 12:59:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialMixtureByWeight.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialMixtureByWeight.cc,v 1.4 2008/12/18 12:59:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbMaterialSimple.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbMaterialSimple.cc,v 1.5 2008/12/18 12:59:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbPlaceParamCircle.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbPlaceParamCircle.cc,v 1.5 2008/12/03 16:16:01 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbPlaceParamLinear.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbPlaceParamLinear.cc,v 1.5 2008/12/03 16:16:01 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbPlaceParamSquare.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbPlaceParamSquare.cc,v 1.6 2008/12/03 16:16:01 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbPlaceParameterisation.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbPlaceParameterisation.cc,v 1.4 2008/11/21 15:37:18 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030// class G4tgbPlaceParameterisation
  • trunk/source/persistency/ascii/src/G4tgbRotationMatrix.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbRotationMatrix.cc,v 1.8 2008/12/18 12:59:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbRotationMatrixMgr.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbRotationMatrixMgr.cc,v 1.2 2008/12/18 12:59:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgbVolume.cc

    r1035 r1228  
    9292#include "G4BREPSolidPolyhedra.hh"
    9393#include "G4BREPSolidOpenPCone.hh"
     94#include "G4TessellatedSolid.hh"
     95#include "G4TriangularFacet.hh"
     96#include "G4QuadrangularFacet.hh"
     97#include "G4ExtrudedSolid.hh"
     98
    9499#include "G4VisExtent.hh"
    95 
    96100#include "G4Material.hh"
    97101#include "G4RotationMatrix.hh"
     
    633637                                      &((*z_p)[0]), &((*rmin_p)[0]),
    634638                                      &((*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   
    635746  }
    636747  else if( stype.substr(0,7) == "Boolean" )
  • trunk/source/persistency/ascii/src/G4tgbVolumeMgr.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgbVolumeMgr.cc,v 1.5 2008/12/18 12:59:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrElement.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrElement.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrElementFromIsotopes.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrElementFromIsotopes.cc,v 1.5 2008/12/18 12:59:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrElementSimple.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrElementSimple.cc,v 1.5 2008/12/18 12:59:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrEvaluator.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrEvaluator.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrFileIn.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrFileIn.cc,v 1.9 2008/12/18 12:59:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrFileReader.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrFileReader.cc,v 1.4 2008/11/12 08:44:07 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrIsotope.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrIsotope.cc,v 1.5 2008/12/18 12:59:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrMaterial.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrMaterial.cc,v 1.3 2008/11/21 15:37:18 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrMaterialFactory.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrMaterialFactory.cc,v 1.4 2008/12/18 12:59:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrMaterialMixture.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrMaterialMixture.cc,v 1.7 2008/12/18 12:59:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrMaterialSimple.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrMaterialSimple.cc,v 1.7 2008/12/18 12:59:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrMessenger.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrMessenger.cc,v 1.1 2008/10/23 14:43:43 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrParameterMgr.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrParameterMgr.cc,v 1.6 2008/12/18 13:00:00 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrPlace.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrPlace.cc,v 1.3 2008/11/03 17:04:41 arce Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrPlaceDivRep.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrPlaceDivRep.cc,v 1.4 2008/11/21 15:37:18 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrPlaceParameterisation.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrPlaceParameterisation.cc,v 1.6 2008/12/18 13:00:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrPlaceSimple.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrPlaceSimple.cc,v 1.5 2008/12/18 13:00:04 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrRotationMatrix.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrRotationMatrix.cc,v 1.5 2008/12/18 13:00:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrRotationMatrixFactory.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrRotationMatrixFactory.cc,v 1.2 2008/12/18 13:00:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrSolid.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrSolid.cc,v 1.6 2008/12/18 13:00:10 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrSolidBoolean.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrSolidBoolean.cc,v 1.4 2008/12/18 13:00:12 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrVolume.cc

    r1035 r1228  
    2525//
    2626//
    27 // $Id: G4tgrVolume.cc,v 1.7 2008/12/18 13:00:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4tgrVolume.cc,v 1.10 2009/11/23 11:36:29 arce Exp $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
     
    109109
    110110//-------------------------------------------------------------------------
     111G4tgrVolume::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//-------------------------------------------------------------------------
    111125G4tgrVolume* G4tgrVolume::GetVolume( G4int ii ) const
    112126{
  • trunk/source/persistency/ascii/src/G4tgrVolumeAssembly.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrVolumeAssembly.cc,v 1.6 2008/12/18 13:00:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrVolumeDivision.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrVolumeDivision.cc,v 1.6 2008/12/18 13:00:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
  • trunk/source/persistency/ascii/src/G4tgrVolumeMgr.cc

    r1035 r1228  
    2626//
    2727// $Id: G4tgrVolumeMgr.cc,v 1.7 2008/12/18 13:00:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03 $
    2929//
    3030//
Note: See TracChangeset for help on using the changeset viewer.