Ignore:
Timestamp:
Apr 20, 2009, 5:54:05 PM (15 years ago)
Author:
garnier
Message:

update to geant4.9.2

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

Legend:

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

    r962 r1007  
    1 $Id: History,v 1.8 2009/02/06 08:58:20 vnivanch Exp $
     1$Id: History,v 1.6 2008/10/02 21:05:09 dennis Exp $
    22-------------------------------------------------------------------
    33
     
    1616     ---------------------------------------------------------------
    1717
    18 06 Feb 2009 V.Ivantchenko (hadr-munuclear-V09-02-01)
    19 ----------------------------------------------------
    20 
    21 24 Jan 2009 V.Ivantchenko (hadr-munuclear-V09-02-00)
    22 ----------------------------------------------------
    23 - G4MuNuclearInteraction added deregistration of the process
    24 
    2518 4 Oct 2008 Dennis Wright (hadr-munuclear-V09-01-01)
    2619----------------------------------------------------
     
    2821  12 to fHadronInelastic
    2922
    30  2 Sep 2008 V.Ivanchenko (hadr-munuclear-V09-01-00)
    31 ---------------------------------------------------
     23 2 Sep 2008 V.Ivantchenko (hadr-munuclear-V09-01-00)
     24-----------------------------------------------------------------------
    3225- G4MuNuclearInteraction added SubType and registration in the
    3326                         G4HadronicProcessStore; added PreparePhysicsTable
    3427                         method and cleanup for readability
    3528
    36  4 Nov 2006 Dennis Wright for V.Ivanchenko (hadr-munuclear-V08-01-00)
     29 4 Nov 2006 Dennis Wright for V. Ivantchenko (hadr-munuclear-V08-01-00)
    3730-----------------------------------------------------------------------
    3831- G4MuNuclearInteraction::ComputeMicroscopicCrossSection: prevent NaN
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/include/G4MuNuclearInteraction.hh

    r962 r1007  
    2626//
    2727// $Id: G4MuNuclearInteraction.hh,v 1.6 2008/10/02 21:04:35 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030// $Id:
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuNuclearInteraction.cc

    r962 r1007  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MuNuclearInteraction.cc,v 1.12 2009/01/24 11:59:37 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26//
     27// $Id: G4MuNuclearInteraction.cc,v 1.11 2008/10/02 21:04:54 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-02 $
    2829//
    2930// $Id:
     
    3738//      added simple model for hadronic vertex, J.P. Wellisch, November 1998
    3839// --------------------------------------------------------------
    39 // 26/10/1998: new corr.s from R.Kokoulin + cleanup , L.Urban
    40 // 23/01/2009  V.Ivanchenko Add deregistration
     40// 26/10/98: new corr.s from R.Kokoulin + cleanup , L.Urban
    4141//
    42 
    4342#include "G4MuNuclearInteraction.hh"
    4443#include "G4UnitsTable.hh"
     
    7574G4MuNuclearInteraction::~G4MuNuclearInteraction()
    7675{
    77   G4HadronicProcessStore::Instance()->DeRegisterExtraProcess(this);
    78 
    7976  if (theMeanFreePathTable) {
    8077    theMeanFreePathTable->clearAndDestroy();
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4MuonNucleusInteractionModel.cc

    r962 r1007  
    2626//
    2727// $Id: G4MuonNucleusInteractionModel.cc,v 1.6 2006/06/29 20:57:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030// --------------------------------------------------------------
  • trunk/source/processes/hadronic/models/photolepton_hadron/muon_nuclear/src/G4ParametrizedHadronicVertex.cc

    r962 r1007  
    2626//
    2727// $Id: G4ParametrizedHadronicVertex.cc,v 1.6 2006/06/29 20:57:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-02 $
    2929//
    3030// --------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.