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/RE02/src
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/runAndEvent/RE02/src/RE02DetectorConstruction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02DetectorConstruction.cc,v 1.3 2006/11/18 01:37:23 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/RE02/src/RE02EMPhysics.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: RE02EMPhysics.cc,v 1.2 2006/06/29 17:45:12 gunter Exp $
     26// $Id: RE02EMPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
    2727// --------------------------------------------------------------
    2828//
     
    7373   //Electorn
    7474   pManager = G4Electron::Electron()->GetProcessManager();
    75    G4VProcess* theeminusMultipleScattering = new G4MultipleScattering();
     75   G4VProcess* theeminusMultipleScattering = new G4eMultipleScattering();
    7676   G4VProcess* theeminusIonisation         = new G4eIonisation();
    7777   G4VProcess* theeminusBremsstrahlung     = new G4eBremsstrahlung();
     
    9494   //Positron
    9595   pManager = G4Positron::Positron()->GetProcessManager();
    96    G4VProcess* theeplusMultipleScattering = new G4MultipleScattering();
     96   G4VProcess* theeplusMultipleScattering = new G4eMultipleScattering();
    9797   G4VProcess* theeplusIonisation         = new G4eIonisation();
    9898   G4VProcess* theeplusBremsstrahlung     = new G4eBremsstrahlung();
  • trunk/examples/extended/runAndEvent/RE02/src/RE02EventAction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02EventAction.cc,v 1.3 2006/11/18 01:37:24 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/RE02/src/RE02HadronPhysics.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: RE02HadronPhysics.cc,v 1.2 2006/06/29 17:45:18 gunter Exp $
     26// $Id: RE02HadronPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
    2727// --------------------------------------------------------------
    2828//
     
    7878   pManager->AddDiscreteProcess(thePionPlusInelasticProcess);
    7979
    80    G4VProcess* theppMultipleScattering = new G4MultipleScattering();
     80   G4VProcess* theppMultipleScattering = new G4hMultipleScattering();
    8181   G4VProcess* theppIonisation        = new G4hIonisation();
    8282   //
     
    111111   pManager->AddDiscreteProcess(thePionMinusInelasticProcess);
    112112
    113    G4VProcess* thepmMultipleScattering = new G4MultipleScattering();
     113   G4VProcess* thepmMultipleScattering = new G4hMultipleScattering();
    114114   G4VProcess* thepmIonisation        = new G4hIonisation();
    115115   //
     
    145145   pManager->AddDiscreteProcess(theKaonPlusInelasticProcess);
    146146
    147    G4VProcess* thekpMultipleScattering = new G4MultipleScattering();
     147   G4VProcess* thekpMultipleScattering = new G4hMultipleScattering();
    148148   G4VProcess* thekpIonisation        = new G4hIonisation();
    149149   //
     
    180180   pManager->AddDiscreteProcess(theKaonMinusInelasticProcess);
    181181
    182    G4VProcess* thekmMultipleScattering = new G4MultipleScattering();
     182   G4VProcess* thekmMultipleScattering = new G4hMultipleScattering();
    183183   G4VProcess* thekmIonisation        = new G4hIonisation();
    184184
     
    256256   pManager->AddDiscreteProcess(theProtonInelasticProcess);
    257257
    258    G4VProcess* thepMultipleScattering = new G4MultipleScattering();
     258   G4VProcess* thepMultipleScattering = new G4hMultipleScattering();
    259259   G4VProcess* thepIonisation        = new G4hIonisation();
    260260
     
    294294   pManager->AddRestProcess(theAntiProtonAnnihilation);
    295295
    296    G4VProcess* theapMultipleScattering = new G4MultipleScattering();
     296   G4VProcess* theapMultipleScattering = new G4hMultipleScattering();
    297297   G4VProcess* theapIonisation        = new G4hIonisation();
    298298
     
    429429   pManager->AddDiscreteProcess(theSigmaPlusInelasticProcess);
    430430
    431    G4VProcess* thespMultipleScattering = new G4MultipleScattering();
     431   G4VProcess* thespMultipleScattering = new G4hMultipleScattering();
    432432   G4VProcess* thespIonisation        = new G4hIonisation();
    433433
     
    463463   pManager->AddDiscreteProcess(theAntiSigmaPlusInelasticProcess);
    464464
    465    G4VProcess* theaspMultipleScattering = new G4MultipleScattering();
     465   G4VProcess* theaspMultipleScattering = new G4hMultipleScattering();
    466466   G4VProcess* theaspIonisation        = new G4hIonisation();
    467467
     
    497497   pManager->AddDiscreteProcess(theSigmaMinusInelasticProcess);
    498498
    499    G4VProcess* thesmMultipleScattering = new G4MultipleScattering();
     499   G4VProcess* thesmMultipleScattering = new G4hMultipleScattering();
    500500   G4VProcess* thesmIonisation        = new G4hIonisation();
    501501
     
    531531   pManager->AddDiscreteProcess(theAntiSigmaMinusInelasticProcess);
    532532
    533    G4VProcess* theasmMultipleScattering = new G4MultipleScattering();
     533   G4VProcess* theasmMultipleScattering = new G4hMultipleScattering();
    534534   G4VProcess* theasmIonisation        = new G4hIonisation();
    535535
     
    605605   pManager->AddDiscreteProcess(theXiMinusInelasticProcess);
    606606
    607    G4VProcess* thexmMultipleScattering = new G4MultipleScattering();
     607   G4VProcess* thexmMultipleScattering = new G4hMultipleScattering();
    608608   G4VProcess* thexmIonisation        = new G4hIonisation();
    609609
     
    639639   pManager->AddDiscreteProcess(theAntiXiMinusInelasticProcess);
    640640
    641    G4VProcess* theaxmMultipleScattering = new G4MultipleScattering();
     641   G4VProcess* theaxmMultipleScattering = new G4hMultipleScattering();
    642642   G4VProcess* theaxmIonisation        = new G4hIonisation();
    643643
     
    673673   pManager->AddDiscreteProcess(theOmegaMinusInelasticProcess);
    674674
    675    G4VProcess* theomMultipleScattering = new G4MultipleScattering();
     675   G4VProcess* theomMultipleScattering = new G4hMultipleScattering();
    676676   G4VProcess* theomIonisation        = new G4hIonisation();
    677677
     
    707707   pManager->AddDiscreteProcess(theAntiOmegaMinusInelasticProcess);
    708708
    709    G4VProcess* theaomMultipleScattering = new G4MultipleScattering();
     709   G4VProcess* theaomMultipleScattering = new G4hMultipleScattering();
    710710   G4VProcess* theaomIonisation        = new G4hIonisation();
    711711
  • trunk/examples/extended/runAndEvent/RE02/src/RE02IonPhysics.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: RE02IonPhysics.cc,v 1.2 2006/06/29 17:45:21 gunter Exp $
     26// $Id: RE02IonPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
    2727// --------------------------------------------------------------
    2828//
     
    6464
    6565   // add process
    66    G4VProcess* thegionMultipleScattering = new G4MultipleScattering();
     66   G4VProcess* thegionMultipleScattering = new G4hMultipleScattering();
    6767   //
    6868   // G4hIonization may be not able to use for Geanric Ion in future
     
    112112   pManager->AddDiscreteProcess(theDeuteronInelasticProcess);
    113113
    114    G4VProcess* thedueMultipleScattering = new G4MultipleScattering();
     114   G4VProcess* thedueMultipleScattering = new G4hMultipleScattering();
    115115   G4VProcess* thedueIonisation        = new G4hIonisation();
    116116   //
     
    144144   pManager->AddDiscreteProcess(theTritonInelasticProcess);
    145145
    146    G4VProcess* thetriMultipleScattering = new G4MultipleScattering();
     146   G4VProcess* thetriMultipleScattering = new G4hMultipleScattering();
    147147   G4VProcess* thetriIonisation        = new G4hIonisation();
    148148   //
     
    176176   pManager->AddDiscreteProcess(theAlphaInelasticProcess);
    177177
    178    G4VProcess* thealpMultipleScattering = new G4MultipleScattering();
     178   G4VProcess* thealpMultipleScattering = new G4hMultipleScattering();
    179179   G4VProcess* thealpIonisation        = new G4hIonisation();
    180180   //
     
    201201   pManager->AddDiscreteProcess(thehe3ElasticProcess);
    202202
    203    G4VProcess* thehe3MultipleScattering = new G4MultipleScattering();
     203   G4VProcess* thehe3MultipleScattering = new G4hMultipleScattering();
    204204   G4VProcess* thehe3Ionisation        = new G4hIonisation();
    205205   //
  • trunk/examples/extended/runAndEvent/RE02/src/RE02MuonPhysics.cc

    r807 r1337  
    2424// ********************************************************************
    2525//
    26 // $Id: RE02MuonPhysics.cc,v 1.2 2006/06/29 17:45:23 gunter Exp $
     26// $Id: RE02MuonPhysics.cc,v 1.3 2010/04/07 01:29:00 asaim Exp $
    2727// --------------------------------------------------------------
    2828//
     
    6262   //Muon+
    6363   pManager = G4MuonPlus::MuonPlus()->GetProcessManager();
    64    G4VProcess* thempMultipleScattering = new G4MultipleScattering();
     64   G4VProcess* thempMultipleScattering = new G4MuMultipleScattering();
    6565   G4VProcess* thempBremsstrahlung     = new G4MuBremsstrahlung();
    6666   G4VProcess* thempPairProduction     = new G4MuPairProduction();
     
    8787   //Muon-
    8888   pManager = G4MuonMinus::MuonMinus()->GetProcessManager();
    89    G4VProcess* themmMultipleScattering = new G4MultipleScattering();
     89   G4VProcess* themmMultipleScattering = new G4MuMultipleScattering();
    9090   G4VProcess* themmBremsstrahlung     = new G4MuBremsstrahlung();
    9191   G4VProcess* themmPairProduction     = new G4MuPairProduction();
     
    111111   // Tau+ Physics
    112112   pManager = G4TauPlus::TauPlus()->GetProcessManager();
    113    G4VProcess* thetpMultipleScattering = new G4MultipleScattering();
     113   G4VProcess* thetpMultipleScattering = new G4hMultipleScattering();
    114114   G4VProcess* thetpIonisation        = new G4hIonisation();
    115115   //
     
    128128   // Tau- Physics
    129129   pManager = G4TauMinus::TauMinus()->GetProcessManager();
    130    G4VProcess* thetmMultipleScattering = new G4MultipleScattering();
     130   G4VProcess* thetmMultipleScattering = new G4hMultipleScattering();
    131131   G4VProcess* thetmIonisation        = new G4hIonisation();
    132132   //
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSCellFlux.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSCellFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSCellFlux
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSEnergyDeposit.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSEnergyDeposit.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSEnergyDeposit
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSFlatSurfaceCurrent.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSFlatSurfaceCurrent.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSFlatSurfaceCurrent
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSFlatSurfaceFlux.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSFlatSurfaceFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSFlatSurfaceFlux
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSNofStep.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSNofStep.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSNofStep
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PSPassageCellFlux.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PSPassageCellFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// RE02PSPassageCellFlux
  • trunk/examples/extended/runAndEvent/RE02/src/RE02PrimaryGeneratorAction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02PrimaryGeneratorAction.cc,v 1.3 2006/11/18 01:37:24 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/RE02/src/RE02Run.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02Run.cc,v 1.3 2006/11/18 01:37:24 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/RE02/src/RE02RunAction.cc

    r1230 r1337  
    2626//
    2727// $Id: RE02RunAction.cc,v 1.3 2006/11/18 01:37:24 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030#include "RE02RunAction.hh"
Note: See TracChangeset for help on using the changeset viewer.