Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

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

    r819 r961  
    15011501              type = aSecondary->GetDefinition();
    15021502              if ( etot + e <= eLoss &&
    1503                    (type == G4Gamma::Gamma() && e > minGammaEnergy ) ||
    1504                    (type == G4Electron::Electron() && e > minElectronEnergy)) {
     1503                   ( (type == G4Gamma::Gamma() && e > minGammaEnergy ) ||
     1504                   (type == G4Electron::Electron() && e > minElectronEnergy) ) ) {
    15051505
    15061506                     etot += e;
Note: See TracChangeset for help on using the changeset viewer.