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/hadronic/models/high_energy/include/G4HEProtonInelastic.hh

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4HEProtonInelastic.hh,v 1.15 2007/04/11 18:11:30 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4HEProtonInelastic.hh,v 1.17 2010/11/29 05:45:06 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    5757   G4HEProtonInelastic() : G4HEInelastic("G4HEProtonInelastic")
    5858   {
    59      theMinEnergy =  45*GeV;
     59     vecLength = 0;
     60     theMinEnergy = 45*GeV;
    6061     theMaxEnergy = 10*TeV;
    6162     MAXPART      = 2048;
     
    6768   G4int vecLength;
    6869       
    69    G4HadFinalState* ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus);
     70   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     71                                  G4Nucleus& targetNucleus);
    7072
    71    G4int  GetNumberOfSecondaries()
    72         { return vecLength; }         
     73   G4int GetNumberOfSecondaries() {return vecLength;}
    7374
    74    void   FirstIntInCasProton(G4bool &inElastic, const G4double availableEnergy,
    75                               G4HEVector pv[],
    76                               G4int &vecLen,
    77                               G4HEVector incidentParticle,
    78                               G4HEVector targetParticle,
    79                               const G4double atomicWeight);
     75   void FirstIntInCasProton(G4bool& inElastic,
     76                            const G4double availableEnergy,
     77                            G4HEVector pv[],
     78                            G4int& vecLen,
     79                            const G4HEVector& incidentParticle,
     80                            const G4HEVector& targetParticle,
     81                            const G4double atomicWeight);
    8082};
    81 #endif                     
    82                                          
     83#endif
    8384
Note: See TracChangeset for help on using the changeset viewer.