Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (15 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/source/processes/hadronic/stopping
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/stopping/History

    r1196 r1340  
    1414     * Please list in reverse chronological order (last date on top)
    1515     ---------------------------------------------------------------
     16
     1720-Sep-2010 Gunter Folger        (hadr-stopping-V09-03-00)
     18----------------------------------------------------------
     19- G4MuonMinusCaptureAtRest use integer A&Z for G4Fancy3DNucleus
    1620
    172119-Nov-2009 Vladimir Ivantchenko (hadr-stopping-V09-02-04)
  • trunk/source/processes/hadronic/stopping/include/G4MuMinusCaptureCascade.hh

    r1337 r1340  
    2525//
    2626// $Id: G4MuMinusCaptureCascade.hh,v 1.10 2007/07/05 18:19:14 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929//   G4MuMinusCaptureCascade physics process --------
  • trunk/source/processes/hadronic/stopping/include/G4MuonMinusCaptureAtRest.hh

    r1337 r1340  
    2525//
    2626// $Id: G4MuonMinusCaptureAtRest.hh,v 1.23 2008/10/02 20:57:52 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929//  G4MuonMinusCaptureAtRest physics process
  • trunk/source/processes/hadronic/stopping/include/G4StopElementSelector.hh

    r1337 r1340  
    2525//
    2626// $Id: G4StopElementSelector.hh,v 1.10 2007/07/05 18:19:14 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929// Author:        V.Ivanchenko (Vladimir.Ivantchenko@cern.ch)
  • trunk/source/processes/hadronic/stopping/src/G4MuMinusCaptureCascade.cc

    r1337 r1340  
    2525//
    2626// $Id: G4MuMinusCaptureCascade.cc,v 1.16 2008/05/05 09:09:06 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929//   G4MuonMinusCaptureAtRest physics process
  • trunk/source/processes/hadronic/stopping/src/G4MuonMinusCaptureAtRest.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MuonMinusCaptureAtRest.cc,v 1.54 2009/01/24 11:55:38 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4MuonMinusCaptureAtRest.cc,v 1.55 2010/09/20 12:53:00 gunter Exp $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929//   G4MuonMinusCaptureAtRest physics process
     
    302302  G4double eEx;
    303303  do {
    304     theN->Init(targetA, targetZ);
     304    theN->Init(ia, iz);
    305305    G4LorentzVector thePMom;
    306306    G4Nucleon * aNucleon = 0;
  • trunk/source/processes/hadronic/stopping/src/G4StopElementSelector.cc

    r1337 r1340  
    2525//
    2626// $Id: G4StopElementSelector.cc,v 1.16 2007/10/02 18:27:43 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// GEANT4 tag $Name: hadr-stopping-V09-03-00 $
    2828//
    2929// File: G4StopElementSelector
Note: See TracChangeset for help on using the changeset viewer.