Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

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

    r819 r1315  
    6161                                               G4double mass,
    6262                                               G4double deltaEnergy) const
     63//  returns the shell ionized if the shell exists. If the shell is not counted, it returns -1
     64
    6365{
    6466  std::vector<G4double> p = Probabilities(Z,incidentEnergy,mass,deltaEnergy);
    65   G4int shell = 0;
     67  G4int shell = -1;
    6668  size_t nShells = p.size();
    6769  G4double q = G4UniformRand();
Note: See TracChangeset for help on using the changeset viewer.