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/electromagnetic/polarisation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/polarisation/History

    r961 r1055  
    1 $Id: History,v 1.16 2008/10/30 22:34:23 schaelic Exp $
     1$Id: History,v 1.18 2009/04/12 17:43:35 vnivanch Exp $
    22-------------------------------------------------------------------
    33
     
    1717     * Reverse chronological order (last date on top), please *
    1818     ----------------------------------------------------------
     19
     2012 April 09: V.Ivanchenko (empolar-V09-02-00)
     21G4PolarizedAnnihilationModel - simplified initialisation
     22
    192330 October 08: A.Schaelicke (empolar-V09-01-01)
    2024   For all process classes set sub-types according to the enumeration
  • trunk/source/processes/electromagnetic/polarisation/src/G4PolarizedAnnihilationModel.cc

    r1007 r1055  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PolarizedAnnihilationModel.cc,v 1.6 2007/07/10 09:38:17 schaelic Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4PolarizedAnnihilationModel.cc,v 1.8 2009/04/12 17:47:58 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    8383  //  G4eeToTwoGammaModel::Initialise(part,dv);
    8484  if(gIsInitialised) return;
    85 
    86   if(pParticleChange)
    87     gParticleChange =
    88       reinterpret_cast<G4ParticleChangeForGamma*>(pParticleChange);
    89   else
    90     gParticleChange = new G4ParticleChangeForGamma();
    91 
     85  gParticleChange = GetParticleChangeForGamma();
    9286  gIsInitialised = true;
    9387}
Note: See TracChangeset for help on using the changeset viewer.