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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/cascade/cascade/src/G4CascadParticle.cc

    r819 r962  
    4646  G4double rr = 0.0;
    4747  G4double pp = 0.0;
    48   std::vector<G4double> mom = theParticle.getMomentum();
     48  const G4CascadeMomentum& mom = theParticle.getMomentum();
    4949
    5050  for (G4int i = 1; i < 4; i++) {
     
    9191  }
    9292
    93   std::vector<G4double> mom = theParticle.getMomentum();
     93  const G4CascadeMomentum& mom = theParticle.getMomentum();
    9494  G4double pmod = theParticle.getMomModule();
    9595
Note: See TracChangeset for help on using the changeset viewer.