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/G4HEAntiLambdaInelastic.hh

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4HEAntiLambdaInelastic.hh,v 1.14 2007/04/11 18:11:30 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4HEAntiLambdaInelastic.hh,v 1.16 2010/11/27 02:02:59 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    5757   G4HEAntiLambdaInelastic() : G4HEInelastic("G4HEAntiLambdaInelastic")
    5858   {
     59     vecLength = 0;
    5960     theMinEnergy =  20*GeV;
    6061     theMaxEnergy = 10*TeV;
     
    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   FirstIntInCasAntiLambda(G4bool &inElastic, const G4double availableEnergy,
    75                                   G4HEVector pv[],
    76                                   G4int &vecLen,
    77                                   G4HEVector incidentParticle,
    78                                   G4HEVector targetParticle,
    79                                   const G4double atomicWeight);
     75   void FirstIntInCasAntiLambda(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};
    8183#endif                     
Note: See TracChangeset for help on using the changeset viewer.