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

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/examples/extended/runAndEvent/RE03
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/runAndEvent/RE03/History

    r807 r1337  
    1 $Id: History,v 1.1 2007/11/13 20:31:59 asaim Exp $
     1$Id: History,v 1.3 2010/04/07 01:30:07 asaim Exp $
    22-------------------------------------------------------------------
    33
     
    1616     ----------------------------------------------------------
    1717 
     18Apr. 06, 2010 M.Asai (exampleRE03-V09-03-00)
     19- Replace G4MultipleScattering with G4eMultipleScattering, G4MuMultipleScattering and G4hMultipleScattring.
     20
     21Nov. 23, 08 M.Asai (exampleRE03-V09-01-00)
     22- Add "run4.mac" with cylindrical scoring mesh.
     23
    1824Nov. 14, 07 M.Asai (exampleRE03-V09-00-00)
    1925- Introducing this example.
  • trunk/examples/extended/runAndEvent/RE03/RE03.cc

    r1230 r1337  
    2626//
    2727// $Id: RE03.cc,v 1.4 2007/11/17 01:26:01 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/extended/runAndEvent/RE03/README

    r807 r1337  
    66
    77****************************************************************
    8 * IMPORTANT NOTICE for version 9.1                             *
    9 *  This UI-command base scoring is still in alpha release and  *
     8* IMPORTANT NOTICE for version 9.2                             *
     9*                                                              *
     10*  This UI-command base scoring is still in beta release and   *
    1011* functionality offered is preliminary. We do not guarantee    *
    1112* the correctness of the code. Also, we may change any of the  *
    1213* commands / methods in the near future release.               *
     14*  In particular for the cylindrical scoring mesh, we are      *
     15* aware of rather frequent warning messages issued by the      *
     16* G4Navigator for the zero-length steps. I believe the results *
     17* is correct, but we appreciate the user's patient for this    *
     18* messy warning messages. It is identified that if a track     *
     19* enters at exactly the center of the top/bottom circlic face  *
     20* exactly along the local z-axis of the scoring cylinder, this *
     21* warning message is mostlikely issued.                        *
     22*                                                              *
    1323****************************************************************
    1424
     
    37472. Macro files
    3848
    39  "run1.mac" through "run3.mac" macro files should be used
     49 "run1.mac" through "run4.mac" macro files should be used
    4050independently. Each macro file create its own scoring parallel
    41 world(s). "vis.mac" and "drawSlics.mac" are used internally.
    42 Each macro should work for both interactively and batch, but
    43 interactive mode is advised for better visualization.
     51world(s). "vis.mac", "drawSlices.mac" and "drawCylinderSlices.mac"
     52are used internally. Each macro should work for both interactively
     53and batch, but interactive mode is advised for better visualization.
     54
     55 IMPORTANT: DO NOT use more than one of these macro files in one
     56execution of this example.
    4457
    45583. RE03UserScoreWriter
  • trunk/examples/extended/runAndEvent/RE03/include/RE03DetectorConstruction.hh

    r1230 r1337  
    2626//
    2727// $Id: RE03DetectorConstruction.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/extended/runAndEvent/RE03/include/RE03PhysicsList.hh

    r1230 r1337  
    2626//
    2727// $Id: RE03PhysicsList.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/extended/runAndEvent/RE03/include/RE03PrimaryGeneratorAction.hh

    r1230 r1337  
    2626//
    2727// $Id: RE03PrimaryGeneratorAction.hh,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/examples/extended/runAndEvent/RE03/src/RE03DetectorConstruction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE03DetectorConstruction.cc,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/examples/extended/runAndEvent/RE03/src/RE03PhysicsList.cc

    r1230 r1337  
    2525//
    2626//
    27 // $Id: RE03PhysicsList.cc,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: RE03PhysicsList.cc,v 1.2 2010/04/07 01:30:07 asaim Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
     
    121121#include "G4PhotoElectricEffect.hh"
    122122
    123 #include "G4MultipleScattering.hh"
    124 
     123#include "G4eMultipleScattering.hh"
    125124#include "G4eIonisation.hh"
    126125#include "G4eBremsstrahlung.hh"
    127126#include "G4eplusAnnihilation.hh"
    128127
     128#include "G4MuMultipleScattering.hh"
    129129#include "G4MuIonisation.hh"
    130130#include "G4MuBremsstrahlung.hh"
    131131#include "G4MuPairProduction.hh"
    132132
     133#include "G4hMultipleScattering.hh"
    133134#include "G4hIonisation.hh"
    134135
     
    149150    } else if (particleName == "e-") {
    150151      //electron
    151       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
     152      pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1);
    152153      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    153154      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);     
     
    155156    } else if (particleName == "e+") {
    156157      //positron
    157       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
     158      pmanager->AddProcess(new G4eMultipleScattering,-1, 1,1);
    158159      pmanager->AddProcess(new G4eIonisation,       -1, 2,2);
    159160      pmanager->AddProcess(new G4eBremsstrahlung,   -1, 3,3);
     
    163164               particleName == "mu-"    ) {
    164165      //muon 
    165       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
     166      pmanager->AddProcess(new G4MuMultipleScattering,-1, 1,1);
    166167      pmanager->AddProcess(new G4MuIonisation,      -1, 2,2);
    167168      pmanager->AddProcess(new G4MuBremsstrahlung,  -1, 3,3);
     
    172173               (particle->GetParticleName() != "chargedgeantino")) {
    173174      //all others charged particles except geantino
    174       pmanager->AddProcess(new G4MultipleScattering,-1, 1,1);
     175      pmanager->AddProcess(new G4hMultipleScattering,-1, 1,1);
    175176      pmanager->AddProcess(new G4hIonisation,       -1, 2,2);
    176177    }
  • trunk/examples/extended/runAndEvent/RE03/src/RE03PrimaryGeneratorAction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE03PrimaryGeneratorAction.cc,v 1.1 2007/11/13 19:55:43 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
Note: See TracChangeset for help on using the changeset viewer.