Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/novice/N03
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N03/G4History.macro

    r1313 r1337  
    11/run/verbose 2
    22/vis/scene/create
    3 /vis/open OGLIQt 450x420
    4 /vis/sceneHandler/create OGLIQt
     3/vis/open OGLSQt 600x600
     4/vis/sceneHandler/create OGLSQt
    55/vis/sceneHandler/attach
    6 /vis/viewer/create ! ! 450x420
     6/vis/viewer/create ! ! 600x600
    77/vis/viewer/refresh
    88/vis/scene/notifyHandlers
     
    5858/gui/addButton viewer "Update scene" "/vis/scene/notifyHandlers"
    5959/N03/event/printModulo 100
    60 /gun/energy 50 MeV
     60/gun/energy 10 GeV
    6161/run/beamOn 1
  • trunk/examples/novice/N03/History

    r1302 r1337  
    1 $Id: History,v 1.128 2010/03/21 16:09:31 vnivanch Exp $
     1$Id: History,v 1.129 2010/06/06 04:06:25 perl Exp $
    22--------------------------------------------------
    33
     
    1515     * Reverse chronological order (last date on top), please *
    1616     ----------------------------------------------------------
     17
     1804-06-10 J.Perl (exampleN03-V09-03-02)
     19- Updated vis usage
    1720
    182121-03-10 Gabriele Cosmo (exampleN03-V09-03-01)
  • trunk/examples/novice/N03/README

    r893 r1337  
    1 $Id: README,v 1.17 2008/04/10 16:26:53 maire Exp $
     1$Id: README,v 1.18 2010/06/06 04:06:25 perl Exp $
    22-------------------------------------------------------------------
    33
     
    8888       
    8989        The DAWNFILE, HepRepFile and HepRepXML drivers are always available
    90         (since they require no external libraries), but the OGLIX driver
     90        (since they require no external libraries), but the OGL driver
    9191        requires:
    9292            1- the visualisation & interfaces categories have been compiled
  • trunk/examples/novice/N03/exampleN03.cc

    r1335 r1337  
    2626//
    2727// $Id: exampleN03.cc,v 1.37 2009/10/30 15:06:01 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
     
    3636
    3737#include "Randomize.hh"
    38 
    39 #include "qcoreapplication.h"
    4038
    4139#include "ExN03DetectorConstruction.hh"
     
    5452#include "G4UIExecutive.hh"
    5553#endif
    56 
    57 #define MAC_OSX_APP 1
    5854
    5955//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    112108  G4UImanager* UImanager = G4UImanager::GetUIpointer();
    113109 
    114 
    115 #ifdef MAC_OSX_APP
    116   std::string progName = argv[0];
    117   std::string::size_type pos = progName.find(".app/Contents/MacOS/",0);
    118   if (pos != std::string::npos) {
    119     std::string progDir = progName.substr(0,pos+4);
    120     chdir((progDir+"/Contents/macros").c_str());
    121     argc = 1;
    122   }
    123 #endif
    124 
    125110  if (argc!=1)   // batch mode
    126111    {
     
    132117    {  // interactive mode : define UI session
    133118#ifdef G4UI_USE
    134       G4UIExecutive* ui = new G4UIExecutive(argc,argv);
     119      G4UIExecutive* ui = new G4UIExecutive(argc, argv);
    135120#ifdef G4VIS_USE
    136121      UImanager->ApplyCommand("/control/execute vis.mac");     
  • trunk/examples/novice/N03/exampleN03.out

    r1230 r1337  
    55
    66*************************************************************
    7  Geant4 version Name: geant4-09-03-ref-00    (18-December-2009)
     7 Geant4 version Name: geant4-09-03-ref-06    (25-June-2010)
    88                      Copyright : Geant4 Collaboration
    99                      Reference : NIM A 506 (2003), 250-303
     
    1414***** Table : Nb of materials = 13 *****
    1515
    16  Material: Aluminium     density:  2.700 g/cm3   RadL:   8.893 cm   Nucl.Int.Length:  38.879 cm   Imean: 166.400 eV
     16 Material: Aluminium     density:  2.700 g/cm3   RadL:   8.893 cm   Nucl.Int.Length:  38.879 cm   Imean: 166.000 eV
    1717   --->  Element: Aluminium ( )   Z = 13.0   N =  27.0   A =  26.98 g/mole  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
    1818
    19  Material: liquidArgon     density:  1.390 g/cm3   RadL:  14.065 cm   Nucl.Int.Length:  86.078 cm   Imean: 187.200 eV
     19 Material: liquidArgon     density:  1.390 g/cm3   RadL:  14.065 cm   Nucl.Int.Length:  86.078 cm   Imean: 188.000 eV
    2020   --->  Element: liquidArgon ( )   Z = 18.0   N =  40.0   A =  39.95 g/mole  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
    2121
    22  Material:     Lead     density: 11.350 g/cm3   RadL:   5.612 mm   Nucl.Int.Length:  18.247 cm   Imean: 820.000 eV
     22 Material:     Lead     density: 11.350 g/cm3   RadL:   5.612 mm   Nucl.Int.Length:  18.247 cm   Imean: 823.000 eV
    2323   --->  Element: Lead ( )   Z = 82.0   N = 207.2   A = 207.19 g/mole  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
    2424
     
    2727   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  88.79 %  ElmAbundance  33.33 %
    2828
    29  Material: Scintillator     density:  1.032 g/cm3   RadL:  42.549 cm   Nucl.Int.Length:  69.996 cm   Imean:  63.913 eV
     29 Material: Scintillator     density:  1.032 g/cm3   RadL:  42.549 cm   Nucl.Int.Length:  69.996 cm   Imean:  64.684 eV
    3030   --->  Element: Carbon (C)   Z =  6.0   N =  12.0   A =  12.01 g/mole  ElmMassFraction:  91.45 %  ElmAbundance  47.37 %
    3131   --->  Element: Hydrogen (H)   Z =  1.0   N =   1.0   A =   1.01 g/mole  ElmMassFraction:   8.55 %  ElmAbundance  52.63 %
    3232
    33  Material:    Mylar     density:  1.397 g/cm3   RadL:  28.599 cm   Nucl.Int.Length:  56.054 cm   Imean:  75.075 eV
     33 Material:    Mylar     density:  1.397 g/cm3   RadL:  28.599 cm   Nucl.Int.Length:  56.054 cm   Imean:  75.967 eV
    3434   --->  Element: Carbon (C)   Z =  6.0   N =  12.0   A =  12.01 g/mole  ElmMassFraction:  62.49 %  ElmAbundance  45.45 %
    3535   --->  Element: Hydrogen (H)   Z =  1.0   N =   1.0   A =   1.01 g/mole  ElmMassFraction:   4.20 %  ElmAbundance  36.36 %
    3636   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  33.30 %  ElmAbundance  18.18 %
    3737
    38  Material:   quartz     density:  2.200 g/cm3   RadL:  12.295 cm   Nucl.Int.Length:  43.573 cm   Imean: 126.007 eV
     38 Material:   quartz     density:  2.200 g/cm3   RadL:  12.295 cm   Nucl.Int.Length:  43.573 cm   Imean: 125.663 eV
    3939   --->  Element: Silicon (Si)   Z = 14.0   N =  28.1   A =  28.09 g/mole  ElmMassFraction:  46.75 %  ElmAbundance  33.33 %
    4040   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  53.25 %  ElmAbundance  66.67 %
    4141
    42  Material:      Air     density:  1.290 mg/cm3  RadL: 285.161 m    Nucl.Int.Length: 662.680 m    Imean:  85.684 eV   temperature: 273.15 K  pressure:   1.00 atm
     42 Material:      Air     density:  1.290 mg/cm3  RadL: 285.161 m    Nucl.Int.Length: 662.680 m    Imean:  85.703 eV   temperature: 273.15 K  pressure:   1.00 atm
    4343   --->  Element: Nitrogen (N)   Z =  7.0   N =  14.0   A =  14.01 g/mole  ElmMassFraction:  70.00 %  ElmAbundance  72.71 %
    4444   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  30.00 %  ElmAbundance  27.29 %
    4545
    46  Material:  Aerogel     density: 200.000 mg/cm3  RadL:   1.493 m    Nucl.Int.Length:   4.351 m    Imean: 100.118 eV
     46 Material:  Aerogel     density: 200.000 mg/cm3  RadL:   1.493 m    Nucl.Int.Length:   4.351 m    Imean:  98.882 eV
    4747   --->  Element: Silicon (Si)   Z = 14.0   N =  28.1   A =  28.09 g/mole  ElmMassFraction:  29.22 %  ElmAbundance  11.12 %
    4848   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  66.49 %  ElmAbundance  44.42 %
     
    5050   --->  Element: Carbon (C)   Z =  6.0   N =  12.0   A =  12.01 g/mole  ElmMassFraction:   0.10 %  ElmAbundance   0.09 %
    5151
    52  Material: CarbonicGas     density:  1.842 mg/cm3  RadL: 196.501 m    Nucl.Int.Length: 466.037 m    Imean:  90.164 eV   temperature: 325.00 K  pressure:  50.00 atm
     52 Material: CarbonicGas     density:  1.842 mg/cm3  RadL: 196.501 m    Nucl.Int.Length: 466.037 m    Imean:  90.958 eV   temperature: 325.00 K  pressure:  50.00 atm
    5353   --->  Element: Carbon (C)   Z =  6.0   N =  12.0   A =  12.01 g/mole  ElmMassFraction:  27.29 %  ElmAbundance  33.33 %
    5454   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  72.71 %  ElmAbundance  66.67 %
    5555
    56  Material: WaterSteam     density:  0.300 kg/m3   RadL:   1.203 km   Nucl.Int.Length:   2.514 km   Imean:  70.893 eV   temperature: 500.00 K  pressure:   2.00 atm
     56 Material: WaterSteam     density:  0.300 kg/m3   RadL:   1.203 km   Nucl.Int.Length:   2.514 km   Imean:  68.998 eV   temperature: 500.00 K  pressure:   2.00 atm
    5757   --->  Element: Hydrogen (H)   Z =  1.0   N =   1.0   A =   1.01 g/mole  ElmMassFraction:  11.21 %  ElmAbundance  66.67 %
    5858   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  88.79 %  ElmAbundance  33.33 %
    5959
    60  Material: Galactic     density:  0.000 kg/m3   RadL: 204727512.315 pc   Nucl.Int.Length: 113804112.800 pc   Imean:  21.800 eV   temperature:   2.73 K  pressure:   0.00 atm
     60 Material: Galactic     density:  0.000 kg/m3   RadL: 204727512.315 pc   Nucl.Int.Length: 113804112.800 pc   Imean:  19.200 eV   temperature:   2.73 K  pressure:   0.00 atm
    6161   --->  Element: Galactic ( )   Z =  1.0   N =   1.0   A =   1.01 g/mole  ElmMassFraction: 100.00 %  ElmAbundance 100.00 %
    6262
    63  Material:     Beam     density:  0.010 kg/m3   RadL:  36.786 km   Nucl.Int.Length:  85.486 km   Imean:  85.684 eV   temperature: 273.15 K  pressure:   0.02 atm
     63 Material:     Beam     density:  0.010 kg/m3   RadL:  36.786 km   Nucl.Int.Length:  85.486 km   Imean:  85.703 eV   temperature: 273.15 K  pressure:   0.02 atm
    6464   --->  Element: Nitrogen (N)   Z =  7.0   N =  14.0   A =  14.01 g/mole  ElmMassFraction:  70.00 %  ElmAbundance  72.71 %
    6565   --->  Element: Oxygen (O)   Z =  8.0   N =  16.0   A =  16.00 g/mole  ElmMassFraction:  30.00 %  ElmAbundance  27.29 %
     
    7171------------------------------------------------------------
    7272ExN03PhysicsList::SetCuts:CutLength : 1 mm
    73 Visualization Manager instantiating...
     73Visualization Manager instantiating with verbosity "warnings (3)"...
    7474Visualization Manager initialising...
    7575Registering graphics systems...
     
    8585  VRML2FILE (VRML2FILE)
    8686  gMocrenFile (gMocrenFile)
     87  OpenGLStoredX (OGL)
     88  OpenGLImmediateX (OGLI)
     89  OpenGLStoredX (OGLS)
    8790  OpenGLImmediateX (OGLIX)
    8891  OpenGLStoredX (OGLSX)
     
    121124msc:   for e-    SubType= 10
    122125      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    123       RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    124       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    125           UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     126      RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
     127      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     128          UrbanMsc93 :     Emin=          0 eV         Emax=   10 TeV
    126129
    127130eIoni:   for  e-    SubType= 2
     
    162165msc:   for proton    SubType= 10
    163166      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    164       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
     167      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
    165168      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    166169          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     
    170173      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    171174      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    172       NuclearStopping= 1
    173175      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    174176               Bragg :     Emin=          0 eV         Emax=   2 MeV
     
    187189           hPairProd :     Emin=          0 eV         Emax=   10 TeV
    188190
     191msc:   for GenericIon    SubType= 10
     192      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
     193      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     194          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     195
     196ionIoni:   for  GenericIon    SubType= 2
     197      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     198      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     199      finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
     200      Stopping Power data for 17 ion/material pairs, nuclearStopping: 1
     201      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     202            BraggIon :     Emin=          0 eV         Emax=   2 MeV
     203          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     204
    189205hIoni:   for  anti_proton    SubType= 2
    190206      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    191207      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    192208      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    193       NuclearStopping= 1
    194       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    195                Bragg :     Emin=          0 eV         Emax=   2 MeV
     209      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     210            ICRU73QO :     Emin=          0 eV         Emax=   2 MeV
    196211          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
    197212
     
    200215      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    201216      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    202       NuclearStopping= 0
    203217      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    204218               Bragg :     Emin=          0 eV         Emax=   1.05231 MeV
     
    209223      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    210224      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    211       NuclearStopping= 0
    212       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    213                Bragg :     Emin=          0 eV         Emax=   1.05231 MeV
     225      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     226            ICRU73QO :     Emin=          0 eV         Emax=   1.05231 MeV
    214227          BetheBloch :     Emin=    1.05231 MeV        Emax=   10 TeV
    215228
     
    246259      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    247260      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    248                Bragg :     Emin=          0 eV         Emax=   200 keV
     261            ICRU73QO :     Emin=          0 eV         Emax=   200 keV
    249262          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
    250263        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     
    266279      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    267280      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    268       NuclearStopping= 0
    269281      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    270282               Bragg :     Emin=          0 eV         Emax=   297.504 keV
     
    285297msc:   for pi-    SubType= 10
    286298      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    287       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
     299      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
    288300      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    289301          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     
    293305      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    294306      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    295       NuclearStopping= 0
    296       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    297                Bragg :     Emin=          0 eV         Emax=   297.504 keV
     307      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     308            ICRU73QO :     Emin=          0 eV         Emax=   297.504 keV
    298309          BetheBloch :     Emin=    297.504 keV        Emax=   10 TeV
    299310
     
    344355----------------------------------------
    345356---> End of event: 0
    346    Absorber: total energy: 275.20785 MeV       total track length: 19.457951 cm
    347         Gap: total energy: 19.115159 MeV       total track length: 9.3632873 cm
     357   Absorber: total energy: 259.85448 MeV       total track length: 18.499579 cm
     358        Gap: total energy: 11.744295 MeV       total track length: 6.0013713 cm
    348359
    349360--------------------End of Run------------------------------
    350361
    351  mean Energy in Absorber : 275.20785 MeV +- 0 eV
    352  mean Energy in Gap      : 19.115159 MeV +- 0 eV
    353 
    354  mean trackLength in Absorber : 19.457951 cm  +- 0 fm
    355  mean trackLength in Gap      : 9.3632873 cm  +- 0 fm
     362 mean Energy in Absorber : 259.85448 MeV +- 0 eV
     363 mean Energy in Gap      : 11.744295 MeV +- 0 eV
     364
     365 mean trackLength in Absorber : 18.499579 cm  +- 0 fm
     366 mean trackLength in Gap      : 6.0013713 cm  +- 0 fm
    356367------------------------------------------------------------
    357368
    358      Transportation,                msc,              hIoni,              eIoni
    359               eBrem,            annihil,               phot,              compt
    360                conv,              muMsc,             muIoni,            muBrems
    361          muPairProd,             hBrems,          hPairProd,              Decay
    362 
     369     Transportation,                msc,              hIoni,            ionIoni
     370              eIoni,              eBrem,            annihil,               phot
     371              compt,               conv,              muMsc,             muIoni
     372            muBrems,         muPairProd,             hBrems,          hPairProd
     373              Decay
    363374
    364375phot:   for  gamma    SubType= 12
     
    378389msc:   for e-    SubType= 10
    379390      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    380       RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    381       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    382           UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     391      RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
     392      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     393          UrbanMsc93 :     Emin=          0 eV         Emax=   10 TeV
    383394
    384395eIoni:   for  e-    SubType= 2
     
    419430msc:   for proton    SubType= 10
    420431      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    421       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
     432      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
    422433      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    423434          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     
    427438      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    428439      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    429       NuclearStopping= 1
    430440      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    431441               Bragg :     Emin=          0 eV         Emax=   2 MeV
     
    444454           hPairProd :     Emin=          0 eV         Emax=   10 TeV
    445455
     456msc:   for GenericIon    SubType= 10
     457      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
     458      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     459          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     460
     461ionIoni:   for  GenericIon    SubType= 2
     462      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     463      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     464      finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
     465      Stopping Power data for 17 ion/material pairs, nuclearStopping: 1
     466      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     467            BraggIon :     Emin=          0 eV         Emax=   2.0000006 MeV
     468          BetheBloch :     Emin=  2.0000006 MeV        Emax=   10 TeV
     469
    446470hIoni:   for  anti_proton    SubType= 2
    447471      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    448472      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    449473      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    450       NuclearStopping= 1
    451       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    452                Bragg :     Emin=          0 eV         Emax=   2 MeV
     474      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     475            ICRU73QO :     Emin=          0 eV         Emax=   2 MeV
    453476          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
    454477
     
    457480      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    458481      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    459       NuclearStopping= 0
    460482      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    461483               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     
    466488      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    467489      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    468       NuclearStopping= 0
    469       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    470                Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     490      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     491            ICRU73QO :     Emin=          0 eV         Emax=   1.052311 MeV
    471492          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
    472493
     
    503524      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    504525      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     526            ICRU73QO :     Emin=          0 eV         Emax=   200 keV
     527          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     528        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     529
     530muBrems:   for  mu-    SubType= 3
     531      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     532      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     533      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     534              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     535
     536muPairProd:   for  mu-    SubType= 4
     537      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     538      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     539      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     540          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     541
     542hIoni:   for  pi+    SubType= 2
     543      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     544      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     545      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     546      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     547               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     548          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     549
     550hBrems:   for  pi+    SubType= 3
     551      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     552      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     553      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     554               hBrem :     Emin=          0 eV         Emax=   10 TeV
     555
     556hPairProd:   for  pi+    SubType= 4
     557      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     558      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     559      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     560           hPairProd :     Emin=          0 eV         Emax=   10 TeV
     561
     562msc:   for pi-    SubType= 10
     563      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     564      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
     565      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     566          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     567
     568hIoni:   for  pi-    SubType= 2
     569      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     570      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     571      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     572      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     573            ICRU73QO :     Emin=          0 eV         Emax=   297.50434 keV
     574          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     575
     576hBrems:   for  pi-    SubType= 3
     577      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     578      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     579      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     580               hBrem :     Emin=          0 eV         Emax=   10 TeV
     581
     582hPairProd:   for  pi-    SubType= 4
     583      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     584      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     585      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     586           hPairProd :     Emin=          0 eV         Emax=   10 TeV
     587### Run 1 start.
     588
     589---> Begin of event: 0
     590
     591--------- Ranecu engine status ---------
     592 Initial seed (index) = 0
     593 Current couple of seeds = 1550409364, 728366445
     594----------------------------------------
     595---> End of event: 0
     596   Absorber: total energy: 283.75474 MeV       total track length: 19.465505 cm
     597        Gap: total energy: 14.737687 MeV       total track length: 7.005684 cm
     598
     599--------------------End of Run------------------------------
     600
     601 mean Energy in Absorber : 283.75474 MeV +- 0 eV
     602 mean Energy in Gap      : 14.737687 MeV +- 0 eV
     603
     604 mean trackLength in Absorber : 19.465505 cm  +- 0 fm
     605 mean trackLength in Gap      : 7.005684 cm  +- 0 fm
     606------------------------------------------------------------
     607
     608
     609------------------------------------------------------------
     610---> The calorimeter is 30 layers of: [ 20mm of Aluminium + 50mm of Aerogel ]
     611------------------------------------------------------------
     612
     613phot:   for  gamma    SubType= 12
     614      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     615       PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
     616
     617compt:   for  gamma    SubType= 13
     618      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     619      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     620       Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
     621
     622conv:   for  gamma    SubType= 14
     623      Lambda tables from 1.0219978 MeV to 10 TeV in 77 bins, spline: 1
     624      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     625       Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
     626
     627msc:   for e-    SubType= 10
     628      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     629      RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1
     630      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     631          UrbanMsc93 :     Emin=          0 eV         Emax=   10 TeV
     632
     633eIoni:   for  e-    SubType= 2
     634      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     635      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     636      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     637      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     638        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     639
     640eBrem:   for  e-    SubType= 3
     641      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     642      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     643      LPM flag: 1 for E > 1 GeV
     644      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     645               eBrem :     Emin=          0 eV         Emax=   1 GeV
     646            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     647
     648eIoni:   for  e+    SubType= 2
     649      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     650      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     651      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     652      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     653        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     654
     655eBrem:   for  e+    SubType= 3
     656      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     657      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     658      LPM flag: 1 for E > 1 GeV
     659      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     660               eBrem :     Emin=          0 eV         Emax=   1 GeV
     661            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     662
     663annihil:   for  e+    SubType= 5
     664      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     665      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     666            eplus2gg :     Emin=          0 eV         Emax=   10 TeV
     667
     668msc:   for proton    SubType= 10
     669      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     670      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
     671      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     672          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     673
     674hIoni:   for  proton    SubType= 2
     675      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     676      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     677      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     678      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     679               Bragg :     Emin=          0 eV         Emax=   2 MeV
     680          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     681
     682hBrems:   for  proton    SubType= 3
     683      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     684      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     685      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     686               hBrem :     Emin=          0 eV         Emax=   10 TeV
     687
     688hPairProd:   for  proton    SubType= 4
     689      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     690      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     691      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     692           hPairProd :     Emin=          0 eV         Emax=   10 TeV
     693
     694msc:   for GenericIon    SubType= 10
     695      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0
     696      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     697          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     698
     699ionIoni:   for  GenericIon    SubType= 2
     700      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     701      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     702      finalRange(mm)= 0.1, dRoverRange= 0.1, integral: 1, fluct: 1, linLossLimit= 0.02
     703      Stopping Power data for 17 ion/material pairs, nuclearStopping: 1
     704      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     705            BraggIon :     Emin=          0 eV         Emax=   2.0000006 MeV
     706          BetheBloch :     Emin=  2.0000006 MeV        Emax=   10 TeV
     707
     708hIoni:   for  anti_proton    SubType= 2
     709      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     710      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     711      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     712      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     713            ICRU73QO :     Emin=          0 eV         Emax=   2 MeV
     714          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     715
     716hIoni:   for  kaon+    SubType= 2
     717      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     718      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     719      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     720      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     721               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     722          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     723
     724hIoni:   for  kaon-    SubType= 2
     725      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     726      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     727      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     728      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     729            ICRU73QO :     Emin=          0 eV         Emax=   1.052311 MeV
     730          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     731
     732muMsc:   for mu+    SubType= 10
     733      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     734      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
     735      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     736          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     737
     738muIoni:   for  mu+    SubType= 2
     739      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     740      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     741      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     742      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    505743               Bragg :     Emin=          0 eV         Emax=   200 keV
    506744          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
    507745        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
    508746
     747muBrems:   for  mu+    SubType= 3
     748      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     749      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     750      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     751              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     752
     753muPairProd:   for  mu+    SubType= 4
     754      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     755      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     756      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     757          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     758
     759muIoni:   for  mu-    SubType= 2
     760      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     761      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     762      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     763      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     764            ICRU73QO :     Emin=          0 eV         Emax=   200 keV
     765          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     766        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     767
    509768muBrems:   for  mu-    SubType= 3
    510769      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     
    523782      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    524783      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    525       NuclearStopping= 0
    526784      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    527785               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     
    542800msc:   for pi-    SubType= 10
    543801      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    544       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
     802      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1
    545803      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    546804          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
     
    550808      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    551809      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    552       NuclearStopping= 0
    553       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    554                Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     810      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     811            ICRU73QO :     Emin=          0 eV         Emax=   297.50434 keV
    555812          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
    556813
     
    566823      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    567824           hPairProd :     Emin=          0 eV         Emax=   10 TeV
    568 ### Run 1 start.
     825### Run 2 start.
    569826
    570827---> Begin of event: 0
     
    572829--------- Ranecu engine status ---------
    573830 Initial seed (index) = 0
    574  Current couple of seeds = 399520705, 1405277458
     831 Current couple of seeds = 147423766, 1168630945
    575832----------------------------------------
    576833---> End of event: 0
    577    Absorber: total energy: 279.75422 MeV       total track length: 19.901912 cm
    578         Gap: total energy: 18.671614 MeV       total track length: 9.7191178 cm
     834   Absorber: total energy: 401.34445 MeV       total track length: 94.571806 cm
     835        Gap: total energy: 98.348519 MeV       total track length: 2.6915039 m
    579836
    580837--------------------End of Run------------------------------
    581838
    582  mean Energy in Absorber : 279.75422 MeV +- 0 eV
    583  mean Energy in Gap      : 18.671614 MeV +- 0 eV
    584 
    585  mean trackLength in Absorber : 19.901912 cm  +- 0 fm
    586  mean trackLength in Gap      : 9.7191178 cm  +- 0 fm
    587 ------------------------------------------------------------
    588 
    589 
    590 ------------------------------------------------------------
    591 ---> The calorimeter is 30 layers of: [ 20mm of Aluminium + 50mm of Aerogel ]
    592 ------------------------------------------------------------
    593 
    594 phot:   for  gamma    SubType= 12
    595       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    596        PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
    597 
    598 compt:   for  gamma    SubType= 13
    599       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    600       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    601        Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
    602 
    603 conv:   for  gamma    SubType= 14
    604       Lambda tables from 1.0219978 MeV to 10 TeV in 77 bins, spline: 1
    605       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    606        Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
    607 
    608 msc:   for e-    SubType= 10
    609       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    610       RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    611       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    612           UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    613 
    614 eIoni:   for  e-    SubType= 2
    615       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    616       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    617       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    618       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    619         MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
    620 
    621 eBrem:   for  e-    SubType= 3
    622       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    623       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    624       LPM flag: 1 for E > 1 GeV
    625       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    626                eBrem :     Emin=          0 eV         Emax=   1 GeV
    627             eBremRel :     Emin=          1 GeV        Emax=   10 TeV
    628 
    629 eIoni:   for  e+    SubType= 2
    630       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    631       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    632       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    633       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    634         MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
    635 
    636 eBrem:   for  e+    SubType= 3
    637       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    638       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    639       LPM flag: 1 for E > 1 GeV
    640       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    641                eBrem :     Emin=          0 eV         Emax=   1 GeV
    642             eBremRel :     Emin=          1 GeV        Emax=   10 TeV
    643 
    644 annihil:   for  e+    SubType= 5
    645       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    646       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    647             eplus2gg :     Emin=          0 eV         Emax=   10 TeV
    648 
    649 msc:   for proton    SubType= 10
    650       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    651       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    652       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    653           UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    654 
    655 hIoni:   for  proton    SubType= 2
    656       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    657       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    658       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    659       NuclearStopping= 1
    660       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    661                Bragg :     Emin=          0 eV         Emax=   2 MeV
    662           BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
    663 
    664 hBrems:   for  proton    SubType= 3
    665       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    666       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    667       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    668                hBrem :     Emin=          0 eV         Emax=   10 TeV
    669 
    670 hPairProd:   for  proton    SubType= 4
    671       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    672       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    673       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    674            hPairProd :     Emin=          0 eV         Emax=   10 TeV
    675 
    676 hIoni:   for  anti_proton    SubType= 2
    677       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    678       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    679       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    680       NuclearStopping= 1
    681       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    682                Bragg :     Emin=          0 eV         Emax=   2 MeV
    683           BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
    684 
    685 hIoni:   for  kaon+    SubType= 2
    686       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    687       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    688       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    689       NuclearStopping= 0
    690       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    691                Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
    692           BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
    693 
    694 hIoni:   for  kaon-    SubType= 2
    695       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    696       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    697       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    698       NuclearStopping= 0
    699       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    700                Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
    701           BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
    702 
    703 muMsc:   for mu+    SubType= 10
    704       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    705       RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
    706       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    707           UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    708 
    709 muIoni:   for  mu+    SubType= 2
    710       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    711       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    712       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    713       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    714                Bragg :     Emin=          0 eV         Emax=   200 keV
    715           BetheBloch :     Emin=        200 keV        Emax=   1 GeV
    716         MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
    717 
    718 muBrems:   for  mu+    SubType= 3
    719       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    720       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    721       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    722               MuBrem :     Emin=          0 eV         Emax=   10 TeV
    723 
    724 muPairProd:   for  mu+    SubType= 4
    725       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    726       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    727       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    728           muPairProd :     Emin=          0 eV         Emax=   10 TeV
    729 
    730 muIoni:   for  mu-    SubType= 2
    731       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    732       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    733       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    734       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    735                Bragg :     Emin=          0 eV         Emax=   200 keV
    736           BetheBloch :     Emin=        200 keV        Emax=   1 GeV
    737         MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
    738 
    739 muBrems:   for  mu-    SubType= 3
    740       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    741       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    742       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    743               MuBrem :     Emin=          0 eV         Emax=   10 TeV
    744 
    745 muPairProd:   for  mu-    SubType= 4
    746       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    747       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    748       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    749           muPairProd :     Emin=          0 eV         Emax=   10 TeV
    750 
    751 hIoni:   for  pi+    SubType= 2
    752       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    753       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    754       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    755       NuclearStopping= 0
    756       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    757                Bragg :     Emin=          0 eV         Emax=   297.50434 keV
    758           BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
    759 
    760 hBrems:   for  pi+    SubType= 3
    761       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    762       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    763       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    764                hBrem :     Emin=          0 eV         Emax=   10 TeV
    765 
    766 hPairProd:   for  pi+    SubType= 4
    767       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    768       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    769       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    770            hPairProd :     Emin=          0 eV         Emax=   10 TeV
    771 
    772 msc:   for pi-    SubType= 10
    773       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    774       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    775       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    776           UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    777 
    778 hIoni:   for  pi-    SubType= 2
    779       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    780       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    781       finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
    782       NuclearStopping= 0
    783       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    784                Bragg :     Emin=          0 eV         Emax=   297.50434 keV
    785           BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
    786 
    787 hBrems:   for  pi-    SubType= 3
    788       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    789       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    790       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    791                hBrem :     Emin=          0 eV         Emax=   10 TeV
    792 
    793 hPairProd:   for  pi-    SubType= 4
    794       dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
    795       Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
    796       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    797            hPairProd :     Emin=          0 eV         Emax=   10 TeV
    798 ### Run 2 start.
    799 
    800 ---> Begin of event: 0
    801 
    802 --------- Ranecu engine status ---------
    803  Initial seed (index) = 0
    804  Current couple of seeds = 330333918, 180809835
    805 ----------------------------------------
    806 ---> End of event: 0
    807    Absorber: total energy: 404.61721 MeV       total track length: 96.080817 cm
    808         Gap: total energy: 89.598634 MeV       total track length: 2.4895852 m 
    809 
    810 --------------------End of Run------------------------------
    811 
    812  mean Energy in Absorber : 404.61721 MeV +- 0 eV
    813  mean Energy in Gap      : 89.598634 MeV +- 0 eV
    814 
    815  mean trackLength in Absorber : 96.080817 cm  +- 0 fm
    816  mean trackLength in Gap      : 2.4895852 m   +- 0 fm
     839 mean Energy in Absorber : 401.34445 MeV +- 0 eV
     840 mean Energy in Gap      : 98.348519 MeV +- 0 eV
     841
     842 mean trackLength in Absorber : 94.571806 cm  +- 0 fm
     843 mean trackLength in Gap      : 2.6915039 m   +- 0 fm
    817844------------------------------------------------------------
    818845
  • trunk/examples/novice/N03/include/ExN03DetectorConstruction.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03DetectorConstruction.hh,v 1.7 2006/06/29 17:48:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03DetectorMessenger.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03DetectorMessenger.hh,v 1.7 2006/06/29 17:48:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03EventAction.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03EventAction.hh,v 1.12 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03EventActionMessenger.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03EventActionMessenger.hh,v 1.10 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03PhysicsList.hh

    r1302 r1337  
    2626//
    2727// $Id: ExN03PhysicsList.hh,v 1.14 2010/03/21 16:09:31 vnivanch Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03PrimaryGeneratorAction.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03PrimaryGeneratorAction.hh,v 1.8 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03PrimaryGeneratorMessenger.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03PrimaryGeneratorMessenger.hh,v 1.8 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03RunAction.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03RunAction.hh,v 1.11 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03SteppingAction.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03SteppingAction.hh,v 1.10 2007/07/02 13:22:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/include/ExN03SteppingVerbose.hh

    r1209 r1337  
    2626//
    2727// $Id: ExN03SteppingVerbose.hh,v 1.9 2006/06/29 17:48:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03DetectorConstruction.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03DetectorConstruction.cc,v 1.24 2008/08/12 20:00:03 gum Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03DetectorMessenger.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03DetectorMessenger.cc,v 1.10 2006/06/29 17:48:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03EventAction.cc

    r1209 r1337  
    2525//
    2626//
    27 // $Id: ExN03EventAction.cc,v 1.29 2008/01/17 17:31:32 maire Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: ExN03EventAction.cc,v 1.30 2010/06/06 04:06:26 perl Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
     
    3939
    4040#include "G4Event.hh"
    41 #include "G4TrajectoryContainer.hh"
    42 #include "G4VTrajectory.hh"
    43 #include "G4VVisManager.hh"
    4441#include "G4UnitsTable.hh"
    4542
  • trunk/examples/novice/N03/src/ExN03EventActionMessenger.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03EventActionMessenger.cc,v 1.12 2006/10/26 14:28:00 allison Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03PhysicsList.cc

    r1302 r1337  
    2626//
    2727// $Id: ExN03PhysicsList.cc,v 1.27 2010/03/21 16:09:31 vnivanch Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03PrimaryGeneratorAction.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03PrimaryGeneratorAction.cc,v 1.8 2006/06/29 17:49:07 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03PrimaryGeneratorMessenger.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03PrimaryGeneratorMessenger.cc,v 1.9 2006/06/29 17:49:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03RunAction.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03RunAction.cc,v 1.19 2008/01/17 17:31:32 maire Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N03/src/ExN03SteppingAction.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03SteppingAction.cc,v 1.15 2006/06/29 17:49:13 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/novice/N03/src/ExN03SteppingVerbose.cc

    r1209 r1337  
    2626//
    2727// $Id: ExN03SteppingVerbose.cc,v 1.13 2006/06/29 17:49:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N03/vis.mac

    r1276 r1337  
    1 # $Id: vis.mac,v 1.7 2009/11/15 14:48:40 maire Exp $
    2 #
    31# Macro file for the initialization phase of "exampleN03.cc"
    42# when running in interactive mode
     
    108/run/verbose 2
    119#
    12 # create empty scene
     10# Use this open statement to create an OpenGL view:
     11/vis/open OGL 600x600-0+0
    1312#
    14 /vis/scene/create
     13# Use this open statement to create a .prim file suitable for
     14# viewing in DAWN:
     15#/vis/open DAWNFILE
    1516#
    16 # Create a scene handler for a specific graphics system
    17 # (Edit the next line(s) to choose another graphic system)
    18 #
    19 # Use this open statement to get an .eps and .prim files
    20 # suitable for viewing in DAWN.
    21 ###/vis/open DAWNFILE
    22 #
    23 # Use this open statement instead for OpenGL in immediate mode.
    24 /vis/open OGLIQt 450x420
    25 #
    26 # Use this open statement instead to get a HepRep version 1 file
    27 # suitable for viewing in WIRED.
     17# Use this open statement to create a .heprep file suitable for
     18# viewing in HepRApp:
    2819#/vis/open HepRepFile
    2920#
    30 # Use this open statement instead to get a HepRep version 2 file
    31 # suitable for viewing in WIRED.
    32 #/vis/open HepRepXML
     21# Use this open statement to create a .wrl file suitable for
     22# viewing in a VRML viewer:
     23#/vis/open VRML2FILE
    3324#
    34 # Output an empty detector
    35 #/gun/energy 10 GeV
    36 /vis/viewer/flush
     25# Disable auto refresh and quieten vis messages whilst scene and
     26# trajectories are established:
     27/vis/viewer/set/autoRefresh false
     28/vis/verbose errors
    3729#
    38 # Draw trajectories at end of event, showing trajectory points as
    39 # markers of size 2 pixels
     30# Draw geometry:
     31/vis/drawVolume
     32#
     33# Specify view angle:
     34#/vis/viewer/set/viewpointThetaPhi 90. 0.
     35#
     36# Specify zoom value:
     37#/vis/viewer/zoom 2.
     38#
     39# Specify style (surface or wireframe):
     40#/vis/viewer/set/style wireframe
     41#
     42# Draw coordinate axes:
     43#/vis/scene/add/axes 0 0 0 1 m
     44#
     45# Draw smooth trajectories at end of event, showing trajectory points
     46# as markers 2 pixels wide:
    4047/vis/scene/add/trajectories smooth
    4148/vis/modeling/trajectories/create/drawByCharge
     
    4451# (if too many tracks cause core dump => /tracking/storeTrajectory 0)
    4552#
    46 # To draw gammas only
     53# Draw hits at end of event:
     54#/vis/scene/add/hits
     55#
     56# To draw only gammas:
    4757#/vis/filtering/trajectories/create/particleFilter
    4858#/vis/filtering/trajectories/particleFilter-0/add gamma
    4959#
    50 # To draw charged particles only
     60# To invert the above, drawing all particles except gammas,
     61# keep the above two lines but also add:
    5162#/vis/filtering/trajectories/particleFilter-0/invert true
    5263#
    53 # Many other options available with /vis/modeling and /vis/filtering.
    54 # For example, select colour by particle ID
     64# Many other options are available with /vis/modeling and /vis/filtering.
     65# For example, to select colour by particle ID:
    5566#/vis/modeling/trajectories/create/drawByParticleID
    56 #/vis/modeling/trajectories/drawByParticleID-0/set e- red
     67#/vis/modeling/trajectories/drawByParticleID-0/set e- blue
    5768#
     69# To superimpose all of the events from a given run:
    5870/vis/scene/endOfEventAction accumulate
    5971#
    60 # At end of each run, an automatic flush causes graphical output.
    61 #/run/beamOn 1
    62 # When you exit Geant4, you will find a file called scene-0.heprep.zip.
    63 # Unzipping this will give you three separate HepRep files suitable for
    64 # viewing in WIRED.
    65 # The first file will contain just detector geometry.
    66 # The second file will contain the detector plus one event.
    67 # The third file will contain the detector plus ten events.
     72# Re-establish auto refreshing and verbosity:
     73/vis/viewer/set/autoRefresh true
     74/vis/verbose warnings
     75#
     76# For file-based drivers, use this to create an empty detector view:
     77#/vis/viewer/flush
  • trunk/examples/novice/N03/visTutor/exN03Vis0.mac

    r474 r1337  
    5454##############################################
    5555# Visualization of detector geometry
    56 #  with the OGLIX (OpenGL Immediate X) driver
     56#  with the OGL (OpenGL) driver
    5757##############################################
    5858
    59 # Invoke the OGLIX driver
    60 /vis/open OGLIX
     59# Invoke the OGL driver
     60/vis/open OGL
    6161#/vis/open DAWNFILE
    6262
  • trunk/examples/novice/N03/visTutor/exN03Vis1.mac

    r474 r1337  
    5353###########################################
    5454# Visualization of detector geometry
    55 #  with the OGLSX (OpenGL Stored X) driver
     55#  with the OGL (OpenGL) driver
    5656###########################################
    5757
    58 # Invoke the OGLSX driver
    59 /vis/open OGLSX
     58# Invoke the OGL driver
     59/vis/open OGL
    6060
    6161# Bird's-eye view of the detector geometry
  • trunk/examples/novice/N03/visTutor/exN03Vis11.mac

    r1302 r1337  
    4646###########################################
    4747# Visualization of detector geometry
    48 #  with the OGLSXm (OpenGL Stored Motif) driver
     48#  with the OGL (OpenGL) driver
    4949###########################################
    5050
    51 # Invoke the OGLSXm driver
    52 /vis/open OGLSXm
     51# Invoke the OGL driver
     52/vis/open OGL
    5353
    5454# Bird's-eye view of the detector geometry
  • trunk/examples/novice/N03/visTutor/exN03Vis12.mac

    r1302 r1337  
    1919/vis/verbose confirmations
    2020
    21 /vis/open OGLSX
     21/vis/open OGL
    2222/vis/drawVolume
    2323/vis/scene/add/eventID
  • trunk/examples/novice/N03/visTutor/exN03Vis13.mac

    r1302 r1337  
    1919/vis/verbose confirmations
    2020
    21 /vis/open OGLSX 600x600-0+0
     21/vis/open OGL 600x600-0+0
    2222/vis/drawVolume
    2323/vis/scene/add/eventID
  • trunk/examples/novice/N03/visTutor/exN03Vis14.mac

    r1302 r1337  
    4444###########################################
    4545# Visualization of detector geometry
    46 #  with the OGLSQT (OpenGL Stored QT) driver
     46#  with the OGL (OpenGL) driver
    4747###########################################
    4848
    49 # Invoke the OGLSQt driver
    50 /vis/open OGLSQt
     49# Invoke the OGL driver
     50/vis/open OGL
    5151
    5252# Bird's-eye view of the whole detector components (world)
  • trunk/examples/novice/N03/visTutor/exN03Vis15.mac

    r1302 r1337  
    3232# Invoke the Qt driver
    3333#
    34 /vis/sceneHandler/create OGLSQt
     34/vis/sceneHandler/create OGL
    3535/vis/viewer/create
    3636
     
    6666/run/beamOn 1
    6767
    68 /vis/ogl/printEPS
  • trunk/examples/novice/N03/visTutor/exN03Vis2.mac

    r474 r1337  
    5050
    5151#######################################################
    52 # Visualization with the OGLSX (OpenGL Stored X) driver
     52# Visualization with the OGL (OpenGL) driver
    5353#######################################################
    5454
    55 # Invoke the OGLSX driver
    56 /vis/open OGLSX
     55# Invoke the OGL driver
     56/vis/open OGL
    5757
    5858# Create an empty scene and add the detector geometry to it
  • trunk/examples/novice/N03/visTutor/exN03Vis3.mac

    r474 r1337  
    5050
    5151###########################################################
    52 # Visualization with the OGLIX (OpenGL Immediate X) driver
     52# Visualization with the OGL (OpenGL) driver
    5353###########################################################
    5454
    55 # Invoke the OGLSX driver
    56 /vis/open OGLSX
     55# Invoke the OGL driver
     56/vis/open OGL
    5757
    5858# Create an empty scene and add the detector geometry to it
  • trunk/examples/novice/N03/visTutor/exN03Vis4.mac

    r474 r1337  
    5151
    5252##########################################################
    53 # Visualization with the OGLIX driver
     53# Visualization with the OGL driver
    5454##########################################################
    5555
    56 # Invoke the OGLIX driver
    57 /vis/open OGLIX
     56# Invoke the OGL driver
     57/vis/open OGL
    5858
    5959# Set camera
  • trunk/examples/novice/N03/visTutor/exN03Vis9.mac

    r1302 r1337  
    4747##############################################
    4848# Visualization of detector geometry and trajectories
    49 #  with the OGLIWin32 (OpenGL Immediate Windows) driver
     49#  with the OGL (OpenGL) driver
    5050##############################################
    5151
    52 # Invoke the OGLIWin32 driver
    53 /vis/open OGLIWin32
     52# Invoke the OGL driver
     53/vis/open OGL
    5454
    5555# Set camera
  • trunk/examples/novice/N03/visTutor/gui.mac

    r1302 r1337  
    4747# Viewer menu :
    4848/gui/addMenu viewer Viewer
    49 /gui/addButton viewer "Set style solid" "/vis/viewer/set/style solid"
     49/gui/addButton viewer "Set style surface" "/vis/viewer/set/style surface"
    5050/gui/addButton viewer "Set style wireframe" "/vis/viewer/set/style wire"
    5151#/gui/addButton viewer viewer_update "/vis/viewer/update"
Note: See TracChangeset for help on using the changeset viewer.