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

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGInelastic.hh,v 1.3 2008/02/22 22:17:25 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
     
    3939
    4040#include "globals.hh"
     41#include <vector>
    4142#include "G4FastVector.hh"
    4243#include "G4HadronicInteraction.hh"
     
    7677                   G4int &vecLen);
    7778   
    78    void Rotate(G4FastVector<G4ReactionProduct,256> &vec, G4int &vecLen);
     79   //   void Rotate(G4FastVector<G4ReactionProduct,256> &vec, G4int &vecLen);
    7980
    8081   void GetNormalizationConstant(const G4double availableEnergy,
     
    110111   G4RPGTwoBody twoBody;
    111112
     113   std::pair<G4int, G4double> interpolateEnergy(G4double ke) const;
     114
     115   G4int sampleFlat(std::vector<G4double> sigma) const;
     116
     117   void CheckQnums(G4FastVector<G4ReactionProduct,256> &vec,
     118                   G4int &vecLen,
     119                   G4ReactionProduct &currentParticle,
     120                   G4ReactionProduct &targetParticle,
     121                   G4double Q, G4double B, G4double S);
     122
     123   enum {pi0, pip, pim, kp, km, k0, k0b, pro, neu,
     124         lam, sp, s0, sm, xi0, xim, om, ap, an};
     125
     126   static G4ParticleDefinition* particleDef[18];
     127
    112128 private:
    113129   
     
    115131   G4ThreeVector what;
    116132
     133   static const G4double energyScale[30];
     134
    117135 };
    118136 
    119137#endif
    120  
Note: See TracChangeset for help on using the changeset viewer.