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/rpg/include/G4RPGFragmentation.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGFragmentation.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGFragmentation.hh,v 1.2 2008/02/22 22:02:13 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
     
    7373 private:
    7474
     75   void
     76   ReduceEnergiesOfSecondaries(G4int /*startingIndex*/,
     77                               G4double& /*forwardKinetic*/,
     78                               G4double& /*backwardKinetic*/,
     79                               G4FastVector<G4ReactionProduct,256>& /*vec*/,
     80                               G4int& /*vecLen*/,
     81                               G4ReactionProduct& /*forwardPseudoParticle*/,
     82                               G4ReactionProduct& /*backwardPseudoParticle*/,
     83                               G4double& /*pt*/);
     84
    7585   G4double dndl[20];   
    7686 };
Note: See TracChangeset for help on using the changeset viewer.