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

    r1340 r1347  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HEKaonZeroShortInelastic.hh,v 1.15 2010/02/09 21:58:33 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     26// $Id: G4HEKaonZeroShortInelastic.hh,v 1.16 2010/11/29 05:45:06 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
    2828//
    2929//
     
    5656   G4HEKaonZeroShortInelastic() : G4HEInelastic("G4HEKaonZeroShortInelastic")
    5757   {
    58      theMinEnergy =  20*GeV;
     58     theMinEnergy = 20*GeV;
    5959     theMaxEnergy = 10*TeV;
    6060     MAXPART      = 2048;
     
    6666   G4int vecLength;
    6767
    68    G4HadFinalState* ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus);
     68   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     69                                  G4Nucleus& targetNucleus);
    6970
    7071   G4int GetNumberOfSecondaries()
    7172        { return vecLength;};           
    7273
    73    void FirstIntInCasKaonZero(G4bool &inElastic, const G4double availableEnergy,
     74   void FirstIntInCasKaonZero(G4bool& inElastic,
     75                              const G4double availableEnergy,
    7476                              G4HEVector pv[],
    75                               G4int &vecLen,
    76                               G4HEVector incidentParticle,
    77                               G4HEVector targetParticle,
     77                              G4int& vecLen,
     78                              const G4HEVector& incidentParticle,
     79                              const G4HEVector& targetParticle,
    7880                              const G4double atomicWeight);
    7981
    80    void FirstIntInCasAntiKaonZero(G4bool &inElastic, const G4double availableEnergy,
     82   void FirstIntInCasAntiKaonZero(G4bool& inElastic,
     83                                  const G4double availableEnergy,
    8184                                  G4HEVector pv[],
    82                                   G4int &vecLen,
    83                                   G4HEVector incidentParticle,
    84                                   G4HEVector targetParticle);
     85                                  G4int& vecLen,
     86                                  const G4HEVector& incidentParticle,
     87                                  const G4HEVector& targetParticle);
     88};
     89#endif
    8590
    86 };
    87 #endif                     
    88                                          
    89 
Note: See TracChangeset for help on using the changeset viewer.