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

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/standard/src/G4eCoulombScatteringModel.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4eCoulombScatteringModel.cc,v 1.89 2010/05/27 14:22:05 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4eCoulombScatteringModel.cc,v 1.90 2010/10/26 10:35:22 vnivanch Exp $
     27// GEANT4 tag $Name: emstand-V09-03-24 $
    2828//
    2929// -------------------------------------------------------------------
     
    9191  currentCouple = 0;
    9292  wokvi = new G4WentzelOKandVIxSection();
     93
     94  currentMaterialIndex = 0;
     95
     96  cosTetMinNuc = 1.0;
     97  cosTetMaxNuc = -1.0;
     98  elecRatio = 0.0;
     99  mass = proton_mass_c2;
    93100}
    94101
Note: See TracChangeset for help on using the changeset viewer.