Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

Location:
trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/History

    r1007 r1055  
    1 $Id: History,v 1.6 2008/10/02 21:05:09 dennis Exp $
     1$Id: History,v 1.8 2009/02/06 08:58:20 vnivanch Exp $
    22-------------------------------------------------------------------
    33
     
    1616     ---------------------------------------------------------------
    1717
     1806 Feb 2009 V.Ivantchenko (hadr-munuclear-V09-02-01)
     19----------------------------------------------------
     20
     2124 Jan 2009 V.Ivantchenko (hadr-munuclear-V09-02-00)
     22----------------------------------------------------
     23- G4MuNuclearInteraction added deregistration of the process
     24
    1825 4 Oct 2008 Dennis Wright (hadr-munuclear-V09-01-01)
    1926----------------------------------------------------
     
    2128  12 to fHadronInelastic
    2229
    23  2 Sep 2008 V.Ivantchenko (hadr-munuclear-V09-01-00)
    24 -----------------------------------------------------------------------
     30 2 Sep 2008 V.Ivanchenko (hadr-munuclear-V09-01-00)
     31---------------------------------------------------
    2532- G4MuNuclearInteraction added SubType and registration in the
    2633                         G4HadronicProcessStore; added PreparePhysicsTable
    2734                         method and cleanup for readability
    2835
    29  4 Nov 2006 Dennis Wright for V. Ivantchenko (hadr-munuclear-V08-01-00)
     36 4 Nov 2006 Dennis Wright for V.Ivanchenko (hadr-munuclear-V08-01-00)
    3037-----------------------------------------------------------------------
    3138- G4MuNuclearInteraction::ComputeMicroscopicCrossSection: prevent NaN
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.icc

    r962 r1055  
    2626//
    2727// $Id: G4MuNuclearInteraction.icc,v 1.3 2006/06/29 20:57:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2929//
    3030// $Id:
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc

    r1007 r1055  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4MuNuclearInteraction.cc,v 1.11 2008/10/02 21:04:54 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4MuNuclearInteraction.cc,v 1.12 2009/01/24 11:59:37 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2928//
    3029// $Id:
     
    3837//      added simple model for hadronic vertex, J.P. Wellisch, November 1998
    3938// --------------------------------------------------------------
    40 // 26/10/98: new corr.s from R.Kokoulin + cleanup , L.Urban
     39// 26/10/1998: new corr.s from R.Kokoulin + cleanup , L.Urban
     40// 23/01/2009  V.Ivanchenko Add deregistration
    4141//
     42
    4243#include "G4MuNuclearInteraction.hh"
    4344#include "G4UnitsTable.hh"
     
    7475G4MuNuclearInteraction::~G4MuNuclearInteraction()
    7576{
     77  G4HadronicProcessStore::Instance()->DeRegisterExtraProcess(this);
     78
    7679  if (theMeanFreePathTable) {
    7780    theMeanFreePathTable->clearAndDestroy();
Note: See TracChangeset for help on using the changeset viewer.