Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/lowenergy/src/G4OrlicLiCrossSection.cc

    r1337 r1347  
    2424// ********************************************************************
    2525//
    26 //$Id: G4OrlicLiCrossSection.cc,v 1.5 2010/06/06 23:40:35 mantero Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26//$Id: G4OrlicLiCrossSection.cc,v 1.6 2010/11/22 18:32:00 mantero Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929// Author: Haifa Ben Abdelouahed
     
    218218
    219219  if (L1crossSection >= 0) {
    220     return L1crossSection;
     220    return L1crossSection * barn;
    221221  }
    222222  else {return 0;}
     
    342342
    343343  if (L2crossSection >= 0) {
    344     return L2crossSection;
     344    return L2crossSection * barn;
    345345  }
    346346  else {return 0;}
     
    461461   }
    462462  if (L3crossSection >= 0) {
    463     return L3crossSection;
     463    return L3crossSection * barn;
    464464  }
    465465  else {return 0;}
Note: See TracChangeset for help on using the changeset viewer.