Changeset 1230 for trunk/examples/novice


Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (16 years ago)
Author:
garnier
Message:

update to geant4.9.3

Location:
trunk/examples/novice
Files:
109 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N01/exampleN01.cc

    r1188 r1230  
    2626//
    2727// $Id: exampleN01.cc,v 1.6 2006/06/29 17:47:10 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N01/include/ExN01DetectorConstruction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN01DetectorConstruction.hh,v 1.6 2006/06/29 17:47:13 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N01/include/ExN01PhysicsList.hh

    r807 r1230  
    2626//
    2727// $Id: ExN01PhysicsList.hh,v 1.6 2006/06/29 17:47:15 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N01/include/ExN01PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN01PrimaryGeneratorAction.hh,v 1.5 2006/06/29 17:47:17 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N01/src/ExN01DetectorConstruction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN01DetectorConstruction.cc,v 1.9 2006/06/29 17:47:19 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N01/src/ExN01PhysicsList.cc

    r807 r1230  
    2626//
    2727// $Id: ExN01PhysicsList.cc,v 1.6 2006/06/29 17:47:21 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N01/src/ExN01PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN01PrimaryGeneratorAction.cc,v 1.6 2006/06/29 17:47:23 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N02/exampleN02.cc

    r1189 r1230  
    2626//
    2727// $Id: exampleN02.cc,v 1.16 2009/10/30 14:59:59 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N02/exampleN02.out

    r1189 r1230  
    55
    66*************************************************************
    7  Geant4 version Name: geant4-09-02-ref-09    (5-June-2009)
     7 Geant4 version Name: geant4-09-03-ref-00    (18-December-2009)
    88                      Copyright : Geant4 Collaboration
    99                      Reference : NIM A 506 (2003), 250-303
     
    175175          BetheBloch :     Emin=    1.05231 MeV        Emax=   10 TeV
    176176
    177 msc:   for mu+    SubType= 10
     177muMsc:   for mu+    SubType= 10
    178178      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    179       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
     179      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
    180180      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    181181          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
  • trunk/examples/novice/N02/include/ExN02ChamberParameterisation.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02ChamberParameterisation.hh,v 1.10 2006/06/29 17:47:28 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N02/include/ExN02DetectorConstruction.hh

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02DetectorConstruction.hh,v 1.9 2007/10/17 08:50:35 gcosmo Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02DetectorConstruction.hh,v 1.10 2008/09/22 16:41:20 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    6868     void setChamberMaterial(G4String);
    6969     void SetMagField(G4double);
     70     void SetMaxStep (G4double);     
    7071     
    7172  private:
  • trunk/examples/novice/N02/include/ExN02DetectorMessenger.hh

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02DetectorMessenger.hh,v 1.8 2006/06/29 17:47:33 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02DetectorMessenger.hh,v 1.9 2008/09/22 16:41:20 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    6060    G4UIcmdWithAString*        ChamMatCmd;   
    6161    G4UIcmdWithADoubleAndUnit* FieldCmd;
     62    G4UIcmdWithADoubleAndUnit* StepMaxCmd;   
    6263};
    6364
  • trunk/examples/novice/N02/include/ExN02EventAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02EventAction.hh,v 1.8 2006/06/29 17:47:35 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/include/ExN02MagneticField.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02MagneticField.hh,v 1.8 2007/08/22 13:11:51 gcosmo Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N02/include/ExN02PhysicsList.hh

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02PhysicsList.hh,v 1.11 2006/06/29 17:47:40 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02PhysicsList.hh,v 1.12 2008/09/22 16:41:20 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    6464    void ConstructGeneral();
    6565    void ConstructEM();
     66    void AddStepMax();
    6667};
    6768
  • trunk/examples/novice/N02/include/ExN02PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02PrimaryGeneratorAction.hh,v 1.7 2006/06/29 17:47:43 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/include/ExN02RunAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02RunAction.hh,v 1.8 2006/06/29 17:47:45 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/include/ExN02SteppingAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02SteppingAction.hh,v 1.8 2006/06/29 17:47:48 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/include/ExN02SteppingVerbose.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02SteppingVerbose.hh,v 1.8 2006/06/29 17:47:50 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//   This class manages the verbose outputs in G4SteppingManager.
  • trunk/examples/novice/N02/include/ExN02TrackerHit.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02TrackerHit.hh,v 1.8 2006/06/29 17:47:53 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/include/ExN02TrackerSD.hh

    r807 r1230  
    2626//
    2727// $Id: ExN02TrackerSD.hh,v 1.7 2006/06/29 17:47:56 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02ChamberParameterisation.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02ChamberParameterisation.cc,v 1.9 2006/06/29 17:47:58 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02DetectorConstruction.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02DetectorConstruction.cc,v 1.20 2007/10/17 08:50:35 gcosmo Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02DetectorConstruction.cc,v 1.21 2008/09/22 16:41:20 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    304304
    305305//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     306
     307void ExN02DetectorConstruction::SetMaxStep(G4double maxStep)
     308{
     309  if ((stepLimit)&&(maxStep>0.)) stepLimit->SetMaxAllowedStep(maxStep);
     310}
     311
     312//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02DetectorMessenger.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02DetectorMessenger.cc,v 1.11 2006/06/29 17:48:02 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02DetectorMessenger.cc,v 1.12 2008/09/22 16:41:20 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    6565  FieldCmd->SetParameterName("Bx",false);
    6666  FieldCmd->SetUnitCategory("Magnetic flux density");
    67   FieldCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 
     67  FieldCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
     68       
     69  StepMaxCmd = new G4UIcmdWithADoubleAndUnit("/N02/det/stepMax",this); 
     70  StepMaxCmd->SetGuidance("Define a step max");
     71  StepMaxCmd->SetParameterName("stepMax",false);
     72  StepMaxCmd->SetUnitCategory("Length");
     73  StepMaxCmd->AvailableForStates(G4State_Idle);   
    6874}
    6975
     
    7581  delete ChamMatCmd;
    7682  delete FieldCmd;
     83  delete StepMaxCmd; 
    7784  delete detDir;
    7885  delete N02Dir;
     
    9198  if( command == FieldCmd )
    9299   { myDetector->SetMagField(FieldCmd->GetNewDoubleValue(newValue));}
     100     
     101  if( command == StepMaxCmd )
     102   { myDetector->SetMaxStep(StepMaxCmd->GetNewDoubleValue(newValue));}   
    93103}
    94104
  • trunk/examples/novice/N02/src/ExN02EventAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02EventAction.cc,v 1.11 2006/06/29 17:48:05 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02MagneticField.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02MagneticField.cc,v 1.9 2007/08/22 13:11:51 gcosmo Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929// 
    3030//   User Field class implementation.
  • trunk/examples/novice/N02/src/ExN02PhysicsList.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN02PhysicsList.cc,v 1.22 2006/06/29 17:48:11 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN02PhysicsList.cc,v 1.27 2009/11/15 14:27:30 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    134134  ConstructEM();
    135135  ConstructGeneral();
     136  AddStepMax();
    136137}
    137138
     
    142143#include "G4PhotoElectricEffect.hh"
    143144
    144 #include "G4MultipleScattering.hh"
    145 
     145#include "G4eMultipleScattering.hh"
    146146#include "G4eIonisation.hh"
    147147#include "G4eBremsstrahlung.hh"
    148148#include "G4eplusAnnihilation.hh"
    149149
     150#include "G4MuMultipleScattering.hh"
    150151#include "G4MuIonisation.hh"
    151152#include "G4MuBremsstrahlung.hh"
    152153#include "G4MuPairProduction.hh"
    153154
     155#include "G4hMultipleScattering.hh"
    154156#include "G4hIonisation.hh"
    155 
    156 #include "G4StepLimiter.hh"
    157 #include "G4UserSpecialCuts.hh"
     157#include "G4hBremsstrahlung.hh"
     158#include "G4hPairProduction.hh"
     159
     160#include "G4ionIonisation.hh"
    158161
    159162//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    175178    } else if (particleName == "e-") {
    176179      //electron
    177       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    178       pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    179       pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);     
     180      pmanager->AddProcess(new G4eMultipleScattering, -1, 1, 1);
     181      pmanager->AddProcess(new G4eIonisation,         -1, 2, 2);
     182      pmanager->AddProcess(new G4eBremsstrahlung,     -1, 3, 3);     
    180183
    181184    } else if (particleName == "e+") {
    182185      //positron
    183       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    184       pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    185       pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);
    186       pmanager->AddProcess(new G4eplusAnnihilation,  0,-1,4);
     186      pmanager->AddProcess(new G4eMultipleScattering, -1, 1, 1);
     187      pmanager->AddProcess(new G4eIonisation,         -1, 2, 2);
     188      pmanager->AddProcess(new G4eBremsstrahlung,     -1, 3, 3);
     189      pmanager->AddProcess(new G4eplusAnnihilation,    0,-1, 4);
    187190
    188191    } else if( particleName == "mu+" ||
    189192               particleName == "mu-"    ) {
    190193      //muon 
    191       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    192       pmanager->AddProcess(new G4MuIonisation,      -1, 2,2);
    193       pmanager->AddProcess(new G4MuBremsstrahlung,  -1, 3,3);
    194       pmanager->AddProcess(new G4MuPairProduction,  -1, 4,4);       
    195      
     194      pmanager->AddProcess(new G4MuMultipleScattering, -1, 1, 1);
     195      pmanager->AddProcess(new G4MuIonisation,         -1, 2, 2);
     196      pmanager->AddProcess(new G4MuBremsstrahlung,     -1, 3, 3);
     197      pmanager->AddProcess(new G4MuPairProduction,     -1, 4, 4);       
     198             
     199    } else if( particleName == "proton" ||
     200               particleName == "pi-" ||
     201               particleName == "pi+"    ) {
     202      //proton 
     203      pmanager->AddProcess(new G4hMultipleScattering, -1, 1, 1);
     204      pmanager->AddProcess(new G4hIonisation,         -1, 2, 2);
     205      pmanager->AddProcess(new G4hBremsstrahlung,     -1, 3, 3);
     206      pmanager->AddProcess(new G4hPairProduction,     -1, 4, 4);       
     207     
     208    } else if( particleName == "alpha" ||
     209               particleName == "He3" )     {
     210      //alpha
     211      pmanager->AddProcess(new G4hMultipleScattering, -1, 1, 1);
     212      pmanager->AddProcess(new G4ionIonisation,       -1, 2, 2);
     213     
     214    } else if( particleName == "GenericIon" ) {
     215      //Ions
     216      pmanager->AddProcess(new G4hMultipleScattering, -1, 1, 1);
     217      pmanager->AddProcess(new G4ionIonisation,       -1, 2, 2);
     218                 
    196219    } else if ((!particle->IsShortLived()) &&
    197220               (particle->GetPDGCharge() != 0.0) &&
    198221               (particle->GetParticleName() != "chargedgeantino")) {
    199222      //all others charged particles except geantino
    200       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
    201       pmanager->AddProcess(new G4hIonisation,       -1, 2,2);
    202       //step limit
    203       pmanager->AddProcess(new G4StepLimiter,       -1,-1,3);         
    204       ///pmanager->AddProcess(new G4UserSpecialCuts,   -1,-1,4); 
     223      pmanager->AddProcess(new G4hMultipleScattering, -1, 1, 1);
     224      pmanager->AddProcess(new G4hIonisation,         -1, 2, 2);
    205225    }
    206226  }
     
    210230
    211231#include "G4Decay.hh"
     232
    212233void ExN02PhysicsList::ConstructGeneral()
    213234{
     
    226247  }
    227248}
     249 
     250//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     251
     252#include "G4StepLimiter.hh"
     253#include "G4UserSpecialCuts.hh"
     254
     255void ExN02PhysicsList::AddStepMax()
     256{
     257  // Step limitation seen as a process
     258  G4StepLimiter* stepLimiter = new G4StepLimiter();
     259  ////G4UserSpecialCuts* userCuts = new G4UserSpecialCuts();
     260 
     261  theParticleIterator->reset();
     262  while ((*theParticleIterator)()){
     263      G4ParticleDefinition* particle = theParticleIterator->value();
     264      G4ProcessManager* pmanager = particle->GetProcessManager();
     265
     266      if (particle->GetPDGCharge() != 0.0)
     267        {
     268          pmanager ->AddDiscreteProcess(stepLimiter);
     269          ////pmanager ->AddDiscreteProcess(userCuts);
     270        }
     271  }
     272}
    228273
    229274//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02PrimaryGeneratorAction.cc,v 1.7 2006/06/29 17:48:13 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02RunAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02RunAction.cc,v 1.9 2006/06/29 17:48:16 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02SteppingAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02SteppingAction.cc,v 1.9 2006/06/29 17:48:18 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02SteppingVerbose.cc,v 1.12 2006/06/29 17:48:21 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02TrackerHit.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02TrackerHit.cc,v 1.10 2006/06/29 17:48:24 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N02/src/ExN02TrackerSD.cc

    r807 r1230  
    2626//
    2727// $Id: ExN02TrackerSD.cc,v 1.9 2006/06/29 17:48:27 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N03/G4History.macro

    r1209 r1230  
    11/run/verbose 2
    22/vis/scene/create
    3 /vis/open OGLSQt
    4 /vis/sceneHandler/create OGLSQt
     3/vis/open OGLIQt 400x400
     4/vis/sceneHandler/create OGLIQt
    55/vis/sceneHandler/attach
    6 /vis/viewer/create ! ! 600
     6/vis/viewer/create ! ! 400x400
    77/vis/viewer/refresh
    88/vis/scene/notifyHandlers
     9/gun/energy 10 GeV
    910/vis/viewer/flush
    1011/vis/viewer/refresh viewer-0
  • trunk/examples/novice/N03/History

    r1143 r1230  
    1 $Id: History,v 1.125 2009/10/30 15:06:01 allison Exp $
     1$Id: History,v 1.126 2009/11/15 14:48:40 maire Exp $
    22--------------------------------------------------
    33
     
    1515     * Reverse chronological order (last date on top), please *
    1616     ----------------------------------------------------------
    17 
     17     
     1815-11-09 mma (exampleN03-V09-02-02)
     19- Use G4MuMultipleScattering for muons
     20- Separate alpha from GenericIon
     21 
    182230-10-09 John Allison (exampleN03-V09-02-01)
    1923- Introduced G4UIExecutive.
     
    2226- Use /run/setCut command in exo1.mac, exo2.mac
    2327
     2817-12-08 mma
     29- vis.mac : /vis/scene/add/trajectories smooth
     30 
    243124-11-08 Laurent Garnier (exampleN03-V09-01-05)
    2532- Removed unnecessary inclusion of qapplication.h in main().
  • trunk/examples/novice/N03/exampleN03.out

    r1143 r1230  
    55
    66*************************************************************
    7  Geant4 version Name: geant4-09-02-ref-08    (5-June-2009)
     7 Geant4 version Name: geant4-09-03-ref-00    (18-December-2009)
    88                      Copyright : Geant4 Collaboration
    99                      Reference : NIM A 506 (2003), 250-303
     
    8484  VRML1FILE (VRML1FILE)
    8585  VRML2FILE (VRML2FILE)
     86  gMocrenFile (gMocrenFile)
    8687  OpenGLImmediateX (OGLIX)
    8788  OpenGLStoredX (OGLSX)
     
    122123      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    123124      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    124          UrbanMscUni :     Emin=          0 eV         Emax=   10 TeV
     125          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    125126
    126127eIoni:   for  e-    SubType= 2
     
    163164      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    164165      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    165        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     166          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    166167
    167168hIoni:   for  proton    SubType= 2
     
    213214          BetheBloch :     Emin=    1.05231 MeV        Emax=   10 TeV
    214215
    215 msc:   for mu+    SubType= 10
    216       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    217       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    218       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    219        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     216muMsc:   for mu+    SubType= 10
     217      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     218      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
     219      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     220          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    220221
    221222muIoni:   for  mu+    SubType= 2
     
    286287      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    287288      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    288        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     289          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    289290
    290291hIoni:   for  pi-    SubType= 2
     
    313314Index : 0     used in the geometry : Yes     recalculation needed : No
    314315 Material : Galactic
    315  Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 0 fm
    316  Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 0 eV
     316 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     317 Energy thresholds :  gamma  990 eV     e-  990 eV     e+  990 eV  proton 100 keV
    317318 Region(s) which use this couple :
    318319    DefaultRegionForTheWorld
     
    320321Index : 1     used in the geometry : Yes     recalculation needed : No
    321322 Material : Lead
    322  Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 0 fm
    323  Energy thresholds :  gamma  101.843 keV    e-  1.36749 MeV    e+  1.27862 MeV proton 0 eV
     323 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     324 Energy thresholds :  gamma  101.843 keV    e-  1.36749 MeV    e+  1.27862 MeV proton 100 keV
    324325 Region(s) which use this couple :
    325326    DefaultRegionForTheWorld
     
    327328Index : 2     used in the geometry : Yes     recalculation needed : No
    328329 Material : liquidArgon
    329  Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 0 fm
    330  Energy thresholds :  gamma  6.19986 keV    e-  344.855 keV    e+  333.46 keV proton 0 eV
     330 Range cuts        :  gamma  1 mm     e-  1 mm     e+  1 mm  proton 1 mm
     331 Energy thresholds :  gamma  6.19986 keV    e-  344.855 keV    e+  333.46 keV proton 100 keV
    331332 Region(s) which use this couple :
    332333    DefaultRegionForTheWorld
     
    357358     Transportation,                msc,              hIoni,              eIoni
    358359              eBrem,            annihil,               phot,              compt
    359                conv,             muIoni,            muBrems,         muPairProd
    360              hBrems,          hPairProd,              Decay
     360               conv,              muMsc,             muIoni,            muBrems
     361         muPairProd,             hBrems,          hPairProd,              Decay
     362
    361363
    362364phot:   for  gamma    SubType= 12
     
    378380      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    379381      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    380          UrbanMscUni :     Emin=          0 eV         Emax=   10 TeV
     382          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    381383
    382384eIoni:   for  e-    SubType= 2
     
    419421      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    420422      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    421        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     423          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    422424
    423425hIoni:   for  proton    SubType= 2
     
    469471          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
    470472
    471 msc:   for mu+    SubType= 10
    472       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    473       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    474       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    475        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     473muMsc:   for mu+    SubType= 10
     474      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     475      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
     476      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     477          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    476478
    477479muIoni:   for  mu+    SubType= 2
     
    542544      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    543545      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    544        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     546          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    545547
    546548hIoni:   for  pi-    SubType= 2
     
    608610      RangeFactor= 0.04, step limit type: 1, lateralDisplacement: 1, skin= 3, geomFactor= 2.5
    609611      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    610          UrbanMscUni :     Emin=          0 eV         Emax=   10 TeV
     612          UrbanMsc92 :     Emin=          0 eV         Emax=   10 TeV
    611613
    612614eIoni:   for  e-    SubType= 2
     
    649651      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    650652      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    651        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     653          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    652654
    653655hIoni:   for  proton    SubType= 2
     
    699701          BetheBloch :     Emin=   1.052311 MeV        Emax=   10 TeV
    700702
    701 msc:   for mu+    SubType= 10
    702       Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
    703       RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    704       ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    705        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     703muMsc:   for mu+    SubType= 10
     704      Lambda tables from 100 eV  to 10 TeV in 77 bins, spline: 1
     705      RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 1, polarAngleLimit(deg)= 0
     706      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
     707          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    706708
    707709muIoni:   for  mu+    SubType= 2
     
    772774      RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1, skin= 3, geomFactor= 2.5
    773775      ===== EM models for the G4Region  DefaultRegionForTheWorld ======
    774        UrbanMscUni90 :     Emin=          0 eV         Emax=   10 TeV
     776          UrbanMsc90 :     Emin=          0 eV         Emax=   10 TeV
    775777
    776778hIoni:   for  pi-    SubType= 2
     
    803805----------------------------------------
    804806---> End of event: 0
    805    Absorber: total energy: 421.83138 MeV       total track length: 98.116103 cm
    806         Gap: total energy: 76.492864 MeV       total track length: 2.1613591
     807   Absorber: total energy: 404.61721 MeV       total track length: 96.080817 cm
     808        Gap: total energy: 89.598634 MeV       total track length: 2.4895852
    807809
    808810--------------------End of Run------------------------------
    809811
    810  mean Energy in Absorber : 421.83138 MeV +- 0 eV
    811  mean Energy in Gap      : 76.492864 MeV +- 0 eV
    812 
    813  mean trackLength in Absorber : 98.116103 cm  +- 0 fm
    814  mean trackLength in Gap      : 2.1613591 m   +- 0 fm
     812 mean Energy in Absorber : 404.61721 MeV +- 0 eV
     813 mean Energy in Gap      : 89.598634 MeV +- 0 eV
     814
     815 mean trackLength in Absorber : 96.080817 cm  +- 0 fm
     816 mean trackLength in Gap      : 2.4895852 m   +- 0 fm
    815817------------------------------------------------------------
    816818
  • trunk/examples/novice/N03/vis.mac

    r1209 r1230  
    2222#
    2323# Use this open statement instead for OpenGL in immediate mode.
    24 /vis/open OGLSQt
     24/vis/open OGLIQt 400x400
    2525#
    2626# Use this open statement instead to get a HepRep version 1 file
     
    3333#
    3434# Output an empty detector
     35/gun/energy 10 GeV
    3536/vis/viewer/flush
    3637#
  • trunk/examples/novice/N04/exampleN04.cc

    r1190 r1230  
    2626//
    2727// $Id: exampleN04.cc,v 1.18 2009/10/30 15:08:39 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N04/include/ExN04RunAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN04RunAction.hh,v 1.5 2006/06/29 17:49:56 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N04/include/ExN04SteppingVerbose.hh

    r807 r1230  
    2626//
    2727// $Id: ExN04SteppingVerbose.hh,v 1.2 2006/06/29 17:50:08 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//   This class manages the verbose outputs in G4SteppingManager.
  • trunk/examples/novice/N04/src/ExN04RunAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN04RunAction.cc,v 1.5 2006/06/29 17:51:44 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N04/src/ExN04SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: ExN04SteppingVerbose.cc,v 1.4 2006/06/29 17:51:55 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N05/exampleN05.cc

    r1190 r1230  
    2626//
    2727// $Id: exampleN05.cc,v 1.17 2009/10/30 15:10:56 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/include/ExN05CalorimeterHit.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05CalorimeterHit.hh,v 1.8 2006/06/29 17:52:14 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05CalorimeterSD.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05CalorimeterSD.hh,v 1.5 2006/06/29 17:52:17 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05DetectorConstruction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05DetectorConstruction.hh,v 1.6 2006/11/03 17:58:49 mverderi Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#ifndef ExN05DetectorConstruction_h
  • trunk/examples/novice/N05/include/ExN05EMShowerModel.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05EMShowerModel.hh,v 1.10 2006/06/29 17:52:25 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/include/ExN05EnergySpot.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05EnergySpot.hh,v 1.8 2006/06/29 17:52:28 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#ifndef ExN05EnergySpot_h
  • trunk/examples/novice/N05/include/ExN05EventAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05EventAction.hh,v 1.6 2006/06/29 17:52:30 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05EventActionMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05EventActionMessenger.hh,v 1.5 2006/06/29 17:52:33 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05ParallelWorldForPion.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05ParallelWorldForPion.hh,v 1.1 2006/11/03 17:58:49 mverderi Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#ifndef ExN05ParallelWorldForPion_hh
  • trunk/examples/novice/N05/include/ExN05PhysicsList.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05PhysicsList.hh,v 1.8 2006/06/29 17:52:43 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/include/ExN05PiModel.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05PiModel.hh,v 1.6 2006/06/29 17:52:45 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/include/ExN05PionShowerModel.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05PionShowerModel.hh,v 1.10 2006/06/29 17:52:47 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/include/ExN05PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05PrimaryGeneratorAction.hh,v 1.5 2006/06/29 17:52:49 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05RunAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05RunAction.hh,v 1.9 2006/06/29 17:52:51 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05SteppingAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05SteppingAction.hh,v 1.6 2006/06/29 17:52:56 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/include/ExN05SteppingActionMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: ExN05SteppingActionMessenger.hh,v 1.5 2006/06/29 17:52:58 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05CalorimeterHit.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05CalorimeterHit.cc,v 1.6 2006/06/29 17:53:00 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05CalorimeterSD.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05CalorimeterSD.cc,v 1.8 2006/11/20 18:39:37 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05DetectorConstruction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05DetectorConstruction.cc,v 1.10 2006/11/03 17:58:49 mverderi Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "ExN05DetectorConstruction.hh"
  • trunk/examples/novice/N05/src/ExN05EMShowerModel.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05EMShowerModel.cc,v 1.15 2006/11/14 09:21:44 gcosmo Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "ExN05EMShowerModel.hh"
  • trunk/examples/novice/N05/src/ExN05EnergySpot.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05EnergySpot.cc,v 1.7 2006/06/29 17:53:13 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "ExN05EnergySpot.hh"
  • trunk/examples/novice/N05/src/ExN05EventAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05EventAction.cc,v 1.9 2006/06/29 17:53:16 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05EventActionMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05EventActionMessenger.cc,v 1.7 2006/06/29 17:53:19 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05PhysicsList.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05PhysicsList.cc,v 1.14 2007/11/30 18:08:42 mverderi Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N05/src/ExN05PiModel.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05PiModel.cc,v 1.7 2006/06/29 17:53:34 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "ExN05PiModel.hh"
  • trunk/examples/novice/N05/src/ExN05PionShowerModel.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05PionShowerModel.cc,v 1.19 2007/05/18 14:32:35 mverderi Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "ExN05PionShowerModel.hh"
  • trunk/examples/novice/N05/src/ExN05PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05PrimaryGeneratorAction.cc,v 1.5 2006/06/29 17:53:40 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05RunAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05RunAction.cc,v 1.8 2006/06/29 17:53:42 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05SteppingAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05SteppingAction.cc,v 1.7 2006/06/29 17:53:47 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N05/src/ExN05SteppingActionMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN05SteppingActionMessenger.cc,v 1.7 2006/06/29 17:53:49 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N06/exampleN06.cc

    r1190 r1230  
    2626//
    2727// $Id: exampleN06.cc,v 1.16 2009/10/30 15:12:40 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06DetectorConstruction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06DetectorConstruction.hh,v 1.5 2006/06/29 17:53:55 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06EventAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06EventAction.hh,v 1.2 2006/06/29 17:53:57 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06PhysicsList.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06PhysicsList.hh,v 1.7 2006/06/29 17:53:59 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06PhysicsListMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06PhysicsListMessenger.hh,v 1.2 2006/06/29 17:54:02 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N06/include/ExN06PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06PrimaryGeneratorAction.hh,v 1.6 2006/06/29 17:54:04 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06PrimaryGeneratorMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06PrimaryGeneratorMessenger.hh,v 1.2 2006/06/29 17:54:07 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N06/include/ExN06RunAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06RunAction.hh,v 1.9 2006/06/29 17:54:10 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06StackingAction.hh

    r807 r1230  
    2525//
    2626// $Id: ExN06StackingAction.hh,v 1.5 2006/06/29 17:54:13 gunter Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/include/ExN06SteppingVerbose.hh

    r807 r1230  
    2626//
    2727// $Id: ExN06SteppingVerbose.hh,v 1.2 2006/06/29 17:54:15 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N06/src/ExN06DetectorConstruction.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN06DetectorConstruction.cc,v 1.15 2006/06/29 17:54:17 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN06DetectorConstruction.cc,v 1.17 2008/07/17 00:32:34 gum Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    148148  Water->SetMaterialPropertiesTable(myMPT1);
    149149
     150  // Set the Birks Constant for the Water scintillator
     151
     152  Water->GetIonisation()->SetBirksConstant(0.126*mm/MeV);
     153
    150154//
    151155// Air
     
    225229
    226230  if(AirSurface->GetLogicalVolume() == bubbleAir_log) G4cout << "Equal" << G4endl;
    227   ((G4OpticalSurface*)
    228   (AirSurface->GetSurface(bubbleAir_log)->GetSurfaceProperty()))->DumpInfo();
     231  G4OpticalSurface* opticalSurface = dynamic_cast <G4OpticalSurface*>
     232        (AirSurface->GetSurface(bubbleAir_log)->GetSurfaceProperty());
     233
     234  if (opticalSurface) opticalSurface->DumpInfo();
    229235
    230236//
  • trunk/examples/novice/N06/src/ExN06EventAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06EventAction.cc,v 1.3 2006/06/29 17:54:20 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/src/ExN06PhysicsList.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN06PhysicsList.cc,v 1.14 2007/09/30 22:51:03 gum Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN06PhysicsList.cc,v 1.17 2009/11/10 05:16:23 gum Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    5353#include "G4OpRayleigh.hh"
    5454#include "G4OpBoundaryProcess.hh"
     55
     56#include "G4LossTableManager.hh"
     57#include "G4EmSaturation.hh"
    5558 
    5659//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    177180#include "G4PhotoElectricEffect.hh"
    178181
    179 #include "G4MultipleScattering.hh"
     182#include "G4eMultipleScattering.hh"
     183#include "G4MuMultipleScattering.hh"
     184#include "G4hMultipleScattering.hh"
    180185
    181186#include "G4eIonisation.hh"
     
    209214    //electron
    210215      // Construct processes for electron
    211       pmanager->AddProcess(new G4MultipleScattering(),-1, 1, 1);
     216      pmanager->AddProcess(new G4eMultipleScattering(),-1, 1, 1);
    212217      pmanager->AddProcess(new G4eIonisation(),       -1, 2, 2);
    213218      pmanager->AddProcess(new G4eBremsstrahlung(),   -1, 3, 3);
     
    216221    //positron
    217222      // Construct processes for positron
    218       pmanager->AddProcess(new G4MultipleScattering(),-1, 1, 1);
     223      pmanager->AddProcess(new G4eMultipleScattering(),-1, 1, 1);
    219224      pmanager->AddProcess(new G4eIonisation(),       -1, 2, 2);
    220225      pmanager->AddProcess(new G4eBremsstrahlung(),   -1, 3, 3);
     
    225230    //muon
    226231     // Construct processes for muon
    227      pmanager->AddProcess(new G4MultipleScattering(),-1, 1, 1);
     232     pmanager->AddProcess(new G4MuMultipleScattering(),-1, 1, 1);
    228233     pmanager->AddProcess(new G4MuIonisation(),      -1, 2, 2);
    229234     pmanager->AddProcess(new G4MuBremsstrahlung(),  -1, 3, 3);
     
    234239          (particle->GetParticleName() != "chargedgeantino")) {
    235240     // all others charged particles except geantino
    236        pmanager->AddProcess(new G4MultipleScattering(),-1,1,1);
     241       pmanager->AddProcess(new G4hMultipleScattering(),-1,1,1);
    237242       pmanager->AddProcess(new G4hIonisation(),       -1,2,2);
    238243     }
     
    258263  SetVerbose(1);
    259264 
    260   theCerenkovProcess->SetMaxNumPhotonsPerStep(300);
     265  theCerenkovProcess->SetMaxNumPhotonsPerStep(20);
     266  theCerenkovProcess->SetMaxBetaChangePerStep(10.0);
    261267  theCerenkovProcess->SetTrackSecondariesFirst(true);
    262268 
    263269  theScintillationProcess->SetScintillationYieldFactor(1.);
    264270  theScintillationProcess->SetTrackSecondariesFirst(true);
     271
     272  // Use Birks Correction in the Scintillation process
     273
     274  G4EmSaturation* emSaturation = G4LossTableManager::Instance()->EmSaturation();
     275  theScintillationProcess->AddSaturation(emSaturation);
    265276
    266277  G4OpticalSurfaceModel themodel = unified;
  • trunk/examples/novice/N06/src/ExN06PhysicsListMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06PhysicsListMessenger.cc,v 1.3 2006/06/29 17:54:25 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N06/src/ExN06PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06PrimaryGeneratorAction.cc,v 1.6 2006/06/29 17:54:27 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/src/ExN06PrimaryGeneratorMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06PrimaryGeneratorMessenger.cc,v 1.3 2006/06/29 17:54:29 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N06/src/ExN06RunAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06RunAction.cc,v 1.10 2006/06/29 17:54:31 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/src/ExN06StackingAction.cc

    r807 r1230  
    2525//
    2626// $Id: ExN06StackingAction.cc,v 1.5 2006/06/29 17:54:34 gunter Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N06/src/ExN06SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: ExN06SteppingVerbose.cc,v 1.4 2006/06/29 17:54:37 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
  • trunk/examples/novice/N07/exampleN07.cc

    r1191 r1230  
    2626//
    2727// $Id: exampleN07.cc,v 1.12 2009/10/30 15:29:55 allison Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/exampleN07.out

    r1191 r1230  
    55
    66*************************************************************
    7  Geant4 version Name: geant4-09-02-ref-09    (5-June-2009)
     7 Geant4 version Name: geant4-09-03-ref-00    (18-December-2009)
    88                      Copyright : Geant4 Collaboration
    99                      Reference : NIM A 506 (2003), 250-303
     
    453453Run Summary
    454454  Number of events processed : 10
    455   User=1.91s Real=2.04s Sys=0.13s
     455  User=1.92s Real=2.04s Sys=0.12s
    456456############################################################
    457457 Run Summary - Number of events : 10
     
    580580      19          0          0          0          0          0          0
    581581############################################################
    582 CPU Time spent by each region0x2a992bb588
     582CPU Time spent by each region0x2a992e9688
    583583Region <DefaultRegionForTheWorld>
    584584 All particles : User=0  Real=0  Sys=0
     
    586586
    587587Region <Calor-A>
    588  All particles : User=0.81  Real=0.82  Sys=0.04
    589  e+ / e-       : User=0.59  Real=0.56  Sys=0.02
     588 All particles : User=0.69  Real=0.82  Sys=0.04
     589 e+ / e-       : User=0.61  Real=0.68  Sys=0.04
    590590
    591591Region <Calor-B>
    592  All particles : User=0.42  Real=0.47  Sys=0.02
    593  e+ / e-       : User=0.24  Real=0.31  Sys=0.01
     592 All particles : User=0.47  Real=0.46  Sys=0
     593 e+ / e-       : User=0.33  Real=0.31  Sys=0.02
    594594
    595595Region <Calor-C>
    596  All particles : User=0.16  Real=0.17  Sys=0
    597  e+ / e-       : User=0.11  Real=0.1  Sys=0
     596 All particles : User=0.21  Real=0.22  Sys=0.01
     597 e+ / e-       : User=0.16  Real=0.19  Sys=0.01
    598598
    599599/run/dumpCouples
     
    911911Run Summary
    912912  Number of events processed : 10
    913   User=3.13s Real=3.35s Sys=0.21s
     913  User=3.11s Real=3.34s Sys=0.23s
    914914############################################################
    915915 Run Summary - Number of events : 10
     
    947947      10 0.34149482          0          1          0  1.4433096        1.9
    948948      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
     949      12 0.32653634        0.3          1          0 0.18732592        2.5
     950      13 0.074158488          0        0.2          0 0.087206152        1.7
    951951      14 0.023488885          0        0.1          0 0.0052211199        0.2
    952952      15 0.048684262          0        0.1          0 0.023005438        0.2
     
    10381038      19          0          0          0          0          0          0
    10391039############################################################
    1040 CPU Time spent by each region0x2a992bb588
     1040CPU Time spent by each region0x2a992e9688
    10411041Region <DefaultRegionForTheWorld>
    10421042 All particles : User=0  Real=0  Sys=0
     
    10441044
    10451045Region <Calor-A>
    1046  All particles : User=0.93  Real=1.04  Sys=0.04
    1047  e+ / e-       : User=0.62  Real=0.76  Sys=0.06
     1046 All particles : User=0.89  Real=0.95  Sys=0.03
     1047 e+ / e-       : User=0.66  Real=0.7  Sys=0.03
    10481048
    10491049Region <Calor-B>
    1050  All particles : User=0.81  Real=0.95  Sys=0.04
    1051  e+ / e-       : User=0.59  Real=0.69  Sys=0.04
     1050 All particles : User=0.79  Real=0.88  Sys=0.06
     1051 e+ / e-       : User=0.54  Real=0.67  Sys=0.02
    10521052
    10531053Region <Calor-C>
    1054  All particles : User=0.58  Real=0.58  Sys=0.02
    1055  e+ / e-       : User=0.32  Real=0.41  Sys=0.01
     1054 All particles : User=0.56  Real=0.5  Sys=0.03
     1055 e+ / e-       : User=0.34  Real=0.31  Sys=0.03
    10561056
    10571057/run/dumpCouples
     
    13981398Run Summary
    13991399  Number of events processed : 10
    1400   User=0.7s Real=0.73s Sys=0.04s
     1400  User=0.56s Real=0.6s Sys=0.05s
    14011401############################################################
    14021402 Run Summary - Number of events : 10
     
    14061406    gamma 200 um     e- 200 um     e+ 200 um
    14071407 Energy deposition in an event :
    1408     Absorber 654.77425 MeV      Gap 275.79074 MeV
     1408    Absorber 626.37919 MeV      Gap 269.05989 MeV
    14091409 Number of secondaries in an event :
    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
     1410    gamma in Absorber 69.6    in Gap 16.9
     1411    e-    in Absorber 417.5    in Gap 197.6
     1412    e+    in Absorber 1.7    in Gap 0.7
    14131413 Minimum kinetic energy of generated secondaries :
    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
     1414    gamma in Absorber 3.2613289 keV    in Gap 1.7159221 keV
     1415    e-    in Absorber 6.8780549 eV     in Gap 5.9820757 eV
     1416    e+    in Absorber 849.57253 keV    in Gap 1.6141992 MeV
    14171417 Total track length of e+/e- in an event :
    1418     Absorber 64.476142 cm       Gap 55.10257 cm
     1418    Absorber 57.563822 cm       Gap 50.958825 cm
    14191419 Total number of steps of e+/e- in an event :
    1420     Absorber 992.7      Gap 478.7
     1420    Absorber 865.5      Gap 434.5
    14211421------------------------------------------------------------
    14221422Scores in parallel geometry
    14231423layer   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
     1424       0  821.44373       65.2      305.2        1.3  859.89095      798.5
     1425       1  33.667753       10.5       65.2        0.4  117.09076      142.6
     1426       2  17.136437        5.1       57.4        0.3  51.076529       96.6
     1427       3  8.6132927        2.4       41.1        0.1  22.772109       63.5
     1428       4  5.2113323        1.9       36.8        0.3  14.098154       54.7
     1429       5  3.0287735        0.6       27.7          0  8.0771292       38.1
     1430       6  2.2996793        0.3       20.1          0  5.8222557         26
     1431       7 0.73965302        0.1       13.5          0   1.193708       18.6
     1432       8 0.92133396        0.1       14.3          0  1.5026705         18
     1433       9 0.81523989          0        8.2          0  1.7559426       10.3
     1434      10 0.34491254          0        6.1          0 0.48786556        7.4
     1435      11  0.3448249        0.1        5.5          0 0.39240293        7.6
     1436      12 0.31018367          0        3.7          0 0.46841974        4.5
     1437      13 0.13629276          0        2.5          0 0.17770397          3
     1438      14 0.036478455          0        1.4          0 0.018029314        1.5
     1439      15 0.088164246        0.1        2.2          0 0.062782356        4.1
     1440      16 0.073240976          0        0.6          0 0.10134911        0.8
     1441      17 0.021147062          0        0.8          0 0.010545321        0.9
     1442      18 0.054572594          0        1.4          0 0.030442518        1.7
     1443      19 0.020625192          0        0.5          0 0.013365757        0.5
    14441444############################################################
    14451445Region : Calor-B
     
    14471447    gamma 2 mm     e- 2 mm     e+ 2 mm
    14481448 Energy deposition in an event :
    1449     Absorber 644.54852 MeV      Gap 290.4572 MeV
     1449    Absorber 560.0688 MeV      Gap 244.71839 MeV
    14501450 Number of secondaries in an event :
    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
     1451    gamma in Absorber 33.4    in Gap 11.5
     1452    e-    in Absorber 178    in Gap 80.6
     1453    e+    in Absorber 1.7    in Gap 0.3
    14541454 Minimum kinetic energy of generated secondaries :
    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
     1455    gamma in Absorber 9.6043116 keV    in Gap 4.4281616 keV
     1456    e-    in Absorber 0.75652783 eV     in Gap 32.377051 eV
     1457    e+    in Absorber 338.20315 keV    in Gap 1.6493791 MeV
    14581458 Total track length of e+/e- in an event :
    1459     Absorber 53.475717 cm       Gap 58.083025 cm
     1459    Absorber 34.09465 cm       Gap 33.875865 cm
    14601460 Total number of steps of e+/e- in an event :
    1461     Absorber 654      Gap 321.1
     1461    Absorber 421.3      Gap 226.2
    14621462------------------------------------------------------------
    14631463Scores in parallel geometry
    14641464layer   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
     1465       0  758.31939       35.8       86.6        1.1  548.01439      364.9
     1466       1  18.402104        3.9       32.3        0.2  57.870677       71.2
     1467       2   7.962393        1.5       27.1        0.4  23.783604       45.8
     1468       3  8.1058829        1.7       21.3        0.1  21.881539       33.3
     1469       4  2.5720112        0.4       21.6        0.1  5.7776519         32
     1470       5 0.77797923        0.2       14.9          0  1.0784745       19.1
     1471       6  2.3245182        0.6       12.6        0.1  5.5329021       19.1
     1472       7  1.1461341        0.1        8.4          0  2.5877672       10.5
     1473       8   1.772827        0.2        6.6          0  6.5790442       11.6
     1474       9 0.24167502          0        4.3          0 0.52181617        8.4
     1475      10 0.76790522          0        5.8          0  1.3633922        8.1
     1476      11 0.27033237          0        3.6          0 0.28559258        4.3
     1477      12 0.17949471          0        2.7          0 0.23606569        3.1
     1478      13 0.084437343          0        2.4          0 0.054768122          3
     1479      14 0.047283151          0        1.2          0 0.026698319        2.4
     1480      15 0.078385384          0        1.9          0 0.04826506        2.3
     1481      16 0.043775982        0.1        1.3          0 0.03542405        1.6
     1482      17   0.911793        0.2        1.3          0  2.1831906          2
     1483      18 0.51693627        0.2        0.8          0  1.1674926        1.6
     1484      19 0.11232968          0        0.6          0 0.40044533        1.3
    14851485############################################################
    14861486Region : Calor-C
     
    14881488    gamma 2 cm     e- 2 cm     e+ 2 cm
    14891489 Energy deposition in an event :
    1490     Absorber 557.09155 MeV      Gap 242.65764 MeV
     1490    Absorber 558.17382 MeV      Gap 243.51314 MeV
    14911491 Number of secondaries in an event :
    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
     1492    gamma in Absorber 22.3    in Gap 7.6
     1493    e-    in Absorber 134.8    in Gap 50.9
     1494    e+    in Absorber 1.7    in Gap 0.2
    14951495 Minimum kinetic energy of generated secondaries :
    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
     1496    gamma in Absorber 28.643193 keV    in Gap 10.513489 keV
     1497    e-    in Absorber 20.796703 eV     in Gap 66.828455 eV
     1498    e+    in Absorber 813.98482 keV    in Gap 1.9813401 MeV
    14991499 Total track length of e+/e- in an event :
    1500     Absorber 22.508908 cm       Gap 22.3117 cm
     1500    Absorber 21.212944 cm       Gap 23.56816 cm
    15011501 Total number of steps of e+/e- in an event :
    1502     Absorber 246.5      Gap 110.2
     1502    Absorber 262.8      Gap 120.4
    15031503------------------------------------------------------------
    15041504Scores in parallel geometry
    15051505layer   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
     1506       0   755.3054       20.7       30.6          1  314.74913      113.2
     1507       1  24.963169        6.4       26.8        0.7  74.712173       62.6
     1508       2  7.6533841        1.5       27.8        0.1  22.315232       43.6
     1509       3  5.0096785        0.1         20          0  14.804273       40.7
     1510       4 0.96434459        0.1       18.1          0  1.3620111       28.7
     1511       5  1.4370104        0.2       11.4          0  4.1436216       18.7
     1512       6  1.3817196        0.1        9.1          0  2.8269117       12.3
     1513       7 0.43793726          0        7.4          0 0.53227696        8.5
     1514       8 0.56465526          0        7.8          0   1.232685          9
     1515       9 0.39848165          0        5.9          0 0.59311089       11.9
     1516      10 0.17897902          0        5.3          0 0.097824007        6.8
     1517      11 0.19919203        0.1        3.8          0 0.23429972        4.5
     1518      12 0.87230746        0.1        1.8        0.1  2.0816197        5.1
     1519      13 0.49920962        0.4        2.8          0  1.5362625        5.2
     1520      14 0.45839413        0.1        2.1          0  0.9010085          3
     1521      15 0.15435135          0        1.8          0 0.34886148        2.2
     1522      16 0.080527902          0        1.4          0 0.085674767        1.6
     1523      17 0.47094194          0        0.6          0  2.6174563        1.4
     1524      18 0.065068937          0        0.1          0 0.25109946        0.3
     1525      19          0          0          0          0          0          0
    15261526############################################################
    1527 CPU Time spent by each region0x2a992bb588
     1527CPU Time spent by each region0x2a992e9688
    15281528Region <DefaultRegionForTheWorld>
    15291529 All particles : User=0  Real=0  Sys=0
     
    15311531
    15321532Region <Calor-A>
    1533  All particles : User=0.25  Real=0.28  Sys=0.01
    1534  e+ / e-       : User=0.13  Real=0.13  Sys=0.01
     1533 All particles : User=0.19  Real=0.25  Sys=0.04
     1534 e+ / e-       : User=0.12  Real=0.15  Sys=0.03
    15351535
    15361536Region <Calor-B>
    1537  All particles : User=0.17  Real=0.21  Sys=0.01
    1538  e+ / e-       : User=0.1  Real=0.09  Sys=0
     1537 All particles : User=0.12  Real=0.15  Sys=0
     1538 e+ / e-       : User=0.03  Real=0.05  Sys=0
    15391539
    15401540Region <Calor-C>
    1541  All particles : User=0.08  Real=0.11  Sys=0
    1542  e+ / e-       : User=0.03  Real=0.08  Sys=0
     1541 All particles : User=0.06  Real=0.06  Sys=0
     1542 e+ / e-       : User=0.03  Real=0.02  Sys=0
    15431543
    15441544/run/dumpCouples
     
    19161916Run Summary
    19171917  Number of events processed : 10
    1918   User=1.49s Real=1.6s Sys=0.12s
     1918  User=6.94s Real=7.43s Sys=0.49s
    19191919############################################################
    19201920 Run Summary - Number of events : 10
     
    19241924    gamma 10 um     e- 10 um     e+ 10 um
    19251925 Energy deposition in an event :
    1926     Absorber 530.11311 MeV      Gap 231.89527 MeV
     1926    Absorber 1.696167 GeV      Gap 745.56833 MeV
    19271927 Number of secondaries in an event :
    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
     1928    gamma in Absorber 467.9    in Gap 123.8
     1929    e-    in Absorber 4189.5    in Gap 3281.8
     1930    e+    in Absorber 24.8    in Gap 5.6
    19311931 Minimum kinetic energy of generated secondaries :
    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
     1932    gamma in Absorber 1.0010502 keV    in Gap 1.0009436 keV
     1933    e-    in Absorber 1.0993932 eV     in Gap 3.768523 eV
     1934    e+    in Absorber 7.2419765 keV    in Gap 253.06932 keV
    19351935 Total track length of e+/e- in an event :
    1936     Absorber 36.685745 cm       Gap 33.914167 cm
     1936    Absorber 3.2853222 m        Gap 3.1693383 m
    19371937 Total number of steps of e+/e- in an event :
    1938     Absorber 1461.8      Gap 1272.6
     1938    Absorber 8099.1      Gap 6221.2
    19391939------------------------------------------------------------
    19401940Scores in parallel geometry
    19411941layer   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
     1942       0  2014.4557      465.4     4883.2       23.7  5156.8236     9858.3
     1943       1  247.23442       81.4      876.8        3.8  827.86423     1883.4
     1944       2  73.435532       21.7      465.8        1.3  221.68371      793.9
     1945       3  37.137473       10.1      315.2        0.8  104.99578      486.3
     1946       4  20.075674        4.5        224        0.4   42.46357      317.7
     1947       5  12.140856        2.6      159.7          0  28.058393      225.6
     1948       6  8.5671892        1.4      125.7        0.1  14.939492      169.6
     1949       7  10.688273        2.2      115.2        0.2  26.696425      174.1
     1950       8  5.4314869        1.2       77.8        0.1  13.919364      110.7
     1951       9  3.9608045        0.6       60.9          0  6.4223522       84.9
     1952      10  1.8469274        0.2       42.3          0  1.7201638       48.5
     1953      11  1.5964146          0       31.1          0  1.9859164       45.3
     1954      12  1.3675058          0       22.5          0  2.0618419         29
     1955      13 0.63554252          0       15.5          0 0.79853831       19.6
     1956      14  0.9010256        0.1       16.9          0  1.1776401       21.7
     1957      15 0.91605907          0         12          0  1.3288979       17.6
     1958      16 0.25242296          0        7.7          0 0.20930969        8.8
     1959      17 0.26545759        0.2        5.2          0 0.28485251        6.6
     1960      18  0.3854261        0.1        4.7          0 0.62798064        7.4
     1961      19 0.18223548          0        4.1          0 0.20727116        5.2
    19621962############################################################
    19631963Region : Calor-B
     
    19651965    gamma 100 um     e- 100 um     e+ 100 um
    19661966 Energy deposition in an event :
    1967     Absorber 960.48795 MeV      Gap 423.94412 MeV
     1967    Absorber 3.5305126 GeV      Gap 1.4957006 GeV
    19681968 Number of secondaries in an event :
    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
     1969    gamma in Absorber 1037.9    in Gap 270.1
     1970    e-    in Absorber 5676.5    in Gap 2461.2
     1971    e+    in Absorber 61.6    in Gap 13.1
    19721972 Minimum kinetic energy of generated secondaries :
    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
     1973    gamma in Absorber 2.3479421 keV    in Gap 1.111849 keV
     1974    e-    in Absorber 0.22346445 eV     in Gap 2.3314586 eV
     1975    e+    in Absorber 117.12086 keV    in Gap 225.95913 keV
    19761976 Total track length of e+/e- in an event :
    1977     Absorber 1.4165517 m        Gap 1.3663935
     1977    Absorber 7.6969285 m        Gap 7.1734739
    19781978 Total number of steps of e+/e- in an event :
    1979     Absorber 2048.2      Gap 1045.1
     1979    Absorber 11683      Gap 5311.2
    19801980------------------------------------------------------------
    19811981Scores in parallel geometry
    19821982layer   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
     1983       0  3670.3993      928.2     2717.1       50.8  10763.663     7822.7
     1984       1  699.86649      216.3     1233.1       11.8  2318.3133     2872.9
     1985       2  249.21646       73.1      902.7        4.4  758.98512     1577.7
     1986       3  138.49328       35.3        705          3   389.9701     1118.6
     1987       4  81.056354       20.5      578.9        1.5  212.03338      854.6
     1988       5  55.338093       12.2      470.3        1.2   138.6557      671.3
     1989       6  33.960965        7.5      352.1        0.8  73.382781      480.9
     1990       7  22.570558          3      276.6        0.3  48.587258        368
     1991       8  18.178552        2.8      215.6        0.3  39.732715      288.1
     1992       9  11.998956        1.8      174.1        0.3  23.919722      233.2
     1993      10  12.209629        2.7        132        0.1  28.746035      187.3
     1994      11  8.6084433        1.3      101.1        0.1  19.787514      145.8
     1995      12  6.5048468        1.1       67.2        0.1  17.612418       91.6
     1996      13    5.38601        0.5       49.6          0  13.943396       72.4
     1997      14  4.5054427        0.4       43.6          0  10.273409       61.5
     1998      15  1.9915514        0.5       31.7          0  3.4702722       38.1
     1999      16  1.0594992        0.1       26.2          0  1.0992033       30.9
     2000      17  1.2000089          0       19.9          0  1.6251359       23.5
     2001      18  1.5141373        0.3       16.4          0  2.5311285       22.4
     2002      19 0.84543195        0.3       10.8          0  1.5327173       13.4
    20032003############################################################
    20042004Region : Calor-C
     
    20062006    gamma 1 mm     e- 1 mm     e+ 1 mm
    20072007 Energy deposition in an event :
    2008     Absorber 583.23027 MeV      Gap 258.04904 MeV
     2008    Absorber 618.10052 MeV      Gap 275.986 MeV
    20092009 Number of secondaries in an event :
    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
     2010    gamma in Absorber 54.6    in Gap 17.4
     2011    e-    in Absorber 285.4    in Gap 131.3
     2012    e+    in Absorber 3.1    in Gap 0.3
    20132013 Minimum kinetic energy of generated secondaries :
    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
     2014    gamma in Absorber 6.9303437 keV    in Gap 3.0180842 keV
     2015    e-    in Absorber 11.856971 eV     in Gap 3.0602782 eV
     2016    e+    in Absorber 371.85274 keV    in Gap 14.000371 MeV
    20172017 Total track length of e+/e- in an event :
    2018     Absorber 42.274939 cm       Gap 42.448108 cm
     2018    Absorber 50.74172 cm       Gap 52.58595 cm
    20192019 Total number of steps of e+/e- in an event :
    2020     Absorber 521.2      Gap 270.4
     2020    Absorber 671.3      Gap 328.1
    20212021------------------------------------------------------------
    20222022Scores in parallel geometry
    20232023layer   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
     2024       0  836.12745       59.5      149.8        2.5  859.63071      590.7
     2025       1  27.846197        7.5       56.2        0.5   82.06264      112.8
     2026       2  11.467743        2.7         45        0.2  38.611284       73.7
     2027       3  3.6898813        0.8       35.7        0.1  8.3884824       50.7
     2028       4  3.4828043        0.5       31.6          0  10.224434       39.1
     2029       5  3.0111081        0.4       23.8          0  8.8059071       32.2
     2030       6 0.88877759          0       17.4          0  1.1240902       21.7
     2031       7 0.52306286          0       11.1          0  0.5593794       13.5
     2032       8 0.33031261          0        6.5          0 0.52793124        7.8
     2033       9  1.0216377          0        7.8          0  2.8008054        9.6
     2034      10 0.59628479          0        5.7          0  1.9007102        7.3
     2035      11 0.99273864        0.3        2.6        0.1  2.3037307        3.8
     2036      12 0.14850838          0        3.6          0  0.1790246        3.9
     2037      13  1.2852494          0        4.8          0  5.1380443        7.1
     2038      14  1.1398439        0.2        2.3          0  5.8256221        4.5
     2039      15 0.12404919        0.1        2.1          0 0.29076847        2.6
     2040      16 0.18341426          0        1.8          0 0.47375565          4
     2041      17 0.016960165          0        0.9          0 0.0076462589        0.9
     2042      18 0.11078617          0        1.8          0 0.11960493        4.8
     2043      19 0.21840147          0        2.6          0 0.55216132        3.3
    20442044############################################################
    2045 CPU Time spent by each region0x2a992bb588
     2045CPU Time spent by each region0x2a992e9688
    20462046Region <DefaultRegionForTheWorld>
    20472047 All particles : User=0  Real=0  Sys=0
     
    20492049
    20502050Region <Calor-A>
    2051  All particles : User=0.4  Real=0.43  Sys=0.06
    2052  e+ / e-       : User=0.19  Real=0.25  Sys=0.03
     2051 All particles : User=2  Real=2.04  Sys=0.15
     2052 e+ / e-       : User=1.46  Real=1.33  Sys=0.13
    20532053
    20542054Region <Calor-B>
    2055  All particles : User=0.5  Real=0.56  Sys=0.01
    2056  e+ / e-       : User=0.31  Real=0.36  Sys=0.03
     2055 All particles : User=2.85  Real=3.08  Sys=0.14
     2056 e+ / e-       : User=1.62  Real=1.9  Sys=0.06
    20572057
    20582058Region <Calor-C>
    2059  All particles : User=0.16  Real=0.16  Sys=0
    2060  e+ / e-       : User=0.05  Real=0.12  Sys=0
     2059 All particles : User=0.16  Real=0.2  Sys=0
     2060 e+ / e-       : User=0.11  Real=0.09  Sys=0
    20612061
    20622062/run/dumpCouples
  • trunk/examples/novice/N07/include/ExN07DetectorConstruction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorConstruction.hh,v 1.5 2006/06/29 17:54:42 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/include/ExN07DetectorMessenger.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorMessenger.hh,v 1.6 2006/06/29 17:54:44 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/include/ExN07ParallelWorld.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07ParallelWorld.hh,v 1.1 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/include/ExN07PhysicsList.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07PhysicsList.hh,v 1.4 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/include/ExN07PrimaryGeneratorAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07PrimaryGeneratorAction.hh,v 1.3 2006/06/29 17:54:48 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/include/ExN07Run.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07Run.hh,v 1.6 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/include/ExN07RunAction.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07RunAction.hh,v 1.4 2006/11/04 19:23:07 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/include/ExN07SteppingVerbose.hh

    r807 r1230  
    2626//
    2727// $Id: ExN07SteppingVerbose.hh,v 1.1 2006/11/04 19:23:07 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/src/ExN07DetectorConstruction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorConstruction.cc,v 1.8 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/src/ExN07DetectorMessenger.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07DetectorMessenger.cc,v 1.6 2006/06/29 17:54:57 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07ParallelWorld.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07ParallelWorld.cc,v 1.1 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/examples/novice/N07/src/ExN07PhysicsList.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07PhysicsList.cc,v 1.7 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07PrimaryGeneratorAction.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07PrimaryGeneratorAction.cc,v 1.3 2006/06/29 17:55:01 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07Run.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07Run.cc,v 1.6 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/examples/novice/N07/src/ExN07RunAction.cc

    r807 r1230  
    2525//
    2626//
    27 // $Id: ExN07RunAction.cc,v 1.7 2007/05/04 01:49:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: ExN07RunAction.cc,v 1.8 2007/05/12 20:02:58 asaim Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
     
    116116    << "------------------------------------------------------------" << G4endl;
    117117    G4cout << "Scores in parallel geometry" << G4endl;
    118     G4cout << "layer  eDep/evt   nGamma/evt   nElec/evt   nPosi/evt   stepLen/evt  nStep/evt"
     118    G4cout << "layer   eDep/evt  nGamma/evt nElec/evt  nPosi/evt  stpLen/evt nStep/evt"
    119119           << G4endl;
    120120    for(size_t k=0;k<20;k++)
    121121    {
    122       G4cout << "  " << k;
     122      G4cout << std::setw(8) << k;
    123123      for(size_t j=0;j<6;j++)
    124       { G4cout << "  " << (theRun->GetParaValue(i,j,k))/nEvt; }
     124      { G4cout << " " << std::setw(10) << (theRun->GetParaValue(i,j,k))/nEvt; }
    125125      G4cout << G4endl;
    126126    }
     
    128128    << "############################################################" << G4endl;
    129129  }
     130  G4cout << "CPU Time spent by each region" << G4cout;
    130131  ExN07SteppingVerbose* sv = (ExN07SteppingVerbose*)(G4VSteppingVerbose::GetInstance());
    131132  sv->Report();
  • trunk/examples/novice/N07/src/ExN07SteppingVerbose.cc

    r807 r1230  
    2626//
    2727// $Id: ExN07SteppingVerbose.cc,v 1.1 2006/11/04 19:23:07 asaim Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
Note: See TracChangeset for help on using the changeset viewer.