Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

Location:
trunk/source/visualization/FukuiRenderer/include
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/FukuiRenderer/include/CVS/Entries

    r1346 r1347  
     1/G4DAWNFILE.hh/1.9/Thu Jun 29 21:16:28 2006//Tgeant4-09-04-ref-00
     2/G4DAWNFILESceneHandler.hh/1.18/Sun May 30 10:18:32 2010//Tgeant4-09-04-ref-00
     3/G4DAWNFILEViewer.hh/1.10/Thu Jun 29 21:16:32 2006//Tgeant4-09-04-ref-00
     4/G4FRClientServer.hh/1.7/Thu Jun 29 21:16:34 2006//Tgeant4-09-04-ref-00
     5/G4FRConst.hh/1.7/Thu Jun 29 21:16:36 2006//Tgeant4-09-04-ref-00
     6/G4FRFeatures.hh/1.6/Thu Jun 29 21:16:38 2006//Tgeant4-09-04-ref-00
     7/G4FRSceneFunc.icc/1.16/Thu Nov 11 01:13:42 2010//Tgeant4-09-04-ref-00
     8/G4FRofstream.hh/1.9/Thu Jun 29 21:16:42 2006//Tgeant4-09-04-ref-00
     9/G4FukuiRenderer.hh/1.8/Thu Jun 29 21:16:44 2006//Tgeant4-09-04-ref-00
     10/G4FukuiRendererSceneHandler.hh/1.17/Sun May 30 10:18:32 2010//Tgeant4-09-04-ref-00
     11/G4FukuiRendererViewer.hh/1.8/Thu Jun 29 21:16:48 2006//Tgeant4-09-04-ref-00
    112D
  • trunk/source/visualization/FukuiRenderer/include/G4DAWNFILE.hh

    r1337 r1347  
    2626//
    2727// $Id: G4DAWNFILE.hh,v 1.9 2006/06/29 21:16:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Satoshi TANAKA
  • trunk/source/visualization/FukuiRenderer/include/G4DAWNFILESceneHandler.hh

    r1337 r1347  
    2626//
    2727// $Id: G4DAWNFILESceneHandler.hh,v 1.18 2010/05/30 10:18:32 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Satoshi TANAKA
  • trunk/source/visualization/FukuiRenderer/include/G4DAWNFILEViewer.hh

    r1337 r1347  
    2626//
    2727// $Id: G4DAWNFILEViewer.hh,v 1.10 2006/06/29 21:16:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Satoshi TANAKA
  • trunk/source/visualization/FukuiRenderer/include/G4FRClientServer.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FRClientServer.hh,v 1.7 2006/06/29 21:16:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Satoshi TANAKA, Wed Jul  3 14:13:52 JST 1996
  • trunk/source/visualization/FukuiRenderer/include/G4FRConst.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FRConst.hh,v 1.7 2006/06/29 21:16:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030// Satoshi TANAKA, Tue Jul  2 15:30:49 JST 1996
  • trunk/source/visualization/FukuiRenderer/include/G4FRFeatures.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FRFeatures.hh,v 1.6 2006/06/29 21:16:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030#if !defined G4_FR_FEATURES_HH
  • trunk/source/visualization/FukuiRenderer/include/G4FRSceneFunc.icc

    r1337 r1347  
    2525//
    2626//
    27 // $Id: G4FRSceneFunc.icc,v 1.15 2006/07/10 15:31:45 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4FRSceneFunc.icc,v 1.16 2010/11/11 01:13:42 akimura Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030
     31#include "G4VisManager.hh"
    3132#include "G4PhysicalVolumeModel.hh"
    3233#include "G4LogicalVolume.hh"
     
    3839{
    3940#if defined DEBUG_FR_SCENE
    40       G4cerr << "***** AddPrimitive\n";
     41  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     42      G4cout << "***** AddPrimitive\n";
    4143#endif
    4244                //----- Initialize Fukui Renderer IF NECESSARY
     
    8486                //-----
    8587#if defined DEBUG_FR_SCENE
    86         G4cerr << "***** AddPrimitive( G4NURBS )\n";
     88  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     89        G4cout << "***** AddPrimitive( G4NURBS )\n";
    8790#endif
    8891
     
    102105                //-----
    103106#if defined DEBUG_FR_SCENE
    104         G4cerr << "***** AddPrimitive( G4Text )\n";
     107  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     108        G4cout << "***** AddPrimitive( G4Text )\n";
    105109#endif
    106110                //----- Initialize DAWN IF NECESSARY
     
    135139        int   MAX_STR_LENGTH   =  COMMAND_BUF_SIZE - 100 ;
    136140        if  ( MAX_STR_LENGTH <= 0 ) {
    137                 G4cerr << "ERROR (FukuiRenderer) : Not enough buffer size for data transferring." << G4endl;
    138                 G4cerr << "                        G4Text Visualization is aborted" << G4endl;
    139                 return ;
     141          if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     142                G4cout << "ERROR (FukuiRenderer) : Not enough buffer size for data transferring." << G4endl;
     143                G4cout << "                        G4Text Visualization is aborted" << G4endl;
     144          }
     145          return ;
    140146        }
    141147        char*  buf  = new char [ (MAX_STR_LENGTH + 1) ] ;
     
    175181                //-----
    176182#if defined DEBUG_FR_SCENE
    177         G4cerr << "***** AddPrimitive( G4Circle )\n";
     183  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     184        G4cout << "***** AddPrimitive( G4Circle )\n";
    178185#endif
    179186                //----- Initialize Fukui Renderer IF NECESSARY
     
    218225                //-----
    219226#if defined DEBUG_FR_SCENE
    220         G4cerr << "***** AddPrimitive( G4Square )\n";
     227  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     228        G4cout << "***** AddPrimitive( G4Square )\n";
    221229#endif
    222230                //----- Initialize Fukui Renderer IF NECESSARY
     
    261269                //-----
    262270#if defined DEBUG_FR_SCENE
    263         G4cerr << "***** AddPrimitive( G4Polyhedron )\n";
     271  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     272        G4cout << "***** AddPrimitive( G4Polyhedron )\n";
    264273#endif
    265274
     
    310319                        break;
    311320                default:
    312                         G4cerr <<
    313         "ERROR G4FRSCENEHANDLER::AddPrimitive(G4Polyhedron)\n";
    314       G4PhysicalVolumeModel* pPVModel =
    315         dynamic_cast<G4PhysicalVolumeModel*>(fpModel);
    316       if (pPVModel) G4cerr <<
    317         "Volume " << pPVModel->GetCurrentPV()->GetName() <<
    318         ", Solid " << pPVModel->GetCurrentLV()->GetSolid()->GetName() <<
    319         " (" << pPVModel->GetCurrentLV()->GetSolid()->GetEntityType();
    320                         G4cerr <<
    321         "\nG4Polyhedron facet with " << i << " edges" << G4endl;       
     321                  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     322                        G4cout <<
     323                          "ERROR G4FRSCENEHANDLER::AddPrimitive(G4Polyhedron)\n";
     324                  G4PhysicalVolumeModel* pPVModel =
     325                    dynamic_cast<G4PhysicalVolumeModel*>(fpModel);
     326                  if (pPVModel)
     327                    if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     328                      G4cout <<
     329                        "Volume " << pPVModel->GetCurrentPV()->GetName() <<
     330                        ", Solid " << pPVModel->GetCurrentLV()->GetSolid()->GetName() <<
     331                        " (" << pPVModel->GetCurrentLV()->GetSolid()->GetEntityType();
     332                      G4cout <<
     333                        "\nG4Polyhedron facet with " << i << " edges" << G4endl;
     334                    }
    322335                }
    323336        }
     
    334347//////////////////////////////////////////////////
    335348//#if defined DEBUG_FR_SCENE
    336 //      G4cerr << "***** SendNdiv() (/Ndiv)" << G4endl;
     349//      G4cout << "***** SendNdiv() (/Ndiv)" << G4endl;
    337350//#endif
    338351//////////////////////////////////////////////////
     
    348361        // } else {
    349362#if defined DEBUG_FR_SCENE
    350            G4cerr << "WARNING: GetNoOfSides() failed. " ;
    351            G4cerr << "The default value " << num_division ;
    352            G4cerr << " is assigned." << G4endl;
     363           if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     364             G4cout << "WARNING: GetNoOfSides() failed. " ;
     365             G4cout << "The default value " << num_division ;
     366             G4cout << " is assigned." << G4endl;
     367           }
    353368#endif
    354369        //}
     
    359374//////////////////////////////////////////////////
    360375//#if defined DEBUG_FR_SCENE
    361 //      G4cerr << "Ndiv = " << num_division << G4endl;
     376//      G4cout << "Ndiv = " << num_division << G4endl;
    362377//#endif
    363378//////////////////////////////////////////////////
     
    374389                //-----                 
    375390#if defined DEBUG_FR_SCENE
    376         G4cerr << "***** FREndModeling (called)" << G4endl;
     391  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     392        G4cout << "***** FREndModeling (called)" << G4endl;
    377393#endif
    378394        if( FRIsInModeling() ) {
    379395
    380396#if defined DEBUG_FR_SCENE
    381                 G4cerr << "***** FREndModeling (started) " ;
    382                 G4cerr << "(/EndModeling, /DrawAll, /CloseDevice)" << G4endl;
     397          if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     398                G4cout << "***** FREndModeling (started) " ;
     399                G4cout << "(/EndModeling, /DrawAll, /CloseDevice)" << G4endl;
     400          }
    383401#endif
    384402
     
    407425{
    408426#if defined DEBUG_FR_SCENE
    409         G4cerr << "***** BeginPrimitives \n";
     427  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     428        G4cout << "***** BeginPrimitives \n";
    410429#endif
    411430
     
    422441{
    423442#if defined DEBUG_FR_SCENE
    424         G4cerr << "***** EndPrimitives \n";
     443  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     444        G4cout << "***** EndPrimitives \n";
    425445#endif
    426446  G4VSceneHandler::EndPrimitives ();
     
    434454{
    435455#if defined DEBUG_FR_SCENE
    436         G4cerr << "***** AddSolid ( box )\n";
     456  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     457        G4cout << "***** AddSolid ( box )\n";
    437458#endif
    438459                //----- skip drawing invisible primitive
     
    473494{
    474495#if defined DEBUG_FR_SCENE
    475         G4cerr << "***** AddSolid ( tubes )\n";
     496  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     497        G4cout << "***** AddSolid ( tubes )\n";
    476498#endif
    477499                //----- skip drawing invisible primitive
     
    515537{
    516538#if defined DEBUG_FR_SCENE
    517         G4cerr << "***** AddSolid ( cons )\n";
     539  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     540        G4cout << "***** AddSolid ( cons )\n";
    518541#endif
    519542                //----- skip drawing invisible primitive
     
    557580{
    558581#if defined DEBUG_FR_SCENE
    559         G4cerr << "***** AddSolid ( trd )\n";
     582  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     583        G4cout << "***** AddSolid ( trd )\n";
    560584#endif
    561585
     
    598622{
    599623#if defined DEBUG_FR_SCENE
    600         G4cerr << "***** AddSolid ( sphere )\n";
     624  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     625        G4cout << "***** AddSolid ( sphere )\n";
    601626#endif
    602627                //----- skip drawing invisible primitive
     
    658683{
    659684#if defined DEBUG_FR_SCENE
    660         G4cerr << "***** AddSolid ( para )\n";
     685  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     686        G4cout << "***** AddSolid ( para )\n";
    661687#endif
    662688
     
    685711        G4double cosTheta                  = para.GetSymAxis().z() ;
    686712        if( cosTheta < epsilon ) {
    687                 G4cerr << "WARNING from FukuiRenderer (DAWN) driver:" << G4endl;
    688                 G4cerr << "  Invalid parameter for parallelepiped."   << G4endl;
    689                 G4cerr << "  Drawing is skipped."                     << G4endl;
    690                 return ;
     713          if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     714                G4cout << "WARNING from FukuiRenderer (DAWN) driver:" << G4endl;
     715                G4cout << "  Invalid parameter for parallelepiped."   << G4endl;
     716                G4cout << "  Drawing is skipped."                     << G4endl;
     717          }
     718          return ;
    691719        }
    692720        G4double tanTheta_cosPhi_cosTheta  = para.GetSymAxis().x() ;
     
    714742{
    715743#if defined DEBUG_FR_SCENE
    716         G4cerr << "***** AddSolid ( trap )\n";
     744  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     745        G4cout << "***** AddSolid ( trap )\n";
    717746#endif
    718747
     
    741770        G4double cosTheta                  = trap.GetSymAxis().z() ;
    742771        if( cosTheta < epsilon ) {
    743                 G4cerr << "WARNING from FukuiRenderer (DAWN) driver:" << G4endl;
    744                 G4cerr << "  Invalid parameter for trap, 1" << G4endl;
    745                 G4cerr << "  Drawing is skipped."           << G4endl;
    746                 return ;
     772          if (G4VisManager::GetVerbosity() >= G4VisManager::errors) {
     773                G4cout << "WARNING from FukuiRenderer (DAWN) driver:" << G4endl;
     774                G4cout << "  Invalid parameter for trap, 1" << G4endl;
     775                G4cout << "  Drawing is skipped."           << G4endl;
     776          }
     777          return ;
    747778        }
    748779
     
    805836{
    806837#if defined DEBUG_FR_SCENE
    807         G4cerr << "***** AddSolid ( torus )\n";
     838  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     839        G4cout << "***** AddSolid ( torus )\n";
    808840#endif
    809841                //----- skip drawing invisible primitive
     
    929961{
    930962#if defined DEBUG_FR_SCENE
    931         G4cerr << "***** SendBoundingBox ()  (/BoundingBox)" << G4endl;
     963  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     964        G4cout << "***** SendBoundingBox ()  (/BoundingBox)" << G4endl;
    932965#endif
    933966
     
    10481081        num_char  = sprintf( command, "%s  %d", char_string , ival ) ;
    10491082        if( num_char < 0 ) {
    1050                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
     1083          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1084                G4cout << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
    10511085        }
    10521086        SendStr( command );
     
    10701104
    10711105        if( num_char < 0 ) {
    1072                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrInt3(), 1\n" ;
     1106          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1107                G4cout << "ERROR G4FRSCENEHANDLER::SendStrInt3(), 1\n" ;
    10731108        }
    10741109        SendStr( command );
     
    10941129
    10951130        if( num_char < 0 ) {
    1096                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrInt4(), 1\n" ;
     1131          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1132                G4cout << "ERROR G4FRSCENEHANDLER::SendStrInt4(), 1\n" ;
    10971133        }
    10981134        SendStr( command );
     
    11131149                                        fPrec2, fPrec, dval ) ;
    11141150        if( num_char < 0 ) {
    1115                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble(), 1\n" ;
     1151          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1152                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble(), 1\n" ;
    11161153        }
    11171154        SendStr( command );
     
    11351172                                        fPrec2, fPrec, dval2         ) ;
    11361173        if( num_char < 0 ) {
    1137                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble2(), 1\n" ;
     1174          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1175                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble2(), 1\n" ;
    11381176        }
    11391177        SendStr( command );
     
    11601198                                fPrec2, fPrec, dval3   ) ;
    11611199        if( num_char < 0 ) {
    1162                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble3(), 1\n" ;
     1200          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1201                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble3(), 1\n" ;
    11631202        }
    11641203        SendStr( command );
     
    11871226                                        fPrec2, fPrec, dval4) ;
    11881227        if( num_char < 0 ) {
    1189                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble4(), 1\n" ;
     1228          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1229                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble4(), 1\n" ;
    11901230        }
    11911231        SendStr( command );
     
    12161256                                        fPrec2, fPrec, dval5    ) ;
    12171257        if( num_char < 0 ) {
    1218                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble5(), 1\n" ;
     1258          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1259                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble5(), 1\n" ;
    12191260        }
    12201261        SendStr( command );
     
    12471288                                        fPrec2, fPrec, dval6    ) ;
    12481289        if( num_char < 0 ) {
    1249                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble6(), 1\n" ;
     1290          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1291                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble6(), 1\n" ;
    12501292        }
    12511293        SendStr( command );
     
    12801322                                fPrec2, fPrec, dval7  ) ;
    12811323        if( num_char < 0 ) {
    1282                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble7(), 1\n" ;
     1324          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1325                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble7(), 1\n" ;
    12831326        }
    12841327        SendStr( command );
     
    13211364                                fPrec2, fPrec, dval11 ) ;
    13221365        if( num_char < 0 ) {
    1323                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble11(), 1\n" ;
     1366          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1367                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble11(), 1\n" ;
    13241368        }
    13251369        SendStr( command );
     
    13461390                                        fPrec2, fPrec, dval3    ) ;
    13471391        if( num_char < 0 ) {
    1348                 G4cerr << "ERROR G4FRSCENEHANDLER::SendIntDouble3(),1\n" ;
     1392          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1393                G4cout << "ERROR G4FRSCENEHANDLER::SendIntDouble3(),1\n" ;
    13491394        }
    13501395        SendStr( command );
     
    13661411                                       ival1, ival2, ival3, char_string ) ;
    13671412        if( num_char < 0 ) {
    1368                 G4cerr << "ERROR G4FRSCENEHANDLER::SendInt3Str(),1\n" ;
     1413          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1414                G4cout << "ERROR G4FRSCENEHANDLER::SendInt3Str(),1\n" ;
    13691415        }
    13701416        SendStr( command );
     
    13871433                                       ival1, ival2, ival3, ival4, char_string ) ;
    13881434        if( num_char < 0 ) {
    1389                 G4cerr << "ERROR G4FRSCENEHANDLER::SendInt4Str(),1\n" ;
     1435          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1436                G4cout << "ERROR G4FRSCENEHANDLER::SendInt4Str(),1\n" ;
    13901437        }
    13911438        SendStr( command );
     
    14181465                                char_string2              );
    14191466        if( num_char < 0 ) {
    1420                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrDouble6Str(), 1\n" ;
     1467          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1468                G4cout << "ERROR G4FRSCENEHANDLER::SendStrDouble6Str(), 1\n" ;
    14211469        }
    14221470        SendStr( command );
     
    14351483        num_char  = sprintf( command, "%d", val ) ;
    14361484        if( num_char < 0 ) {
    1437                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
     1485          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1486                G4cout << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
    14381487        }
    14391488        SendStr( command );
     
    14511500        num_char  = sprintf( command, "%*.*g", fPrec2, fPrec, val ) ;
    14521501        if( num_char < 0 ) {
    1453                 G4cerr << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
     1502          if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
     1503                G4cout << "ERROR G4FRSCENEHANDLER::SendStrInt(), 1\n" ;
    14541504        }
    14551505        SendStr( command );
  • trunk/source/visualization/FukuiRenderer/include/G4FRofstream.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FRofstream.hh,v 1.9 2006/06/29 21:16:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030#include <fstream>
  • trunk/source/visualization/FukuiRenderer/include/G4FukuiRenderer.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FukuiRenderer.hh,v 1.8 2006/06/29 21:16:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/visualization/FukuiRenderer/include/G4FukuiRendererSceneHandler.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FukuiRendererSceneHandler.hh,v 1.17 2010/05/30 10:18:32 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
  • trunk/source/visualization/FukuiRenderer/include/G4FukuiRendererViewer.hh

    r1337 r1347  
    2626//
    2727// $Id: G4FukuiRendererViewer.hh,v 1.8 2006/06/29 21:16:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
Note: See TracChangeset for help on using the changeset viewer.