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

    r1340 r1347  
    2525//
    2626//
    27 // $Id: G4HEAntiKaonZeroInelastic.hh,v 1.14 2007/04/11 18:11:30 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     27// $Id: G4HEAntiKaonZeroInelastic.hh,v 1.15 2010/11/27 02:02:19 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2929//
    3030//
     
    5757   G4HEAntiKaonZeroInelastic() : G4HEInelastic("G4HEAntiKaonZeroInelastic")
    5858   {
    59      theMinEnergy =  20*GeV;
     59     theMinEnergy = 20*GeV;
    6060     theMaxEnergy = 10*TeV;
    6161     MAXPART      = 2048;
     
    6767   G4int vecLength;
    6868       
    69    G4HadFinalState * ApplyYourself( const G4HadProjectile &aTrack, G4Nucleus &targetNucleus );
     69   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     70                                  G4Nucleus& targetNucleus);
    7071
    71    G4int  GetNumberOfSecondaries()
     72   G4int GetNumberOfSecondaries()
    7273      { return vecLength; }         
    7374
    7475
    75    void   FirstIntInCasAntiKaonZero(G4bool &inElastic, const G4double availableEnergy,
    76                                     G4HEVector pv[],
    77                                     G4int &vecLen,
    78                                     G4HEVector incidentParticle,
    79                                     G4HEVector targetParticle);
     76   void FirstIntInCasAntiKaonZero(G4bool& inElastic,
     77                                  const G4double availableEnergy,
     78                                  G4HEVector pv[],
     79                                  G4int& vecLen,
     80                                  const G4HEVector& incidentParticle,
     81                                  const G4HEVector& targetParticle);
    8082};
    8183#endif                     
    82                                          
    8384
Note: See TracChangeset for help on using the changeset viewer.