Changeset 1191


Ignore:
Timestamp:
Nov 19, 2009, 12:26:10 PM (15 years ago)
Author:
garnier
Message:

update par rapport a CVS

Location:
trunk/examples/novice/N07
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N07/History

    r807 r1191  
    1 $Id: History,v 1.15 2007/05/04 01:49:28 asaim Exp $
     1$Id: History,v 1.17 2009/10/30 15:29:55 allison Exp $
    22-------------------------------------------------------------------
    33
     
    1616     ----------------------------------------------------------
    1717
     18October 30, 2009 John Allison (exampleN07-V09-02-00)
     19- Introduced G4UIExecutive.
     20
     21May 07, 2008 J.Allison (exampleN07-V09-01-00)
     22- Protected "/control/execute vis.mac" with G4VIS_USE flag.
     23     
    1824May 03, 2007 M.Asai (exampleN07-V08-02-00)
    1925- ExN07ParallelWorld is introduced. Related modifications in
  • trunk/examples/novice/N07/exampleN07.cc

    r807 r1191  
    2525//
    2626//
    27 // $Id: exampleN07.cc,v 1.10 2007/05/04 01:49:28 asaim Exp $
     27// $Id: exampleN07.cc,v 1.12 2009/10/30 15:29:55 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    3535#include "G4RunManager.hh"
    3636#include "G4UImanager.hh"
    37 #include "G4UIterminal.hh"
    38 #include "G4UItcsh.hh"
    3937
    4038#ifdef G4VIS_USE
    4139#include "G4VisExecutive.hh"
    4240#endif
     41
     42#ifdef G4UI_USE
     43#include "G4UIExecutive.hh"
     44#endif
     45
    4346#include "ExN07DetectorConstruction.hh"
    4447#include "ExN07ParallelWorld.hh"
     
    8891 // Get the pointer to the User Interface manager
    8992 //
    90  G4UImanager* UI = G4UImanager::GetUIpointer(); 
     93 G4UImanager* UImanager = G4UImanager::GetUIpointer(); 
    9194
    9295 if (argc==1)   // Define UI session for interactive mode
    9396 {
    94    G4UIsession* session=0;
    95  
    96    // G4UIterminal is a (dumb) terminal
    97    //
    98 #ifdef G4UI_USE_TCSH
    99    session = new G4UIterminal(new G4UItcsh);     
    100 #else
    101    session = new G4UIterminal();
    102 #endif   
    103      
    104    UI->ApplyCommand("/control/execute vis.mac");   
    105    session->SessionStart();
    106 
    107    delete session;
     97#ifdef G4UI_USE
     98      G4UIExecutive * ui = new G4UIExecutive(argc,argv);
     99#ifdef G4VIS_USE
     100      UImanager->ApplyCommand("/control/execute vis.mac");     
     101#endif
     102      ui->SessionStart();
     103      delete ui;
     104#endif
    108105 }
    109106 else           // Batch mode
     
    111108   G4String command = "/control/execute ";
    112109   G4String fileName = argv[1];
    113    UI->ApplyCommand(command+fileName);
     110   UImanager->ApplyCommand(command+fileName);
    114111 }
    115112
  • trunk/examples/novice/N07/exampleN07.out

    r807 r1191  
     1
     2        ############################################
     3        !!! WARNING - FPE detection is activated !!!
     4        ############################################
    15
    26*************************************************************
    3  Geant4 version Name: global-V09-00-03    (9-May-2008)
     7 Geant4 version Name: geant4-09-02-ref-09    (5-June-2009)
    48                      Copyright : Geant4 Collaboration
    59                      Reference : NIM A 506 (2003), 250-303
     
    2024  VRML1FILE (VRML1FILE)
    2125  VRML2FILE (VRML2FILE)
     26  gMocrenFile (gMocrenFile)
    2227  OpenGLImmediateX (OGLIX)
    2328  OpenGLStoredX (OGLSX)
     
    128133 G4VUserPhysicsList::AddTransportation() --- G4CoupledTransportation is used
    129134#############################################################################
     135
     136!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     137!!! Please use G4eMultipleScattering for e+ and e- !!!
     138!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     139!!! Please use G4hMultipleScattering for hadrons and ions !!!
     140
     141
     142!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     143!!! Please use G4eMultipleScattering for e+ and e- !!!
     144!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     145!!! Please use G4hMultipleScattering for hadrons and ions !!!
     146
     147
     148!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     149!!! Please use G4eMultipleScattering for e+ and e- !!!
     150!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     151!!! Please use G4hMultipleScattering for hadrons and ions !!!
     152
     153
     154!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     155!!! Please use G4eMultipleScattering for e+ and e- !!!
     156!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     157!!! Please use G4hMultipleScattering for hadrons and ions !!!
     158
     159
     160!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     161!!! Please use G4eMultipleScattering for e+ and e- !!!
     162!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     163!!! Please use G4hMultipleScattering for hadrons and ions !!!
     164
     165
     166!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     167!!! Please use G4eMultipleScattering for e+ and e- !!!
     168!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     169!!! Please use G4hMultipleScattering for hadrons and ions !!!
     170
     171
     172!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     173!!! Please use G4eMultipleScattering for e+ and e- !!!
     174!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     175!!! Please use G4hMultipleScattering for hadrons and ions !!!
     176
     177
     178!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     179!!! Please use G4eMultipleScattering for e+ and e- !!!
     180!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     181!!! Please use G4hMultipleScattering for hadrons and ions !!!
     182
     183
     184!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     185!!! Please use G4eMultipleScattering for e+ and e- !!!
     186!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     187!!! Please use G4hMultipleScattering for hadrons and ions !!!
     188
     189
     190!!! G4MultipleScattering class is obsolete and will be removed for the next major Geant4 release !!!
     191!!! Please use G4eMultipleScattering for e+ and e- !!!
     192!!! Please use G4MuMultipleScattering for mu+ and mu- !!!
     193!!! Please use G4hMultipleScattering for hadrons and ions !!!
     194
    130195ExN07PhysicsList::SetCuts: default cut length : 1 mm
    131196##############################################################
     
    141206 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    142207 Materials : Galactic
    143  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     208 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    144209
    145210Region <Calor-A> -- appears in <World> world volume
     
    147212 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    148213 Materials : Lead liquidArgon
    149  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     214 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    150215
    151216Region <Calor-B> -- appears in <World> world volume
     
    153218 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    154219 Materials : Lead liquidArgon
    155  Production cuts :  gamma 1 cm     e- 1 cm     e+ 1 cm
     220 Production cuts :   gamma 1 cm      e- 1 cm      e+ 1 cm  proton 1 cm
    156221
    157222Region <Calor-C> -- appears in <World> world volume
     
    159224 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    160225 Materials : Lead liquidArgon
    161  Production cuts :  gamma 10 cm     e- 10 cm     e+ 10 cm
     226 Production cuts :   gamma 10 cm      e- 10 cm      e+ 10 cm  proton 10 cm
    162227/run/beamOn 10
    163228
    164 conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
    165       sampling secondary e+e- according Bethe-Heitler model
    166       tables are built for  gamma
    167       Lambda tables from 1.022 MeV to 100 GeV in 100 bins.
    168 
    169 compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
    170       Sampling according Klein-Nishina model
    171       tables are built for  gamma
    172       Lambda tables from 100 eV  to 100 GeV in 90 bins.
    173 
    174 phot:  Total cross sections from Sandia parametrisation.
    175       Sampling according PhotoElectric model
    176 
    177 msc:  Model variant of multiple scattering for e-
    178       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    179       LateralDisplacementFlag=  1   Skin= 0
    180       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    181 
    182 eIoni:   tables are built for  e-
    183       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    184       Lambda tables from threshold to 100 TeV in 120 bins.
    185       Delta cross sections and sampling from MollerBhabha model
    186       Good description from 1 KeV to 100 GeV.
    187       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    188 
    189 eBrem:   tables are built for  e-
    190       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    191       Lambda tables from threshold to 100 TeV in 120 bins.
    192       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    193       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    194 
    195 eIoni:   tables are built for  e+
    196       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    197       Lambda tables from threshold to 100 TeV in 120 bins.
    198       Delta cross sections and sampling from MollerBhabha model
    199       Good description from 1 KeV to 100 GeV.
    200       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    201 
    202 eBrem:   tables are built for  e+
    203       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    204       Lambda tables from threshold to 100 TeV in 120 bins.
    205       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    206       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    207 
    208 annihil:       Sampling according eplus2gg model
    209       tables are built for  e+
    210       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    211 
    212 hIoni:   tables are built for  proton
    213       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    214       Lambda tables from threshold to 100 TeV in 120 bins.
    215       Scaling relation is used from proton dE/dx and range.
    216       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    217       Parametrisation from Bragg for protons below. NuclearStopping= 1
    218       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    219 
    220 msc:  Model variant of multiple scattering for proton
    221       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    222       LateralDisplacementFlag=  1   Skin= 0
    223       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    224 
    225 hIoni:   tables are built for  anti_proton
    226       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    227       Lambda tables from threshold to 100 TeV in 120 bins.
    228       Scaling relation is used from proton dE/dx and range.
    229       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    230       Parametrisation from Bragg for protons below. NuclearStopping= 1
    231       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    232 
    233 muIoni:   tables are built for  mu+
    234       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    235       Lambda tables from threshold to 100 TeV in 120 bins.
    236       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    237       radiative corrections for E > 1 GeV
    238       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    239 
    240 msc:  Model variant of multiple scattering for mu+
    241       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    242       LateralDisplacementFlag=  1   Skin= 0
    243       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    244 
    245 muBrems:   tables are built for  mu+
    246       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    247       Lambda tables from threshold to 100 TeV in 120 bins.
    248       Parametrised model
    249 
    250 muPairProd:   tables are built for  mu+
    251       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    252       Lambda tables from threshold to 100 TeV in 120 bins.
    253       Parametrised model
    254 
    255 muIoni:   tables are built for  mu-
    256       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    257       Lambda tables from threshold to 100 TeV in 120 bins.
    258       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    259       radiative corrections for E > 1 GeV
    260       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    261 
    262 muBrems:   tables are built for  mu-
    263       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    264       Lambda tables from threshold to 100 TeV in 120 bins.
    265       Parametrised model
    266 
    267 muPairProd:   tables are built for  mu-
    268       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    269       Lambda tables from threshold to 100 TeV in 120 bins.
    270       Parametrised model
    271 
    272 hIoni:   tables are built for  pi+
    273       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    274       Lambda tables from threshold to 100 TeV in 120 bins.
    275       Scaling relation is used from proton dE/dx and range.
    276       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.297504 MeV
    277       Parametrisation from Bragg for protons below. NuclearStopping= 1
    278       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    279 
    280 hIoni:   tables are built for  pi-
    281       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    282       Lambda tables from threshold to 100 TeV in 120 bins.
    283       Scaling relation is used from proton dE/dx and range.
    284       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.297504 MeV
    285       Parametrisation from Bragg for protons below. NuclearStopping= 1
    286       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    287 
    288 msc:  Model variant of multiple scattering for pi-
    289       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    290       LateralDisplacementFlag=  1   Skin= 0
    291       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
     229conv:   for  gamma    SubType= 14
     230      Lambda tables from 1.022 MeV to 10 TeV in 77 bins, spline: 1
     231      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     232       Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
     233
     234compt:   for  gamma    SubType= 13
     235      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     236      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     237       Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
     238
     239phot:   for  gamma    SubType= 12
     240      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     241       PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
     242
     243msc:   for e-    SubType= 10
     244      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     245      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     246      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     247          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     248
     249eIoni:   for  e-    SubType= 2
     250      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     251      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     252      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     253      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     254        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     255
     256eBrem:   for  e-    SubType= 3
     257      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     258      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     259      LPM flag: 1 for E > 1 GeV
     260      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     261               eBrem :     Emin=          0 eV         Emax=   1 GeV
     262            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     263
     264eIoni:   for  e+    SubType= 2
     265      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     266      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     267      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     268      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     269        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     270
     271eBrem:   for  e+    SubType= 3
     272      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     273      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     274      LPM flag: 1 for E > 1 GeV
     275      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     276               eBrem :     Emin=          0 eV         Emax=   1 GeV
     277            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     278
     279annihil:   for  e+    SubType= 5
     280      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     281      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     282            eplus2gg :     Emin=          0 eV         Emax=   10 TeV
     283
     284hIoni:   for  proton    SubType= 2
     285      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     286      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     287      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     288      NuclearStopping= 1
     289      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     290               Bragg :     Emin=          0 eV         Emax=   2 MeV
     291          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     292
     293msc:   for proton    SubType= 10
     294      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     295      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     296      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     297          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     298
     299hIoni:   for  anti_proton    SubType= 2
     300      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     301      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     302      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     303      NuclearStopping= 1
     304      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     305               Bragg :     Emin=          0 eV         Emax=   2 MeV
     306          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     307
     308hIoni:   for  kaon+    SubType= 2
     309      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     310      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     311      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     312      NuclearStopping= 0
     313      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     314               Bragg :     Emin=          0 eV         Emax=   1.05231 MeV
     315          BetheBloch :     Emin=    1.05231 MeV        Emax=   10 TeV
     316
     317hIoni:   for  kaon-    SubType= 2
     318      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     319      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     320      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     321      NuclearStopping= 0
     322      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     323               Bragg :     Emin=          0 eV         Emax=   1.05231 MeV
     324          BetheBloch :     Emin=    1.05231 MeV        Emax=   10 TeV
     325
     326muIoni:   for  mu+    SubType= 2
     327      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     328      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     329      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     330      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     331               Bragg :     Emin=          0 eV         Emax=   200 keV
     332          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     333        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     334
     335msc:   for mu+    SubType= 10
     336      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     337      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     338      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     339          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     340
     341muBrems:   for  mu+    SubType= 3
     342      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     343      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     344      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     345              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     346
     347muPairProd:   for  mu+    SubType= 4
     348      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     349      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     350      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     351          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     352
     353muIoni:   for  mu-    SubType= 2
     354      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     355      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     356      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     357      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     358               Bragg :     Emin=          0 eV         Emax=   200 keV
     359          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     360        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     361
     362muBrems:   for  mu-    SubType= 3
     363      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     364      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     365      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     366              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     367
     368muPairProd:   for  mu-    SubType= 4
     369      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     370      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     371      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     372          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     373
     374hIoni:   for  pi+    SubType= 2
     375      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     376      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     377      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     378      NuclearStopping= 0
     379      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     380               Bragg :     Emin=          0 eV         Emax=   297.504 keV
     381          BetheBloch :     Emin=    297.504 keV        Emax=   10 TeV
     382
     383hIoni:   for  pi-    SubType= 2
     384      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     385      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     386      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     387      NuclearStopping= 0
     388      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     389               Bragg :     Emin=          0 eV         Emax=   297.504 keV
     390          BetheBloch :     Emin=    297.504 keV        Emax=   10 TeV
     391
     392msc:   for pi-    SubType= 10
     393      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     394      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     395      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     396          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    292397
    293398========= Table of registered couples ==============================
     
    295400Index : 0     used in the geometry : Yes     recalculation needed : No
    296401 Material : Galactic
    297  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    298  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     402 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     403 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    299404 Region(s) which use this couple :
    300405    DefaultRegionForTheWorld
     
    302407Index : 1     used in the geometry : Yes     recalculation needed : No
    303408 Material : Lead
    304  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    305  Energy thresholds :  gamma 100.511 keV    e- 1.37814 MeV    e+ 1.28002 MeV
     409 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     410 Energy thresholds :  gamma  101.843 keV    e-  1.36749 MeV    e+  1.27862 MeV proton 100 keV
    306411 Region(s) which use this couple :
    307412    Calor-A
     
    309414Index : 2     used in the geometry : Yes     recalculation needed : No
    310415 Material : liquidArgon
    311  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    312  Energy thresholds :  gamma 6.17835 keV    e- 342.891 keV    e+ 334.551 keV
     416 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     417 Energy thresholds :  gamma  6.19986 keV    e-  344.855 keV    e+  333.46 keV proton 100 keV
    313418 Region(s) which use this couple :
    314419    Calor-A
     
    316421Index : 3     used in the geometry : Yes     recalculation needed : No
    317422 Material : Lead
    318  Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm
    319  Energy thresholds :  gamma 282.478 keV    e- 15.0137 MeV    e+ 13.9447 MeV
     423 Range cuts        :  gamma  1 cm     e-  1 cm     e+  1 cm  proton 1 cm
     424 Energy thresholds :  gamma  283.792 keV    e-  15.3667 MeV    e+  13.9869 MeV proton 1 MeV
    320425 Region(s) which use this couple :
    321426    Calor-B
     
    323428Index : 4     used in the geometry : Yes     recalculation needed : No
    324429 Material : liquidArgon
    325  Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm
    326  Energy thresholds :  gamma 19.0521 keV    e- 2.14666 MeV    e+ 2.04351 MeV
     430 Range cuts        :  gamma  1 cm     e-  1 cm     e+  1 cm  proton 1 cm
     431 Energy thresholds :  gamma  19.1729 keV    e-  2.17421 MeV    e+  2.01928 MeV proton 1 MeV
    327432 Region(s) which use this couple :
    328433    Calor-B
     
    330435Index : 5     used in the geometry : Yes     recalculation needed : No
    331436 Material : Lead
    332  Range cuts        :  gamma 10 cm     e- 10 cm     e+ 10 cm
    333  Energy thresholds :  gamma 2.24888 MeV    e- 437.915 MeV    e+ 406.735 MeV
     437 Range cuts        :  gamma  10 cm     e-  10 cm     e+  10 cm  proton 10 cm
     438 Energy thresholds :  gamma  2.21848 MeV    e-  430.674 MeV    e+  408.132 MeV proton 10 MeV
    334439 Region(s) which use this couple :
    335440    Calor-C
     
    337442Index : 6     used in the geometry : Yes     recalculation needed : No
    338443 Material : liquidArgon
    339  Range cuts        :  gamma 10 cm     e- 10 cm     e+ 10 cm
    340  Energy thresholds :  gamma 56.6382 keV    e- 24.5664 MeV    e+ 22.8173 MeV
     444 Range cuts        :  gamma  10 cm     e-  10 cm     e+  10 cm  proton 10 cm
     445 Energy thresholds :  gamma  56.567 keV    e-  24.5965 MeV    e+  22.6909 MeV proton 10 MeV
    341446 Region(s) which use this couple :
    342447    Calor-C
     
    348453Run Summary
    349454  Number of events processed : 10
    350   User=2.84s Real=3.11s Sys=0.25s
     455  User=1.91s Real=2.04s Sys=0.13s
    351456############################################################
    352457 Run Summary - Number of events : 10
     
    356461    gamma 1 mm     e- 1 mm     e+ 1 mm
    357462 Energy deposition in an event :
    358     Absorber 2.8241946 GeV      Gap 340.22082 MeV
     463    Absorber 3.0861339 GeV      Gap 383.89486 MeV
    359464 Number of secondaries in an event :
    360     gamma in Absorber 871.8    in Gap 47.7
    361     e-    in Absorber 1442.8    in Gap 147.1
    362     e+    in Absorber 80    in Gap 2.7
     465    gamma in Absorber 1045.8    in Gap 61.4
     466    e-    in Absorber 1710.5    in Gap 172
     467    e+    in Absorber 100    in Gap 2.9
    363468 Minimum kinetic energy of generated secondaries :
    364     gamma in Absorber 100.51435 keV    in Gap 6.3092451 keV
    365     e-    in Absorber 38.050694 eV     in Gap 38.494711 eV
    366     e+    in Absorber 48.895887 keV    in Gap 246.79944 keV
     469    gamma in Absorber 101.88067 keV    in Gap 6.2417819 keV
     470    e-    in Absorber 44.904101 eV     in Gap 61.437251 eV
     471    e+    in Absorber 5.3490308 keV    in Gap 431.5068 keV
    367472 Total track length of e+/e- in an event :
    368     Absorber 1.0130702 m        Gap 69.494258 cm
     473    Absorber 1.2024493 m        Gap 91.390038 cm
    369474 Total number of steps of e+/e- in an event :
    370     Absorber 5597.4      Gap 821.4
     475    Absorber 4745.9      Gap 759.3
    371476------------------------------------------------------------
    372477Scores in parallel geometry
    373 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    374   0  2949.6022  827.1  1209.6  69  1482.1158  4980.9
    375   1  123.01813  54.3  198.3  8.2  135.9157  756.5
    376   2  44.98184  17  84.8  2.4  49.701104  322.9
    377   3  19.412015  7  40.7  1.1  16.033576  145.4
    378   4  12.35206  6.5  25.7  0.8  9.5103795  90.9
    379   5  6.0753152  3.4  11.9  0.6  5.1948414  42.7
    380   6  4.2573307  2.4  7.8  0.3  3.3507483  26.7
    381   7  2.4954366  1  3.2  0.2  3.5412546  16.9
    382   8  0.51438405  0.1  2.4  0  1.0845579  6
    383   9  0.78508958  0.2  1.7  0  0.76302275  9.6
    384   10  0.22180324  0.1  1.3  0  0.31583415  13.4
    385   11  0.063585816  0  0.4  0  0.052648039  1
    386   12  0.42991741  0.3  0.9  0.1  0.29224037  2.8
    387   13  0.084720113  0  0.7  0  0.023736663  1.7
    388   14  0.031462644  0  0.1  0  0.091052186  0.2
    389   15  0  0  0  0  0  0
    390   16  0.039958574  0.1  0.2  0  0.009160907  0.7
    391   17  0  0  0  0  0  0
    392   18  0.050154483  0  0.2  0  0.01712752  0.5
    393   19  0  0  0  0  0  0
     478layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     479       0  3204.8449      991.4     1411.1       88.1  1846.0575       4296
     480       1  168.27827         78      272.5        9.8  179.21774      730.9
     481       2  47.796022       19.2       96.7        2.7  49.722133      234.3
     482       3  21.672457        8.6       46.4        0.9  19.000052      108.1
     483       4    12.1097        5.1       25.5        0.8  9.9949209       63.2
     484       5  7.7016301        2.8       14.8        0.4  6.3627395         33
     485       6  4.0839363        1.3        7.1        0.2  3.2561415       20.8
     486       7  1.0301781        0.1        2.8          0 0.74063554          6
     487       8 0.60319686        0.3        1.9          0 0.35317666          4
     488       9  0.9784182        0.3        1.4          0 0.79290193        5.3
     489      10 0.34652923          0        1.1          0 0.27294939        1.4
     490      11 0.17016933          0        0.5          0 0.22992216        0.9
     491      12 0.042165568          0        0.1          0 0.017508517        0.2
     492      13 0.28073796        0.1        0.4          0 0.16540121        0.8
     493      14          0          0          0          0          0          0
     494      15 0.090416776          0        0.2          0 0.16597421        0.3
     495      16          0          0          0          0          0          0
     496      17          0          0          0          0          0          0
     497      18          0          0          0          0          0          0
     498      19          0          0          0          0          0          0
    394499############################################################
    395500Region : Calor-B
     
    397502    gamma 1 cm     e- 1 cm     e+ 1 cm
    398503 Energy deposition in an event :
    399     Absorber 2.836137 GeV      Gap 337.8946 MeV
     504    Absorber 2.6763693 GeV      Gap 342.59479 MeV
    400505 Number of secondaries in an event :
    401     gamma in Absorber 576.2    in Gap 36.8
    402     e-    in Absorber 1030.6    in Gap 89
    403     e+    in Absorber 82.3    in Gap 2.9
     506    gamma in Absorber 500.9    in Gap 36.7
     507    e-    in Absorber 908    in Gap 84.8
     508    e+    in Absorber 69.3    in Gap 1.9
    404509 Minimum kinetic energy of generated secondaries :
    405     gamma in Absorber 274.83529 keV    in Gap 19.297437 keV
    406     e-    in Absorber 39.120187 eV     in Gap 14.192077 eV
    407     e+    in Absorber 1.8889602 keV    in Gap 1.2149999 MeV
     510    gamma in Absorber 284.39292 keV    in Gap 19.211042 keV
     511    e-    in Absorber 118.84267 eV     in Gap 43.967983 eV
     512    e+    in Absorber 12.195322 keV    in Gap 159.32681 keV
    408513 Total track length of e+/e- in an event :
    409     Absorber 85.611777 cm       Gap 58.673666 cm
     514    Absorber 76.132448 cm       Gap 59.079805 cm
    410515 Total number of steps of e+/e- in an event :
    411     Absorber 4020.3      Gap 597.5
     516    Absorber 2531.8      Gap 385.3
    412517------------------------------------------------------------
    413518Scores in parallel geometry
    414 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    415   0  2962.7263  548.7  791.1  70.1  1237.3125  3337.5
    416   1  133.71937  46.2  189.3  11.2  133.37279  751.5
    417   2  42.520652  11.2  74.2  2.3  40.014175  275.4
    418   3  16.912531  3.6  30.5  0.7  16.013568  120.4
    419   4  7.7338145  1.1  14.9  0.3  7.2396136  68.8
    420   5  2.8775733  0.2  7.7  0  2.9488237  23.1
    421   6  3.5871463  1.2  5.1  0.4  2.6189969  17.3
    422   7  1.3735261  0.5  2.7  0.1  0.84071774  10.8
    423   8  0.85013042  0  1.4  0  0.82255987  3.7
    424   9  0.71583927  0.3  0.9  0.1  0.44404821  2.9
    425   10  0.54390603  0  0.8  0  0.39760862  3.6
    426   11  0.27695143  0  0.4  0  0.69215481  1.3
    427   12  0.1562605  0  0.4  0  0.094620765  1
    428   13  0  0  0  0  0  0
    429   14  0  0  0  0  0  0
    430   15  0  0  0  0  0  0
    431   16  0  0  0  0  0  0
    432   17  0  0  0  0  0  0
    433   18  0  0  0  0  0  0
    434   19  0.037646213  0  0.2  0  0.042262446  0.5
     519layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     520       0  2848.4713        492        710       61.5  1180.5415     2184.8
     521       1  99.815678       27.4      155.9        5.5  101.24285      396.5
     522       2  34.686513        9.1       61.6        2.2  32.989144      163.8
     523       3  15.335808        3.7       25.8        0.8  13.799754       72.9
     524       4  8.5920702        2.3       16.4        0.4  10.008356       42.1
     525       5  5.2455987        1.4       10.5        0.3  6.9561618       26.8
     526       6  2.8938823        0.9        4.9        0.3   2.924345       13.3
     527       7   1.230814        0.3        2.2        0.1 0.86451768        3.9
     528       8  1.1939904        0.4        2.1        0.1 0.89521651        5.3
     529       9  0.6520102          0        1.2          0 0.79091304        2.8
     530      10 0.35789044        0.1          1          0 0.79792865        2.5
     531      11 0.35203581          0          1          0 0.23102094          2
     532      12          0          0          0          0          0          0
     533      13          0          0          0          0          0          0
     534      14          0          0          0          0          0          0
     535      15          0          0          0          0          0          0
     536      16          0          0          0          0          0          0
     537      17          0          0          0          0          0          0
     538      18 0.13651435          0        0.2          0 0.080823837        0.4
     539      19          0          0          0          0          0          0
    435540############################################################
    436541Region : Calor-C
     
    438543    gamma 10 cm     e- 10 cm     e+ 10 cm
    439544 Energy deposition in an event :
    440     Absorber 2.9040582 GeV      Gap 282.67456 MeV
     545    Absorber 2.8110928 GeV      Gap 309.30507 MeV
    441546 Number of secondaries in an event :
    442     gamma in Absorber 132.2    in Gap 11.4
    443     e-    in Absorber 238    in Gap 24.7
    444     e+    in Absorber 36.2    in Gap 1.2
     547    gamma in Absorber 185.2    in Gap 19.6
     548    e-    in Absorber 329.4    in Gap 30.9
     549    e+    in Absorber 50.4    in Gap 2.2
    445550 Minimum kinetic energy of generated secondaries :
    446     gamma in Absorber 329.51996 keV    in Gap 57.739852 keV
    447     e-    in Absorber 353.67844 eV     in Gap 443.02217 eV
    448     e+    in Absorber 15.535599 keV    in Gap 1.1738142 MeV
     551    gamma in Absorber 280.88669 keV    in Gap 57.809798 keV
     552    e-    in Absorber 417.42474 eV     in Gap 3.1532042 eV
     553    e+    in Absorber 69.391405 keV    in Gap 1.0847528 MeV
    449554 Total track length of e+/e- in an event :
    450     Absorber 34.334042 cm       Gap 20.210606 cm
     555    Absorber 46.45411 cm       Gap 30.275276 cm
    451556 Total number of steps of e+/e- in an event :
    452     Absorber 1090.5      Gap 144.3
     557    Absorber 1114.3      Gap 181.6
    453558------------------------------------------------------------
    454559Scores in parallel geometry
    455 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    456   0  3106.4804  127.7  175.1  31.4  449.82864  861.5
    457   1  50.675407  10  45  3.7  59.189918  195.9
    458   2  15.134571  3.2  19.7  1.2  21.027264  82
    459   3  6.0344468  0.9  9.4  0.4  6.8021977  35.3
    460   4  2.1362821  0.5  4.6  0.2  2.3409382  18.5
    461   5  1.176576  0.3  2.2  0.1  1.7597587  8.5
    462   6  3.1083129  0.8  3.1  0.3  2.1065668  14.9
    463   7  0.93823079  0  1.3  0  1.7859436  7.2
    464   8  0.35238629  0.2  0.6  0.1  0.23453814  2
    465   9  0.16958822  0  0.4  0  0.10885501  2.7
    466   10  0.25900978  0  0.6  0  0.12484568  2.1
    467   11  0.069500014  0  0.2  0  0.030411781  0.5
    468   12  0.077087629  0  0.3  0  0.037318873  0.7
    469   13  0  0  0  0  0  0
    470   14  0  0  0  0  0  0
    471   15  0  0  0  0  0  0
    472   16  0  0  0  0  0  0
    473   17  0.036510387  0  0.1  0  0.012312871  1
    474   18  0  0  0  0  0  0
    475   19  0  0  0  0  0  0
     560layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     561       0  3003.1996      180.7      235.6       42.9  655.84345      914.7
     562       1  73.083895       15.8       68.8        5.7  67.338413      217.7
     563       2  21.885293        4.8       26.9        2.3  24.154603       69.4
     564       3  10.004613        2.3       12.9        1.1  7.7680958         37
     565       4  5.4368831        0.8        7.7        0.4  5.2054041       23.1
     566       5  2.2535828        0.2        2.5        0.1  1.5255165          8
     567       6  1.6990896        0.2        2.2        0.1  2.4295026        5.4
     568       7  1.4156013          0        1.9          0 0.97989668         14
     569       8 0.20585744          0        0.3          0 0.55005398        2.2
     570       9 0.71803162          0        0.8          0 0.48338503        2.4
     571      10 0.17833866          0        0.2          0 0.13598387        0.4
     572      11 0.20990243          0        0.3          0 0.82674068        1.2
     573      12 0.10719123          0        0.2          0 0.052804114        0.4
     574      13          0          0          0          0          0          0
     575      14          0          0          0          0          0          0
     576      15          0          0          0          0          0          0
     577      16          0          0          0          0          0          0
     578      17          0          0          0          0          0          0
     579      18          0          0          0          0          0          0
     580      19          0          0          0          0          0          0
    476581############################################################
    477 
     582CPU Time spent by each region0x2a992bb588
    478583Region <DefaultRegionForTheWorld>
    479  All particles : User=0  Real=0.03  Sys=0
     584 All particles : User=0  Real=0  Sys=0
    480585 e+ / e-       : User=0  Real=0  Sys=0
    481586
    482587Region <Calor-A>
    483  All particles : User=1.23  Real=1.13  Sys=0.08
    484  e+ / e-       : User=0.85  Real=0.82  Sys=0.04
     588 All particles : User=0.81  Real=0.82  Sys=0.04
     589 e+ / e-       : User=0.59  Real=0.56  Sys=0.02
    485590
    486591Region <Calor-B>
    487  All particles : User=0.82  Real=0.87  Sys=0.03
    488  e+ / e-       : User=0.59  Real=0.67  Sys=0.04
     592 All particles : User=0.42  Real=0.47  Sys=0.02
     593 e+ / e-       : User=0.24  Real=0.31  Sys=0.01
    489594
    490595Region <Calor-C>
    491  All particles : User=0.24  Real=0.26  Sys=0.03
    492  e+ / e-       : User=0.17  Real=0.18  Sys=0
     596 All particles : User=0.16  Real=0.17  Sys=0
     597 e+ / e-       : User=0.11  Real=0.1  Sys=0
    493598
    494599/run/dumpCouples
     
    498603Index : 0     used in the geometry : Yes     recalculation needed : No
    499604 Material : Galactic
    500  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    501  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     605 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     606 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    502607 Region(s) which use this couple :
    503608    DefaultRegionForTheWorld
     
    505610Index : 1     used in the geometry : Yes     recalculation needed : No
    506611 Material : Lead
    507  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    508  Energy thresholds :  gamma 100.51071 keV    e- 1.3781428 MeV    e+ 1.280018 MeV
     612 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     613 Energy thresholds :  gamma  101.84292 keV    e-  1.367494 MeV    e+  1.2786173 MeV proton 100 keV
    509614 Region(s) which use this couple :
    510615    Calor-A
     
    512617Index : 2     used in the geometry : Yes     recalculation needed : No
    513618 Material : liquidArgon
    514  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    515  Energy thresholds :  gamma 6.1783498 keV    e- 342.89066 keV    e+ 334.55147 keV
     619 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     620 Energy thresholds :  gamma  6.1998573 keV    e-  344.85452 keV    e+  333.45981 keV proton 100 keV
    516621 Region(s) which use this couple :
    517622    Calor-A
     
    519624Index : 3     used in the geometry : Yes     recalculation needed : No
    520625 Material : Lead
    521  Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm
    522  Energy thresholds :  gamma 282.47765 keV    e- 15.013704 MeV    e+ 13.944716 MeV
     626 Range cuts        :  gamma  1 cm     e-  1 cm     e+  1 cm  proton 1 cm
     627 Energy thresholds :  gamma  283.7918 keV    e-  15.366683 MeV    e+  13.986896 MeV proton 1 MeV
    523628 Region(s) which use this couple :
    524629    Calor-B
     
    526631Index : 4     used in the geometry : Yes     recalculation needed : No
    527632 Material : liquidArgon
    528  Range cuts        :  gamma 1 cm     e- 1 cm     e+ 1 cm
    529  Energy thresholds :  gamma 19.052126 keV    e- 2.1466594 MeV    e+ 2.0435144 MeV
     633 Range cuts        :  gamma  1 cm     e-  1 cm     e+  1 cm  proton 1 cm
     634 Energy thresholds :  gamma  19.172874 keV    e-  2.1742071 MeV    e+  2.0192847 MeV proton 1 MeV
    530635 Region(s) which use this couple :
    531636    Calor-B
     
    533638Index : 5     used in the geometry : Yes     recalculation needed : No
    534639 Material : Lead
    535  Range cuts        :  gamma 10 cm     e- 10 cm     e+ 10 cm
    536  Energy thresholds :  gamma 2.2488809 MeV    e- 437.91535 MeV    e+ 406.73544 MeV
     640 Range cuts        :  gamma  10 cm     e-  10 cm     e+  10 cm  proton 10 cm
     641 Energy thresholds :  gamma  2.2184843 MeV    e-  430.67421 MeV    e+  408.13231 MeV proton 10 MeV
    537642 Region(s) which use this couple :
    538643    Calor-C
     
    540645Index : 6     used in the geometry : Yes     recalculation needed : No
    541646 Material : liquidArgon
    542  Range cuts        :  gamma 10 cm     e- 10 cm     e+ 10 cm
    543  Energy thresholds :  gamma 56.638224 keV    e- 24.566438 MeV    e+ 22.817289 MeV
     647 Range cuts        :  gamma  10 cm     e-  10 cm     e+  10 cm  proton 10 cm
     648 Energy thresholds :  gamma  56.567029 keV    e-  24.596545 MeV    e+  22.690929 MeV proton 10 MeV
    544649 Region(s) which use this couple :
    545650    Calor-C
     
    559664 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    560665 Materials : Galactic
    561  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     666 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    562667
    563668Region <Calor-A> -- appears in <World> world volume
     
    565670 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    566671 Materials : Lead liquidArgon
    567  Production cuts :  gamma 200 um     e- 200 um     e+ 200 um
     672 Production cuts :   gamma 200 um      e- 200 um      e+ 200 um  proton 200 um
    568673
    569674Region <Calor-B> -- appears in <World> world volume
     
    571676 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    572677 Materials : Lead liquidArgon
    573  Production cuts :  gamma 2 mm     e- 2 mm     e+ 2 mm
     678 Production cuts :   gamma 2 mm      e- 2 mm      e+ 2 mm  proton 2 mm
    574679
    575680Region <Calor-C> -- appears in <World> world volume
     
    577682 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    578683 Materials : Lead liquidArgon
    579  Production cuts :  gamma 2 cm     e- 2 cm     e+ 2 cm
     684 Production cuts :   gamma 2 cm      e- 2 cm      e+ 2 cm  proton 2 cm
    580685/run/beamOn 10
    581686
    582 conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
    583       sampling secondary e+e- according Bethe-Heitler model
    584       tables are built for  gamma
    585       Lambda tables from 1.0219981 MeV to 100 GeV in 100 bins.
    586 
    587 compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
    588       Sampling according Klein-Nishina model
    589       tables are built for  gamma
    590       Lambda tables from 100 eV  to 100 GeV in 90 bins.
    591 
    592 phot:  Total cross sections from Sandia parametrisation.
    593       Sampling according PhotoElectric model
    594 
    595 msc:  Model variant of multiple scattering for e-
    596       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    597       LateralDisplacementFlag=  1   Skin= 0
    598       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    599 
    600 eIoni:   tables are built for  e-
    601       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    602       Lambda tables from threshold to 100 TeV in 120 bins.
    603       Delta cross sections and sampling from MollerBhabha model
    604       Good description from 1 KeV to 100 GeV.
    605       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    606 
    607 eBrem:   tables are built for  e-
    608       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    609       Lambda tables from threshold to 100 TeV in 120 bins.
    610       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    611       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    612 
    613 eIoni:   tables are built for  e+
    614       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    615       Lambda tables from threshold to 100 TeV in 120 bins.
    616       Delta cross sections and sampling from MollerBhabha model
    617       Good description from 1 KeV to 100 GeV.
    618       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    619 
    620 eBrem:   tables are built for  e+
    621       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    622       Lambda tables from threshold to 100 TeV in 120 bins.
    623       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    624       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    625 
    626 annihil:       Sampling according eplus2gg model
    627       tables are built for  e+
    628       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    629 
    630 hIoni:   tables are built for  proton
    631       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    632       Lambda tables from threshold to 100 TeV in 120 bins.
    633       Scaling relation is used from proton dE/dx and range.
    634       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    635       Parametrisation from Bragg for protons below. NuclearStopping= 1
    636       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    637 
    638 msc:  Model variant of multiple scattering for proton
    639       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    640       LateralDisplacementFlag=  1   Skin= 0
    641       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    642 
    643 hIoni:   tables are built for  anti_proton
    644       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    645       Lambda tables from threshold to 100 TeV in 120 bins.
    646       Scaling relation is used from proton dE/dx and range.
    647       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    648       Parametrisation from Bragg for protons below. NuclearStopping= 1
    649       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    650 
    651 muIoni:   tables are built for  mu+
    652       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    653       Lambda tables from threshold to 100 TeV in 120 bins.
    654       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    655       radiative corrections for E > 1 GeV
    656       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    657 
    658 msc:  Model variant of multiple scattering for mu+
    659       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    660       LateralDisplacementFlag=  1   Skin= 0
    661       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    662 
    663 muBrems:   tables are built for  mu+
    664       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    665       Lambda tables from threshold to 100 TeV in 120 bins.
    666       Parametrised model
    667 
    668 muPairProd:   tables are built for  mu+
    669       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    670       Lambda tables from threshold to 100 TeV in 120 bins.
    671       Parametrised model
    672 
    673 muIoni:   tables are built for  mu-
    674       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    675       Lambda tables from threshold to 100 TeV in 120 bins.
    676       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    677       radiative corrections for E > 1 GeV
    678       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    679 
    680 muBrems:   tables are built for  mu-
    681       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    682       Lambda tables from threshold to 100 TeV in 120 bins.
    683       Parametrised model
    684 
    685 muPairProd:   tables are built for  mu-
    686       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    687       Lambda tables from threshold to 100 TeV in 120 bins.
    688       Parametrised model
    689 
    690 hIoni:   tables are built for  pi+
    691       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    692       Lambda tables from threshold to 100 TeV in 120 bins.
    693       Scaling relation is used from proton dE/dx and range.
    694       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    695       Parametrisation from Bragg for protons below. NuclearStopping= 1
    696       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    697 
    698 hIoni:   tables are built for  pi-
    699       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    700       Lambda tables from threshold to 100 TeV in 120 bins.
    701       Scaling relation is used from proton dE/dx and range.
    702       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    703       Parametrisation from Bragg for protons below. NuclearStopping= 1
    704       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    705 
    706 msc:  Model variant of multiple scattering for pi-
    707       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    708       LateralDisplacementFlag=  1   Skin= 0
    709       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
     687conv:   for  gamma    SubType= 14
     688      Lambda tables from 1.0219978 MeV to 10 TeV in 77 bins, spline: 1
     689      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     690       Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
     691
     692compt:   for  gamma    SubType= 13
     693      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     694      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     695       Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
     696
     697phot:   for  gamma    SubType= 12
     698      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     699       PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
     700
     701msc:   for e-    SubType= 10
     702      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     703      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     704      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     705          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     706
     707eIoni:   for  e-    SubType= 2
     708      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     709      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     710      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     711      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     712        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     713
     714eBrem:   for  e-    SubType= 3
     715      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     716      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     717      LPM flag: 1 for E > 1 GeV
     718      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     719               eBrem :     Emin=          0 eV         Emax=   1 GeV
     720            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     721
     722eIoni:   for  e+    SubType= 2
     723      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     724      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     725      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     726      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     727        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     728
     729eBrem:   for  e+    SubType= 3
     730      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     731      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     732      LPM flag: 1 for E > 1 GeV
     733      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     734               eBrem :     Emin=          0 eV         Emax=   1 GeV
     735            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     736
     737annihil:   for  e+    SubType= 5
     738      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     739      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     740            eplus2gg :     Emin=          0 eV         Emax=   10 TeV
     741
     742hIoni:   for  proton    SubType= 2
     743      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     744      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     745      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     746      NuclearStopping= 1
     747      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     748               Bragg :     Emin=          0 eV         Emax=   2 MeV
     749          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     750
     751msc:   for proton    SubType= 10
     752      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     753      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     754      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     755          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     756
     757hIoni:   for  anti_proton    SubType= 2
     758      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     759      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     760      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     761      NuclearStopping= 1
     762      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     763               Bragg :     Emin=          0 eV         Emax=   2 MeV
     764          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     765
     766hIoni:   for  kaon+    SubType= 2
     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      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     770      NuclearStopping= 0
     771      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     772               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     773          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     774
     775hIoni:   for  kaon-    SubType= 2
     776      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     777      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     778      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     779      NuclearStopping= 0
     780      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     781               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     782          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     783
     784muIoni:   for  mu+    SubType= 2
     785      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     786      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     787      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     788      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     789               Bragg :     Emin=          0 eV         Emax=   200 keV
     790          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     791        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     792
     793msc:   for mu+    SubType= 10
     794      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     795      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     796      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     797          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     798
     799muBrems:   for  mu+    SubType= 3
     800      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     801      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     802      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     803              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     804
     805muPairProd:   for  mu+    SubType= 4
     806      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     807      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     808      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     809          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     810
     811muIoni:   for  mu-    SubType= 2
     812      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     813      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     814      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     815      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     816               Bragg :     Emin=          0 eV         Emax=   200 keV
     817          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     818        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     819
     820muBrems:   for  mu-    SubType= 3
     821      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     822      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     823      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     824              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     825
     826muPairProd:   for  mu-    SubType= 4
     827      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     828      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     829      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     830          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     831
     832hIoni:   for  pi+    SubType= 2
     833      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     834      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     835      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     836      NuclearStopping= 0
     837      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     838               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     839          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     840
     841hIoni:   for  pi-    SubType= 2
     842      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     843      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     844      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     845      NuclearStopping= 0
     846      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     847               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     848          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     849
     850msc:   for pi-    SubType= 10
     851      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     852      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     853      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     854          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    710855
    711856========= Table of registered couples ==============================
     
    713858Index : 0     used in the geometry : Yes     recalculation needed : No
    714859 Material : Galactic
    715  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    716  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     860 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     861 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    717862 Region(s) which use this couple :
    718863    DefaultRegionForTheWorld
     
    720865Index : 1     used in the geometry : Yes     recalculation needed : No
    721866 Material : Lead
    722  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    723  Energy thresholds :  gamma 47.18466 keV    e- 383.06537 keV    e+ 364.65944 keV
     867 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     868 Energy thresholds :  gamma  47.180687 keV    e-  384.00041 keV    e+  371.31224 keV proton 20 keV
    724869 Region(s) which use this couple :
    725870    Calor-A
     
    727872Index : 2     used in the geometry : Yes     recalculation needed : No
    728873 Material : liquidArgon
    729  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    730  Energy thresholds :  gamma 2.7857637 keV    e- 123.42635 keV    e+ 121.91623 keV
     874 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     875 Energy thresholds :  gamma  2.8054364 keV    e-  124.17271 keV    e+  122.51498 keV proton 20 keV
    731876 Region(s) which use this couple :
    732877    Calor-A
     
    734879Index : 3     used in the geometry : Yes     recalculation needed : No
    735880 Material : Lead
    736  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    737  Energy thresholds :  gamma 120.58859 keV    e- 2.6139957 MeV    e+ 2.4278772 MeV
     881 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     882 Energy thresholds :  gamma  120.87938 keV    e-  2.6420253 MeV    e+  2.4373346 MeV proton 200 keV
    738883 Region(s) which use this couple :
    739884    Calor-B
     
    741886Index : 4     used in the geometry : Yes     recalculation needed : No
    742887 Material : liquidArgon
    743  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    744  Energy thresholds :  gamma 8.590436 keV    e- 561.06092 keV    e+ 540.71814 keV
     888 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     889 Energy thresholds :  gamma  8.7342264 keV    e-  567.02713 keV    e+  540.97157 keV proton 200 keV
    745890 Region(s) which use this couple :
    746891    Calor-B
     
    748893Index : 5     used in the geometry : Yes     recalculation needed : No
    749894 Material : Lead
    750  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    751  Energy thresholds :  gamma 419.68872 keV    e- 35.541271 MeV    e+ 33.010705 MeV
     895 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     896 Energy thresholds :  gamma  419.05594 keV    e-  35.119945 MeV    e+  32.617487 MeV proton 2 MeV
    752897 Region(s) which use this couple :
    753898    Calor-C
     
    755900Index : 6     used in the geometry : Yes     recalculation needed : No
    756901 Material : liquidArgon
    757  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    758  Energy thresholds :  gamma 26.979787 keV    e- 4.2771968 MeV    e+ 3.9726571 MeV
     902 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     903 Energy thresholds :  gamma  27.010336 keV    e-  4.2289344 MeV    e+  4.007588 MeV proton 2 MeV
    759904 Region(s) which use this couple :
    760905    Calor-C
     
    766911Run Summary
    767912  Number of events processed : 10
    768   User=10.82s Real=11.8s Sys=0.97s
     913  User=3.13s Real=3.35s Sys=0.21s
    769914############################################################
    770915 Run Summary - Number of events : 10
     
    774919    gamma 200 um     e- 200 um     e+ 200 um
    775920 Energy deposition in an event :
    776     Absorber 2.7346297 GeV      Gap 319.98271 MeV
     921    Absorber 2.9743948 GeV      Gap 377.49171 MeV
    777922 Number of secondaries in an event :
    778     gamma in Absorber 1076.6    in Gap 50.1
    779     e-    in Absorber 1808.3    in Gap 223.4
    780     e+    in Absorber 76.8    in Gap 2
     923    gamma in Absorber 1271.6    in Gap 70.7
     924    e-    in Absorber 2128.8    in Gap 281.1
     925    e+    in Absorber 88.7    in Gap 4
    781926 Minimum kinetic energy of generated secondaries :
    782     gamma in Absorber 47.209303 keV    in Gap 2.7861398 keV
    783     e-    in Absorber 29.80965 eV     in Gap 8.9846449 eV
    784     e+    in Absorber 17.407499 keV    in Gap 146.35277 keV
     927    gamma in Absorber 47.184155 keV    in Gap 2.8093906 keV
     928    e-    in Absorber 5.1617669 eV     in Gap 25.358837 eV
     929    e+    in Absorber 42.115519 keV    in Gap 167.41532 keV
    785930 Total track length of e+/e- in an event :
    786     Absorber 1.0476433 m        Gap 62.312002 cm
     931    Absorber 1.2180056 m        Gap 90.783714 cm
    787932 Total number of steps of e+/e- in an event :
    788     Absorber 6778.7      Gap 1012.2
     933    Absorber 5670.4      Gap 942.6
    789934------------------------------------------------------------
    790935Scores in parallel geometry
    791 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    792   0  2878.2771  1020.2  1678.2  66.1  1500.778  6433.2
    793   1  105.13603  65.9  199.8  7.5  104.63776  800.1
    794   2  41.9632  26.3  83.7  3.2  38.292278  304.4
    795   3  12.003133  5.7  31  0.7  10.807567  105.3
    796   4  5.9965275  2.9  15.3  0.4  5.1616887  45.8
    797   5  4.5205989  2.3  8.3  0.4  4.5647303  32.9
    798   6  2.9948033  1.8  7.6  0.1  2.307091  33.3
    799   7  1.6271591  0.9  2.8  0.3  1.1267472  10.9
    800   8  0.51494852  0.5  1.4  0.1  0.43658462  4.2
    801   9  0.49591791  0  1.1  0  0.35909796  3.6
    802   10  0.24113751  0.1  1  0  0.57864512  4.5
    803   11  0.015262867  0  0.2  0  0.0013873389  0.5
    804   12  0.34183346  0.1  0.7  0  0.26570578  1.9
    805   13  0.03726673  0  0.1  0  0.01380699  0.3
    806   14  0  0  0  0  0  0
    807   15  0.26439413  0  0.2  0  1.2110975  6.6
    808   16  0.14704177  0  0.2  0  0.10727162  3.1
    809   17  0.036041029  0  0.1  0  0.11388264  0.3
    810   18  0  0  0  0  0  0
    811   19  0  0  0  0  0  0
     936layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     937       0   3112.316     1206.3     1926.1       77.3  1874.6264     5391.2
     938       1  154.16396       88.4      279.7        9.7  170.34726        743
     939       2  43.451444       24.1      101.9        2.7  35.352193      242.8
     940       3  18.280812       10.3       42.9          1  17.521994      105.4
     941       4  11.466591        6.4       24.5        0.9  10.874337       54.3
     942       5  4.6700012        3.1       13.8        0.4  3.5129945       29.2
     943       6  3.2806657        1.6        7.6        0.3  6.4202115       18.4
     944       7  1.4101165          1        4.5        0.2  1.3748688        9.6
     945       8 0.76817111        0.4        2.3        0.1  1.2392854          4
     946       9 0.40333779          0        1.7          0 0.23314343        2.6
     947      10 0.34149482          0          1          0  1.4433096        1.9
     948      11 0.64879689        0.4        1.4        0.1  2.4254939        4.6
     949      12 0.32653634        0.3          1          0 0.18732591        2.5
     950      13 0.074158489          0        0.2          0 0.087206158        1.7
     951      14 0.023488885          0        0.1          0 0.0052211199        0.2
     952      15 0.048684262          0        0.1          0 0.023005438        0.2
     953      16 0.15385656          0        0.5          0 0.084166934        0.7
     954      17 0.0041328404          0        0.1          0 0.0032596574        0.1
     955      18          0          0          0          0          0          0
     956      19 0.029533287          0        0.4          0 0.01772601        0.5
    812957############################################################
    813958Region : Calor-B
     
    815960    gamma 2 mm     e- 2 mm     e+ 2 mm
    816961 Energy deposition in an event :
    817     Absorber 5.7079531 GeV      Gap 636.17732 MeV
     962    Absorber 3.2993523 GeV      Gap 401.12047 MeV
    818963 Number of secondaries in an event :
    819     gamma in Absorber 2509.8    in Gap 145.8
    820     e-    in Absorber 4108.2    in Gap 382.7
    821     e+    in Absorber 260.5    in Gap 8.7
     964    gamma in Absorber 1090.4    in Gap 69.1
     965    e-    in Absorber 1789.6    in Gap 171
     966    e+    in Absorber 114.7    in Gap 3.6
    822967 Minimum kinetic energy of generated secondaries :
    823     gamma in Absorber 120.60315 keV    in Gap 8.5922275 keV
    824     e-    in Absorber 4.5667303 eV     in Gap 67.215061 eV
    825     e+    in Absorber 2.0860566 keV    in Gap 388.60274 keV
     968    gamma in Absorber 120.89925 keV    in Gap 8.7895142 keV
     969    e-    in Absorber 11.252749 eV     in Gap 75.051691 eV
     970    e+    in Absorber 40.319369 keV    in Gap 146.19441 keV
    826971 Total track length of e+/e- in an event :
    827     Absorber 2.9386538 m        Gap 2.0924766 m
     972    Absorber 1.3061111 m        Gap 96.535874 cm
    828973 Total number of steps of e+/e- in an event :
    829     Absorber 16119.8      Gap 2235.6
     974    Absorber 4997      Gap 779.2
    830975------------------------------------------------------------
    831976Scores in parallel geometry
    832 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    833   0  5671.7352  2392.9  3303.3  226.8  4310.1345  13800.6
    834   1  400.70569  162.6  657.8  26.6  432.84719  2501.8
    835   2  141.58938  53.2  252.6  8.9  149.85345  980
    836   3  58.9917  20.3  119.5  3.1  61.197491  458.2
    837   4  30.152898  11.4  66.4  2.1  30.338318  266.2
    838   5  17.712582  7.9  39.8  1.2  16.472236  142.6
    839   6  9.4858516  3.8  20.8  0.2  7.8159757  81.4
    840   7  5.7345448  1.6  10.7  0.2  6.679286  38.7
    841   8  2.7761201  0.7  7.8  0.1  3.3832469  29.5
    842   9  2.3483618  0.6  3.9  0  4.5759228  21.9
    843   10  1.3869398  0.3  2.4  0  5.0318302  13.1
    844   11  0.49175171  0.1  1.5  0  1.0595164  7.7
    845   12  0.36433665  0.1  1.4  0  1.0786884  5.7
    846   13  0.10782542  0  0.7  0  0.099513039  2
    847   14  0.010454169  0  0.3  0  0.0027591381  0.7
    848   15  0.21651294  0.1  0.7  0  0.11696534  1.8
    849   16  0.18788897  0  0.5  0  0.12600017  1.2
    850   17  0  0  0  0  0  0
    851   18  0.0018822904  0  0.1  0  0.00084293136  0.2
    852   19  0.026302222  0  0.5  0  0.010823583  1.1
     977layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     978       0  3396.9411     1032.5     1439.2       99.5  1948.3994     4334.8
     979       1  179.46148         79      279.4       11.1  206.48156      815.9
     980       2  64.432592       25.6      114.2        4.3   61.06503      306.2
     981       3   24.24315        8.4       51.9        1.2   21.67555      133.5
     982       4  18.178089          7       33.1        1.4  19.654082       79.7
     983       5  7.9540959        2.8       16.6        0.3  6.3558556       42.4
     984       6  4.8100241        2.9       10.8        0.4   3.679328       23.7
     985       7  1.4139362        0.2        3.8          0  1.3601843       14.3
     986       8 0.72299963        0.2        3.5          0 0.64865705          7
     987       9 0.46856316        0.2        1.8        0.1 0.39849013        3.2
     988      10 0.43087075          0        1.5          0 0.69952963        4.9
     989      11 0.31537055        0.2          1          0 0.30797314        2.9
     990      12 0.35711824        0.3          1          0 0.29266881        1.7
     991      13  0.1482032          0        0.4          0 0.08795956        0.7
     992      14  0.1737114        0.1        0.7          0 0.10845306        2.5
     993      15          0          0          0          0          0          0
     994      16 0.075024505          0        0.5          0 0.036444141        0.6
     995      17 0.12723425        0.1        0.3          0 0.067556699        0.6
     996      18 0.15001053          0        0.6          0 0.12510206        1.2
     997      19          0          0          0          0          0          0
    853998############################################################
    854999Region : Calor-C
     
    8561001    gamma 2 cm     e- 2 cm     e+ 2 cm
    8571002 Energy deposition in an event :
    858     Absorber 7.9358127 GeV      Gap 808.74481 MeV
     1003    Absorber 3.0836211 GeV      Gap 376.18442 MeV
    8591004 Number of secondaries in an event :
    860     gamma in Absorber 2506.7    in Gap 172.3
    861     e-    in Absorber 4687.8    in Gap 441.7
    862     e+    in Absorber 402.1    in Gap 13.8
     1005    gamma in Absorber 583.5    in Gap 46.9
     1006    e-    in Absorber 1082.9    in Gap 103.7
     1007    e+    in Absorber 94.5    in Gap 3.3
    8631008 Minimum kinetic energy of generated secondaries :
    864     gamma in Absorber 271.13522 keV    in Gap 27.068102 keV
    865     e-    in Absorber 6.8359285 eV     in Gap 23.422473 eV
    866     e+    in Absorber 852.21755 eV     in Gap 148.14573 keV
     1009    gamma in Absorber 274.15369 keV    in Gap 27.653486 keV
     1010    e-    in Absorber 83.611064 eV     in Gap 14.209598 eV
     1011    e+    in Absorber 14.047242 keV    in Gap 404.08603 keV
    8671012 Total track length of e+/e- in an event :
    868     Absorber 4.2010963 m        Gap 2.6933915 m
     1013    Absorber 96.168047 cm       Gap 70.494201 cm
    8691014 Total number of steps of e+/e- in an event :
    870     Absorber 18500.1      Gap 2606.1
     1015    Absorber 3065      Gap 475.2
    8711016------------------------------------------------------------
    8721017Scores in parallel geometry
    873 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    874   0  7756.6262  2434.4  3564.1  352.1  5885.1352  15223.8
    875   1  598.93895  160.1  860.4  40.4  623.82424  3294.2
    876   2  200.47123  45.3  339.3  12.2  200.14977  1283.8
    877   3  88.842463  19.6  164.7  6  78.448975  572.1
    878   4  43.620519  9.5  85.7  2.4  44.262061  291.7
    879   5  23.978929  4.5  47.4  1.3  27.336539  173.7
    880   6  11.662525  2.7  23.3  0.8  12.00533  91.4
    881   7  7.0939153  1.1  15.9  0.2  5.25959  55.4
    882   8  4.7489476  1.1  10.2  0.3  4.1982777  34.6
    883   9  2.4137668  0.4  5.3  0.1  2.8679123  25.8
    884   10  1.5958885  0  3.9  0  2.4356443  14.1
    885   11  1.9243556  0.3  3.7  0.1  3.9519471  21.7
    886   12  1.4324164  0  2.4  0  3.4647384  14.8
    887   13  0.39729382  0  1.1  0  0.48749358  2.8
    888   14  0.38068202  0  1.1  0  0.3268051  3.4
    889   15  0.25920584  0  0.5  0  0.23430541  1.5
    890   16  0.079545999  0  0.2  0  0.03189756  0.6
    891   17  0.058147693  0  0.2  0  0.056237375  0.5
    892   18  0.032580704  0  0.1  0  0.010806107  0.3
    893   19  0  0  0  0  0  0
     1018layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1019       0  3229.7526      575.3      829.8       83.5  1445.8575     2585.4
     1020       1  130.47226       33.7      191.9        8.5  135.82547      510.4
     1021       2  52.375481       11.4         83        3.1   46.39156      217.5
     1022       3  26.184116        6.2       38.8        1.7  20.283259      112.6
     1023       4  8.2005117        1.4         16        0.3  5.7752765       45.7
     1024       5  4.3503791        0.8       10.6        0.2  3.8658585       20.6
     1025       6   2.535206        0.3        4.8          0  2.2342443       10.1
     1026       7  1.2268285        0.2        2.6        0.1 0.89818032        7.6
     1027       8  1.7400487        0.4        3.3        0.2  2.7212545        9.3
     1028       9 0.68033314          0        1.9          0 0.68981645        4.2
     1029      10 0.18079855          0        0.6          0 0.095122299        5.8
     1030      11  1.6076056        0.7        1.6        0.2  1.5704274        4.6
     1031      12 0.15556577          0        0.5          0 0.094959488          3
     1032      13 0.091267508          0        0.1          0 0.064707637        0.1
     1033      14 0.081344885          0        0.3          0 0.10778532        0.3
     1034      15 0.060028406          0        0.3          0 0.020563898        0.4
     1035      16 0.0096761013          0        0.1          0 0.013926558        0.1
     1036      17 0.050193156          0        0.2          0 0.094591257        2.2
     1037      18 0.05124596          0        0.2          0 0.018025699        0.3
     1038      19          0          0          0          0          0          0
    8941039############################################################
    895 
     1040CPU Time spent by each region0x2a992bb588
    8961041Region <DefaultRegionForTheWorld>
    8971042 All particles : User=0  Real=0  Sys=0
     
    8991044
    9001045Region <Calor-A>
    901  All particles : User=1.24  Real=1.38  Sys=0.09
    902  e+ / e-       : User=0.83  Real=0.86  Sys=0.07
     1046 All particles : User=0.93  Real=1.04  Sys=0.04
     1047 e+ / e-       : User=0.62  Real=0.76  Sys=0.06
    9031048
    9041049Region <Calor-B>
    905  All particles : User=3.14  Real=3.41  Sys=0.23
    906  e+ / e-       : User=2.26  Real=2.4  Sys=0.14
     1050 All particles : User=0.81  Real=0.95  Sys=0.04
     1051 e+ / e-       : User=0.59  Real=0.69  Sys=0.04
    9071052
    9081053Region <Calor-C>
    909  All particles : User=3.71  Real=3.91  Sys=0.21
    910  e+ / e-       : User=2.68  Real=2.79  Sys=0.16
     1054 All particles : User=0.58  Real=0.58  Sys=0.02
     1055 e+ / e-       : User=0.32  Real=0.41  Sys=0.01
    9111056
    9121057/run/dumpCouples
     
    9161061Index : 0     used in the geometry : Yes     recalculation needed : No
    9171062 Material : Galactic
    918  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    919  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     1063 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1064 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    9201065 Region(s) which use this couple :
    9211066    DefaultRegionForTheWorld
     
    9231068Index : 1     used in the geometry : Yes     recalculation needed : No
    9241069 Material : Lead
    925  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    926  Energy thresholds :  gamma 47.18466 keV    e- 383.06537 keV    e+ 364.65944 keV
     1070 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1071 Energy thresholds :  gamma  47.180687 keV    e-  384.00041 keV    e+  371.31224 keV proton 20 keV
    9271072 Region(s) which use this couple :
    9281073    Calor-A
     
    9301075Index : 2     used in the geometry : Yes     recalculation needed : No
    9311076 Material : liquidArgon
    932  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    933  Energy thresholds :  gamma 2.7857637 keV    e- 123.42635 keV    e+ 121.91623 keV
     1077 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1078 Energy thresholds :  gamma  2.8054364 keV    e-  124.17271 keV    e+  122.51498 keV proton 20 keV
    9341079 Region(s) which use this couple :
    9351080    Calor-A
     
    9371082Index : 3     used in the geometry : Yes     recalculation needed : No
    9381083 Material : Lead
    939  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    940  Energy thresholds :  gamma 120.58859 keV    e- 2.6139957 MeV    e+ 2.4278772 MeV
     1084 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1085 Energy thresholds :  gamma  120.87938 keV    e-  2.6420253 MeV    e+  2.4373346 MeV proton 200 keV
    9411086 Region(s) which use this couple :
    9421087    Calor-B
     
    9441089Index : 4     used in the geometry : Yes     recalculation needed : No
    9451090 Material : liquidArgon
    946  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    947  Energy thresholds :  gamma 8.590436 keV    e- 561.06092 keV    e+ 540.71814 keV
     1091 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1092 Energy thresholds :  gamma  8.7342264 keV    e-  567.02713 keV    e+  540.97157 keV proton 200 keV
    9481093 Region(s) which use this couple :
    9491094    Calor-B
     
    9511096Index : 5     used in the geometry : Yes     recalculation needed : No
    9521097 Material : Lead
    953  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    954  Energy thresholds :  gamma 419.68872 keV    e- 35.541271 MeV    e+ 33.010705 MeV
     1098 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1099 Energy thresholds :  gamma  419.05594 keV    e-  35.119945 MeV    e+  32.617487 MeV proton 2 MeV
    9551100 Region(s) which use this couple :
    9561101    Calor-C
     
    9581103Index : 6     used in the geometry : Yes     recalculation needed : No
    9591104 Material : liquidArgon
    960  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    961  Energy thresholds :  gamma 26.979787 keV    e- 4.2771968 MeV    e+ 3.9726571 MeV
     1105 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1106 Energy thresholds :  gamma  27.010336 keV    e-  4.2289344 MeV    e+  4.007588 MeV proton 2 MeV
    9621107 Region(s) which use this couple :
    9631108    Calor-C
     
    9761121 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    9771122 Materials : Galactic
    978  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     1123 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    9791124
    9801125Region <Calor-A> -- appears in <World> world volume
     
    9821127 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    9831128 Materials : Aluminium Water
    984  Production cuts :  gamma 200 um     e- 200 um     e+ 200 um
     1129 Production cuts :   gamma 200 um      e- 200 um      e+ 200 um  proton 200 um
    9851130
    9861131Region <Calor-B> -- appears in <World> world volume
     
    9881133 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    9891134 Materials : Aluminium Water
    990  Production cuts :  gamma 2 mm     e- 2 mm     e+ 2 mm
     1135 Production cuts :   gamma 2 mm      e- 2 mm      e+ 2 mm  proton 2 mm
    9911136
    9921137Region <Calor-C> -- appears in <World> world volume
     
    9941139 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    9951140 Materials : Aluminium Water
    996  Production cuts :  gamma 2 cm     e- 2 cm     e+ 2 cm
     1141 Production cuts :   gamma 2 cm      e- 2 cm      e+ 2 cm  proton 2 cm
    9971142/run/beamOn 10
    9981143
    999 conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
    1000       sampling secondary e+e- according Bethe-Heitler model
    1001       tables are built for  gamma
    1002       Lambda tables from 1.0219981 MeV to 100 GeV in 100 bins.
    1003 
    1004 compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
    1005       Sampling according Klein-Nishina model
    1006       tables are built for  gamma
    1007       Lambda tables from 100 eV  to 100 GeV in 90 bins.
    1008 
    1009 phot:  Total cross sections from Sandia parametrisation.
    1010       Sampling according PhotoElectric model
    1011 
    1012 msc:  Model variant of multiple scattering for e-
    1013       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1014       LateralDisplacementFlag=  1   Skin= 0
    1015       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1016 
    1017 eIoni:   tables are built for  e-
    1018       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1019       Lambda tables from threshold to 100 TeV in 120 bins.
    1020       Delta cross sections and sampling from MollerBhabha model
    1021       Good description from 1 KeV to 100 GeV.
    1022       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1023 
    1024 eBrem:   tables are built for  e-
    1025       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1026       Lambda tables from threshold to 100 TeV in 120 bins.
    1027       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    1028       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    1029 
    1030 eIoni:   tables are built for  e+
    1031       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1032       Lambda tables from threshold to 100 TeV in 120 bins.
    1033       Delta cross sections and sampling from MollerBhabha model
    1034       Good description from 1 KeV to 100 GeV.
    1035       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1036 
    1037 eBrem:   tables are built for  e+
    1038       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1039       Lambda tables from threshold to 100 TeV in 120 bins.
    1040       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    1041       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    1042 
    1043 annihil:       Sampling according eplus2gg model
    1044       tables are built for  e+
    1045       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1046 
    1047 hIoni:   tables are built for  proton
    1048       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1049       Lambda tables from threshold to 100 TeV in 120 bins.
    1050       Scaling relation is used from proton dE/dx and range.
    1051       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    1052       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1053       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1054 
    1055 msc:  Model variant of multiple scattering for proton
    1056       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1057       LateralDisplacementFlag=  1   Skin= 0
    1058       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1059 
    1060 hIoni:   tables are built for  anti_proton
    1061       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1062       Lambda tables from threshold to 100 TeV in 120 bins.
    1063       Scaling relation is used from proton dE/dx and range.
    1064       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    1065       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1066       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1067 
    1068 muIoni:   tables are built for  mu+
    1069       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1070       Lambda tables from threshold to 100 TeV in 120 bins.
    1071       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    1072       radiative corrections for E > 1 GeV
    1073       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1074 
    1075 msc:  Model variant of multiple scattering for mu+
    1076       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1077       LateralDisplacementFlag=  1   Skin= 0
    1078       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1079 
    1080 muBrems:   tables are built for  mu+
    1081       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1082       Lambda tables from threshold to 100 TeV in 120 bins.
    1083       Parametrised model
    1084 
    1085 muPairProd:   tables are built for  mu+
    1086       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1087       Lambda tables from threshold to 100 TeV in 120 bins.
    1088       Parametrised model
    1089 
    1090 muIoni:   tables are built for  mu-
    1091       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1092       Lambda tables from threshold to 100 TeV in 120 bins.
    1093       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    1094       radiative corrections for E > 1 GeV
    1095       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1096 
    1097 muBrems:   tables are built for  mu-
    1098       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1099       Lambda tables from threshold to 100 TeV in 120 bins.
    1100       Parametrised model
    1101 
    1102 muPairProd:   tables are built for  mu-
    1103       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1104       Lambda tables from threshold to 100 TeV in 120 bins.
    1105       Parametrised model
    1106 
    1107 hIoni:   tables are built for  pi+
    1108       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1109       Lambda tables from threshold to 100 TeV in 120 bins.
    1110       Scaling relation is used from proton dE/dx and range.
    1111       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    1112       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1113       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1114 
    1115 hIoni:   tables are built for  pi-
    1116       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1117       Lambda tables from threshold to 100 TeV in 120 bins.
    1118       Scaling relation is used from proton dE/dx and range.
    1119       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    1120       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1121       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1122 
    1123 msc:  Model variant of multiple scattering for pi-
    1124       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1125       LateralDisplacementFlag=  1   Skin= 0
    1126       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
     1144conv:   for  gamma    SubType= 14
     1145      Lambda tables from 1.0219978 MeV to 10 TeV in 77 bins, spline: 1
     1146      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1147       Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
     1148
     1149compt:   for  gamma    SubType= 13
     1150      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1151      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1152       Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
     1153
     1154phot:   for  gamma    SubType= 12
     1155      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1156       PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
     1157
     1158msc:   for e-    SubType= 10
     1159      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1160      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1161      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1162          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1163
     1164eIoni:   for  e-    SubType= 2
     1165      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1166      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1167      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1168      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1169        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     1170
     1171eBrem:   for  e-    SubType= 3
     1172      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1173      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1174      LPM flag: 1 for E > 1 GeV
     1175      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1176               eBrem :     Emin=          0 eV         Emax=   1 GeV
     1177            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     1178
     1179eIoni:   for  e+    SubType= 2
     1180      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1181      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1182      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1183      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1184        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     1185
     1186eBrem:   for  e+    SubType= 3
     1187      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1188      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1189      LPM flag: 1 for E > 1 GeV
     1190      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1191               eBrem :     Emin=          0 eV         Emax=   1 GeV
     1192            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     1193
     1194annihil:   for  e+    SubType= 5
     1195      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1196      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1197            eplus2gg :     Emin=          0 eV         Emax=   10 TeV
     1198
     1199hIoni:   for  proton    SubType= 2
     1200      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1201      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1202      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1203      NuclearStopping= 1
     1204      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1205               Bragg :     Emin=          0 eV         Emax=   2 MeV
     1206          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     1207
     1208msc:   for proton    SubType= 10
     1209      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1210      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1211      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1212          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1213
     1214hIoni:   for  anti_proton    SubType= 2
     1215      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1216      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1217      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1218      NuclearStopping= 1
     1219      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1220               Bragg :     Emin=          0 eV         Emax=   2 MeV
     1221          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     1222
     1223hIoni:   for  kaon+    SubType= 2
     1224      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1225      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1226      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1227      NuclearStopping= 0
     1228      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1229               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     1230          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     1231
     1232hIoni:   for  kaon-    SubType= 2
     1233      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1234      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1235      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1236      NuclearStopping= 0
     1237      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1238               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     1239          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     1240
     1241muIoni:   for  mu+    SubType= 2
     1242      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1243      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1244      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1245      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1246               Bragg :     Emin=          0 eV         Emax=   200 keV
     1247          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     1248        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     1249
     1250msc:   for mu+    SubType= 10
     1251      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1252      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1253      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1254          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1255
     1256muBrems:   for  mu+    SubType= 3
     1257      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1258      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1259      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1260              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     1261
     1262muPairProd:   for  mu+    SubType= 4
     1263      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1264      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1265      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1266          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     1267
     1268muIoni:   for  mu-    SubType= 2
     1269      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1270      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1271      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1272      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1273               Bragg :     Emin=          0 eV         Emax=   200 keV
     1274          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     1275        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     1276
     1277muBrems:   for  mu-    SubType= 3
     1278      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1279      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1280      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1281              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     1282
     1283muPairProd:   for  mu-    SubType= 4
     1284      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1285      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1286      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1287          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     1288
     1289hIoni:   for  pi+    SubType= 2
     1290      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1291      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1292      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1293      NuclearStopping= 0
     1294      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1295               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     1296          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     1297
     1298hIoni:   for  pi-    SubType= 2
     1299      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1300      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1301      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1302      NuclearStopping= 0
     1303      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1304               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     1305          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     1306
     1307msc:   for pi-    SubType= 10
     1308      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1309      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1310      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1311          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    11271312
    11281313========= Table of registered couples ==============================
     
    11301315Index : 0     used in the geometry : Yes     recalculation needed : No
    11311316 Material : Galactic
    1132  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1133  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     1317 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1318 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    11341319 Region(s) which use this couple :
    11351320    DefaultRegionForTheWorld
     
    11371322Index : 1     used in the geometry : No      recalculation needed : No
    11381323 Material : Lead
    1139  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1140  Energy thresholds :  gamma 47.18466 keV    e- 383.06537 keV    e+ 364.65944 keV
     1324 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1325 Energy thresholds :  gamma  47.180687 keV    e-  384.00041 keV    e+  371.31224 keV proton 20 keV
    11411326
    11421327Index : 2     used in the geometry : No      recalculation needed : No
    11431328 Material : liquidArgon
    1144  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1145  Energy thresholds :  gamma 2.7857637 keV    e- 123.42635 keV    e+ 121.91623 keV
     1329 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1330 Energy thresholds :  gamma  2.8054364 keV    e-  124.17271 keV    e+  122.51498 keV proton 20 keV
    11461331
    11471332Index : 3     used in the geometry : No      recalculation needed : No
    11481333 Material : Lead
    1149  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1150  Energy thresholds :  gamma 120.58859 keV    e- 2.6139957 MeV    e+ 2.4278772 MeV
     1334 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1335 Energy thresholds :  gamma  120.87938 keV    e-  2.6420253 MeV    e+  2.4373346 MeV proton 200 keV
    11511336
    11521337Index : 4     used in the geometry : No      recalculation needed : No
    11531338 Material : liquidArgon
    1154  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1155  Energy thresholds :  gamma 8.590436 keV    e- 561.06092 keV    e+ 540.71814 keV
     1339 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1340 Energy thresholds :  gamma  8.7342264 keV    e-  567.02713 keV    e+  540.97157 keV proton 200 keV
    11561341
    11571342Index : 5     used in the geometry : No      recalculation needed : No
    11581343 Material : Lead
    1159  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1160  Energy thresholds :  gamma 419.68872 keV    e- 35.541271 MeV    e+ 33.010705 MeV
     1344 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1345 Energy thresholds :  gamma  419.05594 keV    e-  35.119945 MeV    e+  32.617487 MeV proton 2 MeV
    11611346
    11621347Index : 6     used in the geometry : No      recalculation needed : No
    11631348 Material : liquidArgon
    1164  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1165  Energy thresholds :  gamma 26.979787 keV    e- 4.2771968 MeV    e+ 3.9726571 MeV
     1349 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1350 Energy thresholds :  gamma  27.010336 keV    e-  4.2289344 MeV    e+  4.007588 MeV proton 2 MeV
    11661351
    11671352Index : 7     used in the geometry : Yes     recalculation needed : No
    11681353 Material : Aluminium
    1169  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1170  Energy thresholds :  gamma 3.2133001 keV    e- 199.48758 keV    e+ 194.63599 keV
     1354 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1355 Energy thresholds :  gamma  3.2524236 keV    e-  200.09609 keV    e+  196.10251 keV proton 20 keV
    11711356 Region(s) which use this couple :
    11721357    Calor-A
     
    11741359Index : 8     used in the geometry : Yes     recalculation needed : No
    11751360 Material : Water
    1176  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1177  Energy thresholds :  gamma 1.47052 keV    e- 126.50293 keV    e+ 124.95517 keV
     1361 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1362 Energy thresholds :  gamma  1.4816455 keV    e-  128.41583 keV    e+  125.85287 keV proton 20 keV
    11781363 Region(s) which use this couple :
    11791364    Calor-A
     
    11811366Index : 9     used in the geometry : Yes     recalculation needed : No
    11821367 Material : Aluminium
    1183  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1184  Energy thresholds :  gamma 9.5619691 keV    e- 1.0256085 MeV    e+ 976.32895 keV
     1368 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1369 Energy thresholds :  gamma  9.5958453 keV    e-  1.0312145 MeV    e+  977.23981 keV proton 200 keV
    11851370 Region(s) which use this couple :
    11861371    Calor-B
     
    11881373Index : 10     used in the geometry : Yes     recalculation needed : No
    11891374 Material : Water
    1190  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1191  Energy thresholds :  gamma 3.8944955 keV    e- 568.01052 keV    e+ 547.41576 keV
     1375 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1376 Energy thresholds :  gamma  3.9257685 keV    e-  570.85042 keV    e+  548.29137 keV proton 200 keV
    11921377 Region(s) which use this couple :
    11931378    Calor-B
     
    11951380Index : 11     used in the geometry : Yes     recalculation needed : No
    11961381 Material : Aluminium
    1197  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1198  Energy thresholds :  gamma 28.180732 keV    e- 9.404294 MeV    e+ 8.7347011 MeV
     1382 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1383 Energy thresholds :  gamma  28.121656 keV    e-  9.4721636 MeV    e+  8.8565451 MeV proton 2 MeV
    11991384 Region(s) which use this couple :
    12001385    Calor-C
     
    12021387Index : 12     used in the geometry : Yes     recalculation needed : No
    12031388 Material : Water
    1204  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1205  Energy thresholds :  gamma 10.314103 keV    e- 4.1731742 MeV    e+ 3.9726571 MeV
     1389 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1390 Energy thresholds :  gamma  10.401718 keV    e-  4.2289344 MeV    e+  3.9540859 MeV proton 2 MeV
    12061391 Region(s) which use this couple :
    12071392    Calor-C
     
    12131398Run Summary
    12141399  Number of events processed : 10
    1215   User=2.87s Real=3.14s Sys=0.27s
     1400  User=0.7s Real=0.73s Sys=0.04s
    12161401############################################################
    12171402 Run Summary - Number of events : 10
     
    12211406    gamma 200 um     e- 200 um     e+ 200 um
    12221407 Energy deposition in an event :
    1223     Absorber 516.71359 MeV      Gap 226.40411 MeV
     1408    Absorber 654.77425 MeV      Gap 275.79074 MeV
    12241409 Number of secondaries in an event :
    1225     gamma in Absorber 33    in Gap 7.6
    1226     e-    in Absorber 219.2    in Gap 120.7
    1227     e+    in Absorber 0.4    in Gap 0.1
     1410    gamma in Absorber 77.2    in Gap 19.2
     1411    e-    in Absorber 468.6    in Gap 216.3
     1412    e+    in Absorber 2.9    in Gap 1
    12281413 Minimum kinetic energy of generated secondaries :
    1229     gamma in Absorber 3.2210169 keV    in Gap 1.5239861 keV
    1230     e-    in Absorber 14.014545 eV     in Gap 28.817115 eV
    1231     e+    in Absorber 439.15746 keV    in Gap 24.237931 MeV
     1414    gamma in Absorber 3.2593353 keV    in Gap 1.4867694 keV
     1415    e-    in Absorber 7.2321146 eV     in Gap 15.36959 eV
     1416    e+    in Absorber 65.755127 keV    in Gap 206.83093 keV
    12321417 Total track length of e+/e- in an event :
    1233     Absorber 30.649721 cm       Gap 28.152229 cm
     1418    Absorber 64.476142 cm       Gap 55.10257 cm
    12341419 Total number of steps of e+/e- in an event :
    1235     Absorber 738.5      Gap 429.7
     1420    Absorber 992.7      Gap 478.7
    12361421------------------------------------------------------------
    12371422Scores in parallel geometry
    1238 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1239   0  729.90752  36.5  246.4  0.4  553.27503  931.1
    1240   1  6.3241729  2.4  25.6  0  18.34403  69.9
    1241   2  2.0689019  0.5  16.1  0  6.7574064  38.8
    1242   3  1.9743055  0.5  15.3  0  5.067109  38
    1243   4  0.40960756  0  7.9  0  0.49734078  17.2
    1244   5  0.31290115  0  5.8  0  0.32584691  12.6
    1245   6  0.18722917  0.2  4  0.1  0.19343397  8.8
    1246   7  0.34285057  0.1  4.7  0  0.58605945  10.8
    1247   8  0.16428784  0.1  1.8  0  0.22181834  4.1
    1248   9  0.20830952  0.1  2.9  0  0.21892499  6.7
    1249   10  0.29157773  0.1  2.7  0  0.62312592  6.6
    1250   11  0.070651079  0  1.4  0  0.04772994  3
    1251   12  0.57901626  0.1  1.7  0  1.2559271  7.8
    1252   13  0.12058951  0  0.9  0  0.33357428  5.8
    1253   14  0.039245444  0  0.9  0  0.038591179  1.9
    1254   15  0.077010341  0  0.7  0  0.21074588  2.8
    1255   16  0.030647832  0  0.5  0  0.019731819  1
    1256   17  0.00651526  0  0.3  0  0.002599108  0.7
    1257   18  0.0023636314  0  0.3  0  0.00048305795  0.6
    1258   19  0  0  0  0  0  0
     1423layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1424       0     837.33       70.1      309.3        2.4  913.73617        858
     1425       1  48.605383       14.6       76.8        0.7  163.70566      171.8
     1426       2  13.991924        3.9       62.6        0.2  40.153255       99.1
     1427       3  8.3154053          3       47.3        0.3  21.785123       70.6
     1428       4  8.3066069        2.1       41.9        0.3  23.727804         66
     1429       5  3.2354548        0.5       33.9          0     7.8886       45.2
     1430       6  2.1939442        0.4       25.2          0  4.8852444       34.1
     1431       7    2.91795        0.8       21.3          0   7.812203       31.9
     1432       8  1.4935049        0.2       16.7          0  3.9027348       28.5
     1433       9  1.7061736        0.6       11.8          0  4.1321197       17.1
     1434      10 0.65237769          0        8.4          0  1.3002365       11.6
     1435      11 0.23899358        0.1        6.4          0 0.19922552        7.2
     1436      12 0.47856572          0        5.1          0 0.81219388        7.2
     1437      13 0.17317274          0          4          0 0.21773847        4.6
     1438      14 0.046766909          0        1.5          0 0.019152217        1.9
     1439      15 0.14620497          0        2.6          0 0.16005746        2.8
     1440      16  0.1361662          0        2.9          0 0.18761999        3.5
     1441      17 0.057464349          0        1.4          0 0.097477234        1.6
     1442      18 0.15249725          0        2.6          0 0.25934815        4.4
     1443      19 0.059155469          0        0.9          0 0.12496288        1.2
    12591444############################################################
    12601445Region : Calor-B
     
    12621447    gamma 2 mm     e- 2 mm     e+ 2 mm
    12631448 Energy deposition in an event :
    1264     Absorber 545.03641 MeV      Gap 233.08292 MeV
     1449    Absorber 644.54852 MeV      Gap 290.4572 MeV
    12651450 Number of secondaries in an event :
    1266     gamma in Absorber 29.6    in Gap 7.7
    1267     e-    in Absorber 161.7    in Gap 66.1
    1268     e+    in Absorber 1.2    in Gap 0.2
     1451    gamma in Absorber 56.8    in Gap 21.4
     1452    e-    in Absorber 301.8    in Gap 127.7
     1453    e+    in Absorber 2.9    in Gap 0.6
    12691454 Minimum kinetic energy of generated secondaries :
    1270     gamma in Absorber 9.6580869 keV    in Gap 3.9864913 keV
    1271     e-    in Absorber 1.6284719 eV     in Gap 3.4162088 eV
    1272     e+    in Absorber 739.24409 keV    in Gap 590.71186 keV
     1455    gamma in Absorber 9.6043116 keV    in Gap 4.0182349 keV
     1456    e-    in Absorber 0.75652783 eV     in Gap 15.292267 eV
     1457    e+    in Absorber 705.03674 keV    in Gap 1.6493791 MeV
    12731458 Total track length of e+/e- in an event :
    1274     Absorber 30.657948 cm       Gap 27.489847 cm
     1459    Absorber 53.475717 cm       Gap 58.083025 cm
    12751460 Total number of steps of e+/e- in an event :
    1276     Absorber 578.6      Gap 245
     1461    Absorber 654      Gap 321.1
    12771462------------------------------------------------------------
    12781463Scores in parallel geometry
    1279 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1280   0  745.87145  30.4  80.3  0.6  494.57436  421.6
    1281   1  15.834041  3.8  28  0.2  49.107632  99.8
    1282   2  7.4606699  1.3  25.3  0.3  18.351789  71.1
    1283   3  2.2510029  0.8  20.1  0  4.7076336  46.9
    1284   4  1.4655928  0.2  15.9  0.1  2.5659624  39.4
    1285   5  0.90503751  0.2  11.3  0.1  1.4804576  26.3
    1286   6  1.9238817  0.4  11.6  0.1  6.0870144  28.5
    1287   7  0.32922318  0  8  0  0.35002934  19.1
    1288   8  0.15790453  0  4.1  0  0.1155117  12.1
    1289   9  0.38149236  0  4.6  0  0.76360528  10.6
    1290   10  0.14194037  0  3.4  0  0.11394664  7.4
    1291   11  0.1520577  0  3.4  0  0.14508187  7.3
    1292   12  0.18417293  0  2.5  0  0.23908068  5.6
    1293   13  0.16792815  0  0.9  0  0.28120542  2.1
    1294   14  0.058731943  0  1.1  0  0.052643186  2.4
    1295   15  0.48765742  0.1  1.5  0  1.8022959  10.8
    1296   16  0.036249791  0  1.5  0  0.021226813  3.1
    1297   17  0.040685717  0  0.9  0  0.028401976  1.9
    1298   18  0.023557184  0.1  1.3  0  0.023745626  2.9
    1299   19  0.018137981  0  0.2  0  0.027665607  0.4
     1464layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1465       0  849.59909       58.5      128.3        2.2  850.08025      488.2
     1466       1  50.295041         12         65        0.5   167.0126      132.6
     1467       2  15.401118        3.7       49.6        0.5  53.516543       85.2
     1468       3  8.0030641        2.1       44.4        0.1  21.222404       68.3
     1469       4   3.522624        0.4       39.2        0.1  7.0572177       56.9
     1470       5  1.8137813        0.4         26          0  3.0195206       34.9
     1471       6   2.469596        0.7       21.1        0.1  6.8525219       28.7
     1472       7 0.88454044          0       14.9          0  1.7180253       18.3
     1473       8 0.63419043        0.1          7          0  1.4646315        8.9
     1474       9 0.22040072          0        7.1          0 0.17444839       11.1
     1475      10 0.50763872        0.1        6.5          0 0.67751306        9.1
     1476      11 0.58147752        0.1        6.5          0   1.327019       11.2
     1477      12 0.26817318          0        3.2          0 0.34952157        4.6
     1478      13 0.14701281          0        2.2          0 0.16269037        3.6
     1479      14 0.086104864          0        2.3          0 0.048881759        3.7
     1480      15 0.12909611          0          1          0 0.21795076        2.3
     1481      16 0.28433426          0        1.7          0 0.55264936        3.4
     1482      17 0.018534449          0        0.4          0 0.011142901        0.4
     1483      18 0.054443912          0        1.1          0 0.042223278        1.3
     1484      19 0.022865213        0.1        0.8          0 0.0095064265        1.1
    13001485############################################################
    13011486Region : Calor-C
     
    13031488    gamma 2 cm     e- 2 cm     e+ 2 cm
    13041489 Energy deposition in an event :
    1305     Absorber 1.9728777 GeV      Gap 845.7657 MeV
     1490    Absorber 557.09155 MeV      Gap 242.65764 MeV
    13061491 Number of secondaries in an event :
    1307     gamma in Absorber 345    in Gap 115.3
    1308     e-    in Absorber 2045.8    in Gap 813.3
    1309     e+    in Absorber 29.2    in Gap 7
     1492    gamma in Absorber 21.2    in Gap 7
     1493    e-    in Absorber 130.6    in Gap 52.5
     1494    e+    in Absorber 1.8    in Gap 0.1
    13101495 Minimum kinetic energy of generated secondaries :
    1311     gamma in Absorber 28.194187 keV    in Gap 10.41899 keV
    1312     e-    in Absorber 1.8306835 eV     in Gap 0.32559331 eV
    1313     e+    in Absorber 129.11332 keV    in Gap 694.91181 keV
     1496    gamma in Absorber 29.409961 keV    in Gap 10.638209 keV
     1497    e-    in Absorber 11.186443 eV     in Gap 22.292089 eV
     1498    e+    in Absorber 3.8164437 keV    in Gap 1.9813401 MeV
    13141499 Total track length of e+/e- in an event :
    1315     Absorber 3.2808063 m        Gap 3.202325 m
     1500    Absorber 22.508908 cm       Gap 22.3117 cm
    13161501 Total number of steps of e+/e- in an event :
    1317     Absorber 5921.7      Gap 2411.9
     1502    Absorber 246.5      Gap 110.2
    13181503------------------------------------------------------------
    13191504Scores in parallel geometry
    1320 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1321   0  2218.0454  352.6  526.2  26.7  4806.7567  2376.3
    1322   1  317.22902  66  444.7  5.2  969.78827  1388.6
    1323   2  115.07363  20.3  389.8  1.7  331.57352  1025.7
    1324   3  59.051334  8.2  323  0.8  148.47006  788.3
    1325   4  27.695388  3.8  260.8  0.5  63.508796  621.3
    1326   5  21.30806  2.8  205.2  0.3  40.909057  479.7
    1327   6  17.514228  2  162.1  0.3  42.654733  375.6
    1328   7  8.6210919  0.8  128.7  0  15.156701  298.4
    1329   8  9.2923847  1  98.9  0.1  17.077729  228.9
    1330   9  6.3567101  0.6  79  0.1  11.845066  180.9
    1331   10  3.6794056  0.2  56.3  0.2  6.8154458  133
    1332   11  2.6751218  0.4  42.8  0.1  4.4268525  105.6
    1333   12  4.138053  0.9  34.2  0.2  10.357185  83.4
    1334   13  1.7454492  0  23.8  0  3.0213127  57.5
    1335   14  1.7068572  0.2  21.5  0  2.640313  53.6
    1336   15  0.84192701  0.1  14.3  0  0.89934706  31.6
    1337   16  0.73088745  0.1  14.3  0  0.91864554  31.1
    1338   17  0.39489739  0  10.7  0  0.81040035  22.4
    1339   18  1.1747967  0.2  8.9  0  3.3274119  20.3
    1340   19  0.20611699  0  4.7  0  0.1726843  9.7
     1505layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1506       0  761.02691       22.1       31.8        1.4  334.50562      114.6
     1507       1  13.440737        2.7         22        0.2  43.330051       43.3
     1508       2  10.266518        1.3       25.2        0.1  29.002486       46.7
     1509       3  5.3774064        0.8       22.4          0  14.458065       40.2
     1510       4  1.3345287        0.3       16.7        0.1  2.3301163       25.3
     1511       5  2.2689459        0.3       16.2          0  4.3236159       21.7
     1512       6  1.8109453        0.2       13.3          0  6.6926881       17.1
     1513       7 0.95403651          0        7.1          0  3.6214862       10.7
     1514       8  1.1841253        0.1        7.1          0  3.8703438       10.4
     1515       9 0.30559952        0.2        6.9        0.1 0.30229191        7.9
     1516      10  0.1832361          0        3.8          0   0.126035        4.7
     1517      11 0.060716706          0          2          0 0.046223815        2.2
     1518      12 0.26702437          0        1.7          0 0.53933449        2.3
     1519      13 0.056576999          0        1.5          0 0.03700843        1.6
     1520      14 0.21774499          0        1.6          0 0.34203563        2.1
     1521      15 0.020417368          0          1          0 0.0096239936        1.1
     1522      16 0.029398751          0        0.7          0 0.034212397        0.7
     1523      17 0.52882242        0.1        1.3          0  2.7974394        2.3
     1524      18 0.014757654          0        0.2          0 0.0085332973        0.4
     1525      19 0.006064754          0        0.1          0 0.0026535933        0.2
    13411526############################################################
    1342 
     1527CPU Time spent by each region0x2a992bb588
    13431528Region <DefaultRegionForTheWorld>
    13441529 All particles : User=0  Real=0  Sys=0
     
    13461531
    13471532Region <Calor-A>
    1348  All particles : User=0.25  Real=0.24  Sys=0.02
    1349  e+ / e-       : User=0.18  Real=0.15  Sys=0.02
     1533 All particles : User=0.25  Real=0.28  Sys=0.01
     1534 e+ / e-       : User=0.13  Real=0.13  Sys=0.01
    13501535
    13511536Region <Calor-B>
    1352  All particles : User=0.2  Real=0.13  Sys=0
    1353  e+ / e-       : User=0.14  Real=0.09  Sys=0.01
     1537 All particles : User=0.17  Real=0.21  Sys=0.01
     1538 e+ / e-       : User=0.1  Real=0.09  Sys=0
    13541539
    13551540Region <Calor-C>
    1356  All particles : User=1.89  Real=1.83  Sys=0.1
    1357  e+ / e-       : User=0.83  Real=0.82  Sys=0.07
     1541 All particles : User=0.08  Real=0.11  Sys=0
     1542 e+ / e-       : User=0.03  Real=0.08  Sys=0
    13581543
    13591544/run/dumpCouples
     
    13631548Index : 0     used in the geometry : Yes     recalculation needed : No
    13641549 Material : Galactic
    1365  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1366  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     1550 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1551 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    13671552 Region(s) which use this couple :
    13681553    DefaultRegionForTheWorld
     
    13701555Index : 1     used in the geometry : No      recalculation needed : No
    13711556 Material : Lead
    1372  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1373  Energy thresholds :  gamma 47.18466 keV    e- 383.06537 keV    e+ 364.65944 keV
     1557 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1558 Energy thresholds :  gamma  47.180687 keV    e-  384.00041 keV    e+  371.31224 keV proton 20 keV
    13741559
    13751560Index : 2     used in the geometry : No      recalculation needed : No
    13761561 Material : liquidArgon
    1377  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1378  Energy thresholds :  gamma 2.7857637 keV    e- 123.42635 keV    e+ 121.91623 keV
     1562 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1563 Energy thresholds :  gamma  2.8054364 keV    e-  124.17271 keV    e+  122.51498 keV proton 20 keV
    13791564
    13801565Index : 3     used in the geometry : No      recalculation needed : No
    13811566 Material : Lead
    1382  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1383  Energy thresholds :  gamma 120.58859 keV    e- 2.6139957 MeV    e+ 2.4278772 MeV
     1567 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1568 Energy thresholds :  gamma  120.87938 keV    e-  2.6420253 MeV    e+  2.4373346 MeV proton 200 keV
    13841569
    13851570Index : 4     used in the geometry : No      recalculation needed : No
    13861571 Material : liquidArgon
    1387  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1388  Energy thresholds :  gamma 8.590436 keV    e- 561.06092 keV    e+ 540.71814 keV
     1572 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1573 Energy thresholds :  gamma  8.7342264 keV    e-  567.02713 keV    e+  540.97157 keV proton 200 keV
    13891574
    13901575Index : 5     used in the geometry : No      recalculation needed : No
    13911576 Material : Lead
    1392  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1393  Energy thresholds :  gamma 419.68872 keV    e- 35.541271 MeV    e+ 33.010705 MeV
     1577 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1578 Energy thresholds :  gamma  419.05594 keV    e-  35.119945 MeV    e+  32.617487 MeV proton 2 MeV
    13941579
    13951580Index : 6     used in the geometry : No      recalculation needed : No
    13961581 Material : liquidArgon
    1397  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1398  Energy thresholds :  gamma 26.979787 keV    e- 4.2771968 MeV    e+ 3.9726571 MeV
     1582 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1583 Energy thresholds :  gamma  27.010336 keV    e-  4.2289344 MeV    e+  4.007588 MeV proton 2 MeV
    13991584
    14001585Index : 7     used in the geometry : Yes     recalculation needed : No
    14011586 Material : Aluminium
    1402  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1403  Energy thresholds :  gamma 3.2133001 keV    e- 199.48758 keV    e+ 194.63599 keV
     1587 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1588 Energy thresholds :  gamma  3.2524236 keV    e-  200.09609 keV    e+  196.10251 keV proton 20 keV
    14041589 Region(s) which use this couple :
    14051590    Calor-A
     
    14071592Index : 8     used in the geometry : Yes     recalculation needed : No
    14081593 Material : Water
    1409  Range cuts        :  gamma 200 um     e- 200 um     e+ 200 um
    1410  Energy thresholds :  gamma 1.47052 keV    e- 126.50293 keV    e+ 124.95517 keV
     1594 Range cuts        :  gamma  200 um     e-  200 um     e+  200 um  proton 200 um
     1595 Energy thresholds :  gamma  1.4816455 keV    e-  128.41583 keV    e+  125.85287 keV proton 20 keV
    14111596 Region(s) which use this couple :
    14121597    Calor-A
     
    14141599Index : 9     used in the geometry : Yes     recalculation needed : No
    14151600 Material : Aluminium
    1416  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1417  Energy thresholds :  gamma 9.5619691 keV    e- 1.0256085 MeV    e+ 976.32895 keV
     1601 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1602 Energy thresholds :  gamma  9.5958453 keV    e-  1.0312145 MeV    e+  977.23981 keV proton 200 keV
    14181603 Region(s) which use this couple :
    14191604    Calor-B
     
    14211606Index : 10     used in the geometry : Yes     recalculation needed : No
    14221607 Material : Water
    1423  Range cuts        :  gamma 2 mm     e- 2 mm     e+ 2 mm
    1424  Energy thresholds :  gamma 3.8944955 keV    e- 568.01052 keV    e+ 547.41576 keV
     1608 Range cuts        :  gamma  2 mm     e-  2 mm     e+  2 mm  proton 2 mm
     1609 Energy thresholds :  gamma  3.9257685 keV    e-  570.85042 keV    e+  548.29137 keV proton 200 keV
    14251610 Region(s) which use this couple :
    14261611    Calor-B
     
    14281613Index : 11     used in the geometry : Yes     recalculation needed : No
    14291614 Material : Aluminium
    1430  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1431  Energy thresholds :  gamma 28.180732 keV    e- 9.404294 MeV    e+ 8.7347011 MeV
     1615 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1616 Energy thresholds :  gamma  28.121656 keV    e-  9.4721636 MeV    e+  8.8565451 MeV proton 2 MeV
    14321617 Region(s) which use this couple :
    14331618    Calor-C
     
    14351620Index : 12     used in the geometry : Yes     recalculation needed : No
    14361621 Material : Water
    1437  Range cuts        :  gamma 2 cm     e- 2 cm     e+ 2 cm
    1438  Energy thresholds :  gamma 10.314103 keV    e- 4.1731742 MeV    e+ 3.9726571 MeV
     1622 Range cuts        :  gamma  2 cm     e-  2 cm     e+  2 cm  proton 2 cm
     1623 Energy thresholds :  gamma  10.401718 keV    e-  4.2289344 MeV    e+  3.9540859 MeV proton 2 MeV
    14391624 Region(s) which use this couple :
    14401625    Calor-C
     
    14541639 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    14551640 Materials : Galactic
    1456  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     1641 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    14571642
    14581643Region <Calor-A> -- appears in <World> world volume
     
    14601645 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    14611646 Materials : Aluminium Water
    1462  Production cuts :  gamma 10 um     e- 10 um     e+ 10 um
     1647 Production cuts :   gamma 10 um      e- 10 um      e+ 10 um  proton 10 um
    14631648
    14641649Region <Calor-B> -- appears in <World> world volume
     
    14661651 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    14671652 Materials : Aluminium Water
    1468  Production cuts :  gamma 100 um     e- 100 um     e+ 100 um
     1653 Production cuts :   gamma 100 um      e- 100 um      e+ 100 um  proton 100 um
    14691654
    14701655Region <Calor-C> -- appears in <World> world volume
     
    14721657 Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0]
    14731658 Materials : Aluminium Water
    1474  Production cuts :  gamma 1 mm     e- 1 mm     e+ 1 mm
     1659 Production cuts :   gamma 1 mm      e- 1 mm      e+ 1 mm  proton 1 mm
    14751660/run/beamOn 10
    14761661
    1477 conv:  Total cross sections has a good parametrisation from 1.5 MeV to 100 GeV for all Z;
    1478       sampling secondary e+e- according Bethe-Heitler model
    1479       tables are built for  gamma
    1480       Lambda tables from 1.0219981 MeV to 100 GeV in 100 bins.
    1481 
    1482 compt:  Total cross sections has a good parametrisation from 10 KeV to (100/Z) GeV
    1483       Sampling according Klein-Nishina model
    1484       tables are built for  gamma
    1485       Lambda tables from 100 eV  to 100 GeV in 90 bins.
    1486 
    1487 phot:  Total cross sections from Sandia parametrisation.
    1488       Sampling according PhotoElectric model
    1489 
    1490 msc:  Model variant of multiple scattering for e-
    1491       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1492       LateralDisplacementFlag=  1   Skin= 0
    1493       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1494 
    1495 eIoni:   tables are built for  e-
    1496       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1497       Lambda tables from threshold to 100 TeV in 120 bins.
    1498       Delta cross sections and sampling from MollerBhabha model
    1499       Good description from 1 KeV to 100 GeV.
    1500       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1501 
    1502 eBrem:   tables are built for  e-
    1503       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1504       Lambda tables from threshold to 100 TeV in 120 bins.
    1505       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    1506       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    1507 
    1508 eIoni:   tables are built for  e+
    1509       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1510       Lambda tables from threshold to 100 TeV in 120 bins.
    1511       Delta cross sections and sampling from MollerBhabha model
    1512       Good description from 1 KeV to 100 GeV.
    1513       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1514 
    1515 eBrem:   tables are built for  e+
    1516       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1517       Lambda tables from threshold to 100 TeV in 120 bins.
    1518       Total cross sections and sampling from StandBrem model (based on the EEDL data library)
    1519       Good description from 1 KeV to 100 GeV, log scale extrapolation above 100 GeV. LPM flag 1
    1520 
    1521 annihil:       Sampling according eplus2gg model
    1522       tables are built for  e+
    1523       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1524 
    1525 hIoni:   tables are built for  proton
    1526       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1527       Lambda tables from threshold to 100 TeV in 120 bins.
    1528       Scaling relation is used from proton dE/dx and range.
    1529       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    1530       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1531       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1532 
    1533 msc:  Model variant of multiple scattering for proton
    1534       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1535       LateralDisplacementFlag=  1   Skin= 0
    1536       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1537 
    1538 hIoni:   tables are built for  anti_proton
    1539       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1540       Lambda tables from threshold to 100 TeV in 120 bins.
    1541       Scaling relation is used from proton dE/dx and range.
    1542       Delta cross sections and sampling from BetheBloch model for scaled energy > 2 MeV
    1543       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1544       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1545 
    1546 muIoni:   tables are built for  mu+
    1547       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1548       Lambda tables from threshold to 100 TeV in 120 bins.
    1549       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    1550       radiative corrections for E > 1 GeV
    1551       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1552 
    1553 msc:  Model variant of multiple scattering for mu+
    1554       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1555       LateralDisplacementFlag=  1   Skin= 0
    1556       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
    1557 
    1558 muBrems:   tables are built for  mu+
    1559       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1560       Lambda tables from threshold to 100 TeV in 120 bins.
    1561       Parametrised model
    1562 
    1563 muPairProd:   tables are built for  mu+
    1564       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1565       Lambda tables from threshold to 100 TeV in 120 bins.
    1566       Parametrised model
    1567 
    1568 muIoni:   tables are built for  mu-
    1569       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1570       Lambda tables from threshold to 100 TeV in 120 bins.
    1571       Bether-Bloch model for E > 0.2 MeV, parametrisation of Bragg peak below,
    1572       radiative corrections for E > 1 GeV
    1573       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1574 
    1575 muBrems:   tables are built for  mu-
    1576       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1577       Lambda tables from threshold to 100 TeV in 120 bins.
    1578       Parametrised model
    1579 
    1580 muPairProd:   tables are built for  mu-
    1581       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1582       Lambda tables from threshold to 100 TeV in 120 bins.
    1583       Parametrised model
    1584 
    1585 hIoni:   tables are built for  pi+
    1586       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1587       Lambda tables from threshold to 100 TeV in 120 bins.
    1588       Scaling relation is used from proton dE/dx and range.
    1589       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    1590       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1591       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1592 
    1593 hIoni:   tables are built for  pi-
    1594       dE/dx and range tables from 100 eV  to 100 TeV in 120 bins.
    1595       Lambda tables from threshold to 100 TeV in 120 bins.
    1596       Scaling relation is used from proton dE/dx and range.
    1597       Delta cross sections and sampling from BetheBloch model for scaled energy > 0.29750425 MeV
    1598       Parametrisation from Bragg for protons below. NuclearStopping= 1
    1599       Step function: finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1
    1600 
    1601 msc:  Model variant of multiple scattering for pi-
    1602       Lambda tables from 100 eV  to 100 TeV in 120 bins.
    1603       LateralDisplacementFlag=  1   Skin= 0
    1604       Boundary/stepping algorithm is active with RangeFactor= 0.02  Step limit type 1
     1662conv:   for  gamma    SubType= 14
     1663      Lambda tables from 1.0219978 MeV to 10 TeV in 77 bins, spline: 1
     1664      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1665       Bethe-Heitler :     Emin=          0 eV         Emax=   10 TeV
     1666
     1667compt:   for  gamma    SubType= 13
     1668      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1669      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1670       Klein-Nishina :     Emin=          0 eV         Emax=   10 TeV
     1671
     1672phot:   for  gamma    SubType= 12
     1673      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1674       PhotoElectric :     Emin=          0 eV         Emax=   10 TeV
     1675
     1676msc:   for e-    SubType= 10
     1677      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1678      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1679      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1680          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1681
     1682eIoni:   for  e-    SubType= 2
     1683      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1684      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1685      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1686      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1687        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     1688
     1689eBrem:   for  e-    SubType= 3
     1690      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1691      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1692      LPM flag: 1 for E > 1 GeV
     1693      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1694               eBrem :     Emin=          0 eV         Emax=   1 GeV
     1695            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     1696
     1697eIoni:   for  e+    SubType= 2
     1698      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1699      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1700      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1701      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1702        MollerBhabha :     Emin=          0 eV         Emax=   10 TeV
     1703
     1704eBrem:   for  e+    SubType= 3
     1705      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1706      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1707      LPM flag: 1 for E > 1 GeV
     1708      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1709               eBrem :     Emin=          0 eV         Emax=   1 GeV
     1710            eBremRel :     Emin=          1 GeV        Emax=   10 TeV
     1711
     1712annihil:   for  e+    SubType= 5
     1713      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1714      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1715            eplus2gg :     Emin=          0 eV         Emax=   10 TeV
     1716
     1717hIoni:   for  proton    SubType= 2
     1718      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1719      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1720      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1721      NuclearStopping= 1
     1722      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1723               Bragg :     Emin=          0 eV         Emax=   2 MeV
     1724          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     1725
     1726msc:   for proton    SubType= 10
     1727      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1728      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1729      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1730          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1731
     1732hIoni:   for  anti_proton    SubType= 2
     1733      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1734      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1735      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1736      NuclearStopping= 1
     1737      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1738               Bragg :     Emin=          0 eV         Emax=   2 MeV
     1739          BetheBloch :     Emin=          2 MeV        Emax=   10 TeV
     1740
     1741hIoni:   for  kaon+    SubType= 2
     1742      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1743      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1744      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1745      NuclearStopping= 0
     1746      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1747               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     1748          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     1749
     1750hIoni:   for  kaon-    SubType= 2
     1751      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1752      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1753      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1754      NuclearStopping= 0
     1755      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1756               Bragg :     Emin=          0 eV         Emax=   1.052311 MeV
     1757          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
     1758
     1759muIoni:   for  mu+    SubType= 2
     1760      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1761      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1762      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1763      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1764               Bragg :     Emin=          0 eV         Emax=   200 keV
     1765          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     1766        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     1767
     1768msc:   for mu+    SubType= 10
     1769      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1770      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1771      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1772          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
     1773
     1774muBrems:   for  mu+    SubType= 3
     1775      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1776      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1777      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1778              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     1779
     1780muPairProd:   for  mu+    SubType= 4
     1781      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1782      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1783      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1784          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     1785
     1786muIoni:   for  mu-    SubType= 2
     1787      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1788      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1789      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1790      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1791               Bragg :     Emin=          0 eV         Emax=   200 keV
     1792          BetheBloch :     Emin=        200 keV        Emax=   1 GeV
     1793        MuBetheBloch :     Emin=          1 GeV        Emax=   10 TeV
     1794
     1795muBrems:   for  mu-    SubType= 3
     1796      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1797      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1798      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1799              MuBrem :     Emin=          0 eV         Emax=   10 TeV
     1800
     1801muPairProd:   for  mu-    SubType= 4
     1802      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1803      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1804      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1805          muPairProd :     Emin=          0 eV         Emax=   10 TeV
     1806
     1807hIoni:   for  pi+    SubType= 2
     1808      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1809      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1810      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1811      NuclearStopping= 0
     1812      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1813               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     1814          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     1815
     1816hIoni:   for  pi-    SubType= 2
     1817      dE/dx and range tables from 100 eV  to 10 TeV in 77 bins
     1818      Lambda tables from threshold to 10 TeV in 77 bins, spline: 1
     1819      finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01
     1820      NuclearStopping= 0
     1821      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1822               Bragg :     Emin=          0 eV         Emax=   297.50434 keV
     1823          BetheBloch :     Emin=  297.50434 keV        Emax=   10 TeV
     1824
     1825msc:   for pi-    SubType= 10
     1826      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     1827      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
     1828      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     1829          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    16051830
    16061831========= Table of registered couples ==============================
     
    16081833Index : 0     used in the geometry : Yes     recalculation needed : No
    16091834 Material : Galactic
    1610  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1611  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     1835 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1836 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    16121837 Region(s) which use this couple :
    16131838    DefaultRegionForTheWorld
     
    16151840Index : 1     used in the geometry : No      recalculation needed : No
    16161841 Material : Lead
    1617  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1618  Energy thresholds :  gamma 5.9738914 keV    e- 57.5352 keV    e+ 56.831257 keV
     1842 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     1843 Energy thresholds :  gamma  5.9950011 keV    e-  58.108185 keV    e+  56.948443 keV proton 1 keV
    16191844
    16201845Index : 2     used in the geometry : No      recalculation needed : No
    16211846 Material : liquidArgon
    1622  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1623  Energy thresholds :  gamma 990 eV     e- 14.229282 keV    e+ 13.910003 keV
     1847 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     1848 Energy thresholds :  gamma  990 eV     e-  14.595052 keV    e+  14.233931 keV proton 1 keV
    16241849
    16251850Index : 3     used in the geometry : No      recalculation needed : No
    16261851 Material : Lead
    1627  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1628  Energy thresholds :  gamma 29.3406 keV    e- 239.94475 keV    e+ 231.24491 keV
     1852 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     1853 Energy thresholds :  gamma  29.476118 keV    e-  241.52172 keV    e+  231.97719 keV proton 10 keV
    16291854
    16301855Index : 4     used in the geometry : No      recalculation needed : No
    16311856 Material : liquidArgon
    1632  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1633  Energy thresholds :  gamma 1.9852965 keV    e- 82.220106 keV    e+ 81.214144 keV
     1857 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     1858 Energy thresholds :  gamma  1.9980986 keV    e-  82.413535 keV    e+  81.861568 keV proton 10 keV
    16341859
    16351860Index : 5     used in the geometry : No      recalculation needed : No
    16361861 Material : Lead
    1637  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1638  Energy thresholds :  gamma 100.51071 keV    e- 1.3781428 MeV    e+ 1.280018 MeV
     1862 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1863 Energy thresholds :  gamma  101.84292 keV    e-  1.367494 MeV    e+  1.2786173 MeV proton 100 keV
    16391864
    16401865Index : 6     used in the geometry : No      recalculation needed : No
    16411866 Material : liquidArgon
    1642  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1643  Energy thresholds :  gamma 6.1783498 keV    e- 342.89066 keV    e+ 334.55147 keV
     1867 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1868 Energy thresholds :  gamma  6.1998573 keV    e-  344.85452 keV    e+  333.45981 keV proton 100 keV
    16441869
    16451870Index : 7     used in the geometry : Yes     recalculation needed : No
    16461871 Material : Aluminium
    1647  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1648  Energy thresholds :  gamma 990 eV     e- 33.887552 keV    e+ 33.472938 keV
     1872 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     1873 Energy thresholds :  gamma  990 eV     e-  34.172517 keV    e+  33.943645 keV proton 1 keV
    16491874 Region(s) which use this couple :
    16501875    Calor-A
     
    16521877Index : 8     used in the geometry : Yes     recalculation needed : No
    16531878 Material : Water
    1654  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1655  Energy thresholds :  gamma 990 eV     e- 13.944737 keV    e+ 13.581031 keV
     1879 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     1880 Energy thresholds :  gamma  990 eV     e-  14.087402 keV    e+  14.087402 keV proton 1 keV
    16561881 Region(s) which use this couple :
    16571882    Calor-A
     
    16591884Index : 9     used in the geometry : Yes     recalculation needed : No
    16601885 Material : Aluminium
    1661  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1662  Energy thresholds :  gamma 2.3144796 keV    e- 129.65621 keV    e+ 128.06986 keV
     1886 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     1887 Energy thresholds :  gamma  2.3477971 keV    e-  131.03099 keV    e+  128.41583 keV proton 10 keV
    16631888 Region(s) which use this couple :
    16641889    Calor-B
     
    16661891Index : 10     used in the geometry : Yes     recalculation needed : No
    16671892 Material : Water
    1668  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1669  Energy thresholds :  gamma 1.09571 keV    e- 84.269564 keV    e+ 83.238528 keV
     1893 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     1894 Energy thresholds :  gamma  1.1098121 keV    e-  84.658874 keV    e+  83.52866 keV proton 10 keV
    16701895 Region(s) which use this couple :
    16711896    Calor-B
     
    16731898Index : 11     used in the geometry : Yes     recalculation needed : No
    16741899 Material : Aluminium
    1675  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1676  Energy thresholds :  gamma 6.8873065 keV    e- 596.68045 keV    e+ 568.01052 keV
     1900 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1901 Energy thresholds :  gamma  6.9036292 keV    e-  598.34507 keV    e+  570.85042 keV proton 100 keV
    16771902 Region(s) which use this couple :
    16781903    Calor-C
     
    16801905Index : 12     used in the geometry : Yes     recalculation needed : No
    16811906 Material : Water
    1682  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1683  Energy thresholds :  gamma 2.9018564 keV    e- 347.13789 keV    e+ 338.6954 keV
     1907 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     1908 Energy thresholds :  gamma  2.9405585 keV    e-  351.8774 keV    e+  342.54485 keV proton 100 keV
    16841909 Region(s) which use this couple :
    16851910    Calor-C
     
    16911916Run Summary
    16921917  Number of events processed : 10
    1693   User=1.9s Real=2.06s Sys=0.16s
     1918  User=1.49s Real=1.6s Sys=0.12s
    16941919############################################################
    16951920 Run Summary - Number of events : 10
     
    16991924    gamma 10 um     e- 10 um     e+ 10 um
    17001925 Energy deposition in an event :
    1701     Absorber 578.14973 MeV      Gap 249.27044 MeV
     1926    Absorber 530.11311 MeV      Gap 231.89527 MeV
    17021927 Number of secondaries in an event :
    1703     gamma in Absorber 66.8    in Gap 12.8
    1704     e-    in Absorber 1055.4    in Gap 971.9
    1705     e+    in Absorber 2.2    in Gap 0.2
     1928    gamma in Absorber 47.3    in Gap 11.2
     1929    e-    in Absorber 935.1    in Gap 875.6
     1930    e+    in Absorber 0.6    in Gap 0.1
    17061931 Minimum kinetic energy of generated secondaries :
    1707     gamma in Absorber 1.0197851 keV    in Gap 1.0270454 keV
    1708     e-    in Absorber 15.618945 eV     in Gap 27.655751 eV
    1709     e+    in Absorber 524.36768 keV    in Gap 2.1397266 MeV
     1932    gamma in Absorber 1.0380559 keV    in Gap 1.0388094 keV
     1933    e-    in Absorber 1.125865 eV     in Gap 10.307311 eV
     1934    e+    in Absorber 443.84556 keV    in Gap 625.94462 keV
    17101935 Total track length of e+/e- in an event :
    1711     Absorber 48.902878 cm       Gap 42.84449 cm
     1936    Absorber 36.685745 cm       Gap 33.914167 cm
    17121937 Total number of steps of e+/e- in an event :
    1713     Absorber 2768.3      Gap 2418.7
     1938    Absorber 1461.8      Gap 1272.6
    17141939------------------------------------------------------------
    17151940Scores in parallel geometry
    1716 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1717   0  787.09512  67.1  1766.4  1.7  795.14791  4480.8
    1718   1  26.358996  8.5  100.3  0.4  91.620454  314
    1719   2  5.9228643  1.9  38.3  0.2  17.425879  103.3
    1720   3  1.8338768  0.2  27.6  0  2.7088185  62
    1721   4  1.292527  0  23.4  0  1.9763477  51.4
    1722   5  0.6051969  0.1  14.5  0.1  0.66393031  34.4
    1723   6  1.8472987  1  14.4  0  4.6952565  42.8
    1724   7  0.47107411  0.1  9.8  0  0.59730691  22.8
    1725   8  0.30539685  0  6.7  0  0.30132357  14.8
    1726   9  0.57318886  0.2  6.8  0  0.98276211  16
    1727   10  0.28893888  0.1  6.5  0  0.38652705  15.9
    1728   11  0.39750077  0.4  5.4  0  0.49260428  13.1
    1729   12  0.17608997  0  2.4  0  0.22069119  5.3
    1730   13  0.049659835  0  1.7  0  0.038016202  3.6
    1731   14  0.03868207  0  0.7  0  0.028238365  1.6
    1732   15  0.0055278835  0  0.4  0  0.0015691298  0.9
    1733   16  0.055323746  0  0.8  0  0.062409533  1.7
    1734   17  0.053891899  0  0.5  0  0.05262429  1
    1735   18  0.0031993734  0  0.2  0  0.00089896276  0.4
    1736   19  0.033502488  0  0.4  0  0.048744605  1
     1941layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1942       0  728.61476       48.1     1619.9        0.4  597.08712     2393.6
     1943       1  21.954176        7.9         79        0.1  78.015584        181
     1944       2  4.5781444        1.3       30.7          0   14.92976       50.6
     1945       3  2.7195896        0.5       25.5        0.1  7.1164668         36
     1946       4 0.93106929          0       10.1          0  1.7446344         14
     1947       5  1.3641276        0.3       10.7          0    3.98476       15.3
     1948       6 0.75536777        0.2        7.9        0.1  2.0927924       11.6
     1949       7 0.21398052          0        8.1          0 0.12159986        9.3
     1950       8 0.22508624        0.1        5.3          0 0.17976188        6.1
     1951       9   0.236647          0        4.2          0 0.27639159        5.6
     1952      10 0.019408404          0        1.1          0 0.010532547        1.1
     1953      11 0.053115174          0        1.6          0 0.028910098        2.1
     1954      12 0.04645408          0        1.4          0 0.023727396        1.7
     1955      13 0.044567753          0        0.9          0 0.025204696        1.1
     1956      14 0.013480176          0        0.6          0 0.0071222828        0.6
     1957      15 0.01232232          0        0.9          0 0.0037196092          1
     1958      16 0.052130922          0        0.6          0 0.16286594        0.8
     1959      17 0.021783432          0        0.7          0 0.0099843554        0.9
     1960      18 0.10759178          0        1.1          0 0.12575195        1.3
     1961      19 0.044578758        0.1        0.4          0 0.052433095        0.7
    17371962############################################################
    17381963Region : Calor-B
     
    17401965    gamma 100 um     e- 100 um     e+ 100 um
    17411966 Energy deposition in an event :
    1742     Absorber 607.33115 MeV      Gap 261.81241 MeV
     1967    Absorber 960.48795 MeV      Gap 423.94412 MeV
    17431968 Number of secondaries in an event :
    1744     gamma in Absorber 63.5    in Gap 16.6
    1745     e-    in Absorber 467.2    in Gap 231
    1746     e+    in Absorber 1.7    in Gap 0.5
     1969    gamma in Absorber 177.3    in Gap 53.4
     1970    e-    in Absorber 971.1    in Gap 491.8
     1971    e+    in Absorber 8.5    in Gap 2.6
    17471972 Minimum kinetic energy of generated secondaries :
    1748     gamma in Absorber 2.351354 keV    in Gap 1.1242934 keV
    1749     e-    in Absorber 30.291841 eV     in Gap 38.277017 eV
    1750     e+    in Absorber 1.3818117 MeV    in Gap 4.35725 MeV
     1973    gamma in Absorber 2.3736024 keV    in Gap 1.1766347 keV
     1974    e-    in Absorber 4.3251274 eV     in Gap 7.4099028 eV
     1975    e+    in Absorber 134.5413 keV    in Gap 199.00689 keV
    17511976 Total track length of e+/e- in an event :
    1752     Absorber 54.085869 cm       Gap 48.050561 cm
     1977    Absorber 1.4165517 m        Gap 1.3663935 m
    17531978 Total number of steps of e+/e- in an event :
    1754     Absorber 1458.7      Gap 727.3
     1979    Absorber 2048.2      Gap 1045.1
    17551980------------------------------------------------------------
    17561981Scores in parallel geometry
    1757 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1758   0  797.3685  61.8  401.5  1.2  808.19688  1375
    1759   1  40.367301  12.8  71.5  0.8  129.38143  245.4
    1760   2  9.5682359  1.7  46.7  0  30.13862  123.2
    1761   3  7.7260378  1.8  42  0.1  21.756355  111.5
    1762   4  3.840517  0.7  32  0  9.0110164  79.2
    1763   5  2.4568587  0.7  26.6  0.1  4.8656073  69.7
    1764   6  1.819972  0.2  20.3  0  3.9093887  47.9
    1765   7  0.77819106  0  12  0  1.278411  29
    1766   8  0.60165885  0.1  9.1  0  0.76706787  20.6
    1767   9  1.0644147  0.1  7.4  0  2.0883554  16.5
    1768   10  1.9089365  0.2  7  0  7.2231376  18.8
    1769   11  0.35176778  0  5.3  0  0.49657814  11.3
    1770   12  0.12282679  0  3.1  0  0.11085266  6.6
    1771   13  0.11762343  0  3.6  0  0.080712877  7.7
    1772   14  0.34385193  0  2.8  0  0.67034214  7
    1773   15  0.075675805  0  1.9  0  0.076965169  3.9
    1774   16  0.51943096  0  2.3  0  1.2210653  6.3
    1775   17  0.018471556  0  0.6  0  0.0087257682  1.2
    1776   18  0.011870757  0  0.6  0  0.0055695396  1.2
    1777   19  0.036329127  0  1  0  0.039816099  2.2
     1982layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     1983       0  1222.9009      187.1      728.6        8.7  2300.8902     1865.6
     1984       1  89.785547       27.5      183.9        1.4  295.90795      404.2
     1985       2  31.017741        8.8      125.1        0.3  91.531102        220
     1986       3  11.999607        3.2       93.5        0.2  31.460608      145.5
     1987       4  6.3572876        0.6       77.3        0.1  12.864399        101
     1988       5   6.971764        1.8       62.6        0.2  17.492782       88.9
     1989       6  4.0520049        0.2       44.8          0  9.0091028       64.1
     1990       7  2.1309558        0.2       30.8        0.1  3.5289186       44.2
     1991       8  2.6368782        0.3       24.4          0  5.6898601       30.9
     1992       9  1.1377077          0       21.7          0  1.4408026       28.9
     1993      10 0.59888492          0       17.1          0 0.62358536       25.2
     1994      11  1.0156332        0.1       16.2          0   2.644839       19.5
     1995      12 0.77676388        0.1       11.3          0  1.2854231       13.8
     1996      13 0.43592581          0        8.9          0 0.51646478       10.3
     1997      14 0.34389353          0        4.1          0 0.84282172        9.3
     1998      15 0.15407423          0        2.9          0 0.18176145          4
     1999      16 0.26535751        0.1        2.7          0 0.80532002        3.5
     2000      17  1.2647374        0.4        3.1        0.1  3.7675297        8.3
     2001      18 0.43058077        0.3        1.5          0  2.2443922        2.8
     2002      19 0.029035373          0          1          0 0.013614028        1.1
    17782003############################################################
    17792004Region : Calor-C
     
    17812006    gamma 1 mm     e- 1 mm     e+ 1 mm
    17822007 Energy deposition in an event :
    1783     Absorber 528.69012 MeV      Gap 228.75568 MeV
     2008    Absorber 583.23027 MeV      Gap 258.04904 MeV
    17842009 Number of secondaries in an event :
    1785     gamma in Absorber 28.1    in Gap 9.1
    1786     e-    in Absorber 148.3    in Gap 74
    1787     e+    in Absorber 0.7    in Gap 0.1
     2010    gamma in Absorber 40.1    in Gap 12.1
     2011    e-    in Absorber 219.6    in Gap 96.8
     2012    e+    in Absorber 1    in Gap 0.4
    17882013 Minimum kinetic energy of generated secondaries :
    1789     gamma in Absorber 7.1439883 keV    in Gap 2.9864505 keV
    1790     e-    in Absorber 60.942448 eV     in Gap 81.006416 eV
    1791     e+    in Absorber 126.2476 keV    in Gap 4.40672 MeV
     2014    gamma in Absorber 7.5651449 keV    in Gap 3.0119151 keV
     2015    e-    in Absorber 3.6287376 eV     in Gap 5.2479935 eV
     2016    e+    in Absorber 923.71787 keV    in Gap 9.5818622 MeV
    17922017 Total track length of e+/e- in an event :
    1793     Absorber 29.778757 cm       Gap 26.488159 cm
     2018    Absorber 42.274939 cm       Gap 42.448108 cm
    17942019 Total number of steps of e+/e- in an event :
    1795     Absorber 569.4      Gap 294.9
     2020    Absorber 521.2      Gap 270.4
    17962021------------------------------------------------------------
    17972022Scores in parallel geometry
    1798 layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt
    1799   0  731.06206  31.3  105.6  0.5  488.8535  549.2
    1800   1  13.704376  3.3  27.5  0.2  42.59741  87.5
    1801   2  4.7314833  1.1  20.3  0  13.113883  58.8
    1802   3  4.0686259  1.1  16.8  0.1  10.398073  47.4
    1803   4  0.71071134  0.1  11.3  0  1.2733709  26.3
    1804   5  0.79374043  0.2  9.9  0  1.4115051  24.5
    1805   6  0.45530356  0  7.6  0  1.3117441  17.6
    1806   7  0.40620153  0  5.9  0  0.99265578  13.8
    1807   8  0.25830495  0  1.7  0  0.47207567  4.4
    1808   9  0.25889029  0.1  2.4  0  0.48252543  5.4
    1809   10  0.21710008  0  2.2  0  0.55925957  5.5
    1810   11  0.12312696  0  2.2  0  0.13910258  4.5
    1811   12  0.076083887  0  1.5  0  0.081035561  3.2
    1812   13  0.018962946  0  0.5  0  0.014404915  1.2
    1813   14  0.031076124  0  0.8  0  0.032698952  1.6
    1814   15  0.077893006  0  1.6  0  0.068178429  3.6
    1815   16  0.10355429  0  0.9  0  0.17915936  2
    1816   17  0.099338017  0  1  0  0.32764539  2.1
    1817   18  0.095584662  0  0.5  0  0.15617516  1.2
    1818   19  0.099628515  0  0.8  0  0.17186321  1.8
     2023layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt
     2024       0  794.38724       40.9      130.6        0.8  704.90414      497.7
     2025       1  30.981074          8       44.2        0.3  100.04304       95.2
     2026       2  6.4850528        1.7       34.8        0.2  18.383734       52.7
     2027       3  3.9629897        0.7       26.9        0.1  11.680429         37
     2028       4  1.4632913        0.1       14.9          0  4.6354784       21.7
     2029       5 0.50649388          0        9.8          0 0.48815346       12.1
     2030       6  0.4811071          0        9.5          0  0.6503779       11.3
     2031       7  0.3070672        0.1        7.6          0  0.2269211        8.5
     2032       8 0.41924263          0        7.9          0 0.52873657        9.9
     2033       9 0.17156048        0.1        5.4          0 0.17438249          7
     2034      10   0.311982        0.1        5.4          0 0.57490377       10.8
     2035      11 0.12135751        0.2        3.6          0 0.074970283        4.3
     2036      12 0.12328376          0        3.6          0 0.089101173        4.3
     2037      13 0.49108465          0        3.3          0  1.3999417        5.3
     2038      14 0.12739746          0        2.8          0 0.10916878        3.2
     2039      15 0.33810876        0.1          2          0   1.410849        3.1
     2040      16 0.062251211          0        0.3          0 0.16276313        0.5
     2041      17 0.11086883          0        0.6          0 0.62476521        0.7
     2042      18 0.17499504        0.1        0.9          0 0.68804712        1.9
     2043      19 0.097933858          0        1.2          0 0.089050017        2.9
    18192044############################################################
    1820 
     2045CPU Time spent by each region0x2a992bb588
    18212046Region <DefaultRegionForTheWorld>
    18222047 All particles : User=0  Real=0  Sys=0
     
    18242049
    18252050Region <Calor-A>
    1826  All particles : User=0.88  Real=0.92  Sys=0.06
    1827  e+ / e-       : User=0.54  Real=0.52  Sys=0.02
     2051 All particles : User=0.4  Real=0.43  Sys=0.06
     2052 e+ / e-       : User=0.19  Real=0.25  Sys=0.03
    18282053
    18292054Region <Calor-B>
    1830  All particles : User=0.41  Real=0.45  Sys=0.01
    1831  e+ / e-       : User=0.22  Real=0.3  Sys=0
     2055 All particles : User=0.5  Real=0.56  Sys=0.01
     2056 e+ / e-       : User=0.31  Real=0.36  Sys=0.03
    18322057
    18332058Region <Calor-C>
    1834  All particles : User=0.22  Real=0.21  Sys=0.04
    1835  e+ / e-       : User=0.12  Real=0.14  Sys=0.03
     2059 All particles : User=0.16  Real=0.16  Sys=0
     2060 e+ / e-       : User=0.05  Real=0.12  Sys=0
    18362061
    18372062/run/dumpCouples
     
    18412066Index : 0     used in the geometry : Yes     recalculation needed : No
    18422067 Material : Galactic
    1843  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1844  Energy thresholds :  gamma 990 eV     e- 990 eV     e+ 990 eV
     2068 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     2069 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    18452070 Region(s) which use this couple :
    18462071    DefaultRegionForTheWorld
     
    18482073Index : 1     used in the geometry : No      recalculation needed : No
    18492074 Material : Lead
    1850  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1851  Energy thresholds :  gamma 5.9738914 keV    e- 57.5352 keV    e+ 56.831257 keV
     2075 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     2076 Energy thresholds :  gamma  5.9950011 keV    e-  58.108185 keV    e+  56.948443 keV proton 1 keV
    18522077
    18532078Index : 2     used in the geometry : No      recalculation needed : No
    18542079 Material : liquidArgon
    1855  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1856  Energy thresholds :  gamma 990 eV     e- 14.229282 keV    e+ 13.910003 keV
     2080 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     2081 Energy thresholds :  gamma  990 eV     e-  14.595052 keV    e+  14.233931 keV proton 1 keV
    18572082
    18582083Index : 3     used in the geometry : No      recalculation needed : No
    18592084 Material : Lead
    1860  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1861  Energy thresholds :  gamma 29.3406 keV    e- 239.94475 keV    e+ 231.24491 keV
     2085 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     2086 Energy thresholds :  gamma  29.476118 keV    e-  241.52172 keV    e+  231.97719 keV proton 10 keV
    18622087
    18632088Index : 4     used in the geometry : No      recalculation needed : No
    18642089 Material : liquidArgon
    1865  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1866  Energy thresholds :  gamma 1.9852965 keV    e- 82.220106 keV    e+ 81.214144 keV
     2090 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     2091 Energy thresholds :  gamma  1.9980986 keV    e-  82.413535 keV    e+  81.861568 keV proton 10 keV
    18672092
    18682093Index : 5     used in the geometry : No      recalculation needed : No
    18692094 Material : Lead
    1870  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1871  Energy thresholds :  gamma 100.51071 keV    e- 1.3781428 MeV    e+ 1.280018 MeV
     2095 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     2096 Energy thresholds :  gamma  101.84292 keV    e-  1.367494 MeV    e+  1.2786173 MeV proton 100 keV
    18722097
    18732098Index : 6     used in the geometry : No      recalculation needed : No
    18742099 Material : liquidArgon
    1875  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1876  Energy thresholds :  gamma 6.1783498 keV    e- 342.89066 keV    e+ 334.55147 keV
     2100 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     2101 Energy thresholds :  gamma  6.1998573 keV    e-  344.85452 keV    e+  333.45981 keV proton 100 keV
    18772102
    18782103Index : 7     used in the geometry : Yes     recalculation needed : No
    18792104 Material : Aluminium
    1880  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1881  Energy thresholds :  gamma 990 eV     e- 33.887552 keV    e+ 33.472938 keV
     2105 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     2106 Energy thresholds :  gamma  990 eV     e-  34.172517 keV    e+  33.943645 keV proton 1 keV
    18822107 Region(s) which use this couple :
    18832108    Calor-A
     
    18852110Index : 8     used in the geometry : Yes     recalculation needed : No
    18862111 Material : Water
    1887  Range cuts        :  gamma 10 um     e- 10 um     e+ 10 um
    1888  Energy thresholds :  gamma 990 eV     e- 13.944737 keV    e+ 13.581031 keV
     2112 Range cuts        :  gamma  10 um     e-  10 um     e+  10 um  proton 10 um
     2113 Energy thresholds :  gamma  990 eV     e-  14.087402 keV    e+  14.087402 keV proton 1 keV
    18892114 Region(s) which use this couple :
    18902115    Calor-A
     
    18922117Index : 9     used in the geometry : Yes     recalculation needed : No
    18932118 Material : Aluminium
    1894  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1895  Energy thresholds :  gamma 2.3144796 keV    e- 129.65621 keV    e+ 128.06986 keV
     2119 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     2120 Energy thresholds :  gamma  2.3477971 keV    e-  131.03099 keV    e+  128.41583 keV proton 10 keV
    18962121 Region(s) which use this couple :
    18972122    Calor-B
     
    18992124Index : 10     used in the geometry : Yes     recalculation needed : No
    19002125 Material : Water
    1901  Range cuts        :  gamma 100 um     e- 100 um     e+ 100 um
    1902  Energy thresholds :  gamma 1.09571 keV    e- 84.269564 keV    e+ 83.238528 keV
     2126 Range cuts        :  gamma  100 um     e-  100 um     e+  100 um  proton 100 um
     2127 Energy thresholds :  gamma  1.1098121 keV    e-  84.658874 keV    e+  83.52866 keV proton 10 keV
    19032128 Region(s) which use this couple :
    19042129    Calor-B
     
    19062131Index : 11     used in the geometry : Yes     recalculation needed : No
    19072132 Material : Aluminium
    1908  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1909  Energy thresholds :  gamma 6.8873065 keV    e- 596.68045 keV    e+ 568.01052 keV
     2133 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     2134 Energy thresholds :  gamma  6.9036292 keV    e-  598.34507 keV    e+  570.85042 keV proton 100 keV
    19102135 Region(s) which use this couple :
    19112136    Calor-C
     
    19132138Index : 12     used in the geometry : Yes     recalculation needed : No
    19142139 Material : Water
    1915  Range cuts        :  gamma 1 mm     e- 1 mm     e+ 1 mm
    1916  Energy thresholds :  gamma 2.9018564 keV    e- 347.13789 keV    e+ 338.6954 keV
     2140 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     2141 Energy thresholds :  gamma  2.9405585 keV    e-  351.8774 keV    e+  342.54485 keV proton 100 keV
    19172142 Region(s) which use this couple :
    19182143    Calor-C
     
    19232148Visualization Manager deleting...
    19242149G4 kernel has come to Quit state.
     2150
  • trunk/examples/novice/N07/vis.mac

    r893 r1191  
    77# (Edit the next line(s) to choose another graphic system)
    88#
    9 /vis/open OGLSQT
     9/vis/open OGLIX
    1010#
    1111# draw scene
Note: See TracChangeset for help on using the changeset viewer.