Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

Location:
trunk/source/processes/hadronic/models/rpg/include
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiKZeroInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiKZeroInelastic.hh,v 1.1 2007/07/18 20:51:36 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiLambdaInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiLambdaInelastic.hh,v 1.1 2007/07/18 20:51:36 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiNeutronInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiNeutronInelastic.hh,v 1.1 2007/07/18 20:51:36 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiOmegaMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiOmegaMinusInelastic.hh,v 1.1 2007/07/18 20:51:36 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiProtonInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiProtonInelastic.hh,v 1.1 2007/07/18 20:51:36 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiSigmaMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiSigmaMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiSigmaPlusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiSigmaPlusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiXiMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiXiMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGAntiXiZeroInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGAntiXiZeroInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGFragmentation.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGFragmentation.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGFragmentation.hh,v 1.2 2008/02/22 22:02:13 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
     
    7373 private:
    7474
     75   void
     76   ReduceEnergiesOfSecondaries(G4int /*startingIndex*/,
     77                               G4double& /*forwardKinetic*/,
     78                               G4double& /*backwardKinetic*/,
     79                               G4FastVector<G4ReactionProduct,256>& /*vec*/,
     80                               G4int& /*vecLen*/,
     81                               G4ReactionProduct& /*forwardPseudoParticle*/,
     82                               G4ReactionProduct& /*backwardPseudoParticle*/,
     83                               G4double& /*pt*/);
     84
    7585   G4double dndl[20];   
    7686 };
  • 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  
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGKLongInelastic.hh

    r819 r962  
    2626//
    2727// $Id: G4RPGKLongInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGKMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGKMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGKPlusInelastic.hh

    r819 r962  
    2626//
    2727// $Id: G4RPGKPlusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGKShortInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGKShortInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGKZeroInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGKZeroInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGLambdaInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGLambdaInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGNeutronInelastic.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGNeutronInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGNeutronInelastic.hh,v 1.3 2008/05/05 21:21:54 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
    30 // Date:   18 June 2007
     30// Date:   28 December 2007
    3131//
    3232
    3333// Class Description:
    34 //
    3534// Final state production model for neutron inelastic scattering
    36 // using the re-parameterized Gheisha model.
     35// using the re-parameterized Gheisha model
    3736 
    3837#ifndef G4RPGNeutronInelastic_h
     
    4039 
    4140
    42 #include "G4RPGInelastic.hh"
     41#include "G4RPGNucleonInelastic.hh"
    4342
    4443 
    45  class G4RPGNeutronInelastic : public G4RPGInelastic
     44 class G4RPGNeutronInelastic : public G4RPGNucleonInelastic
    4645 {
    47  public:  // with description
     46 public:
    4847   
    49    G4RPGNeutronInelastic() : G4RPGInelastic("G4RPGNeutronInelastic")
    50    {
    51      SetMinEnergy(0.0);
    52      SetMaxEnergy(35.*GeV);
    53    }
     48   G4RPGNeutronInelastic() : G4RPGNucleonInelastic("RPGNeutronInelastic")
     49   {}
    5450   
    5551   ~G4RPGNeutronInelastic()
    56    { }
     52   {}
    5753   
    5854   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     
    6056   
    6157 private:
    62    
    63    void Cascade(
    64      G4FastVector<G4ReactionProduct,GHADLISTSIZE> &vec,
     58
     59   void InitialCollision(
     60     G4FastVector<G4ReactionProduct,256>& vec,
    6561     G4int& vecLen,
    66      const G4HadProjectile* originalIncident,
    6762     G4ReactionProduct& currentParticle,
    6863     G4ReactionProduct& targetParticle,
    69      G4bool& incidentHasChanged,
    70      G4bool& targetHasChanged,
    71      G4bool& quasiElastic);
     64     G4bool& incidentHasChanged,
     65     G4bool& targetHasChanged);
    7266   
    7367   void SlowNeutron(
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGOmegaMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGOmegaMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGPiMinusInelastic.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGPiMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGPiMinusInelastic.hh,v 1.3 2008/05/05 21:21:54 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    29 // Author: D.H. Wright
    30 // Date:   26 May 2007
     29// Author: D. H. Wright
     30// Date:   23 November 2007
    3131//
    32  
     32
    3333#ifndef G4RPGPiMinusInelastic_h
    3434#define G4RPGPiMinusInelastic_h 1
    3535 
    36 // Class Description
     36// Class Description:
    3737// Final state production model for pi- inelastic scattering
    38 // using the re-parameterized Gheisha model.
     38// using the re-parameterized Gheisha model
    3939
    40 #include "G4RPGInelastic.hh"
     40#include "G4RPGPionInelastic.hh"
    4141 
    42  class G4RPGPiMinusInelastic : public G4RPGInelastic
     42 class G4RPGPiMinusInelastic : public G4RPGPionInelastic
    4343 {
    4444 public:
    4545   
    46     G4RPGPiMinusInelastic() : G4RPGInelastic("G4RPGPiMinusInelastic")
    47     {
    48       SetMinEnergy( 0.0 );
    49       SetMaxEnergy( 55.*GeV );
    50     }
     46   G4RPGPiMinusInelastic() : G4RPGPionInelastic("RPGPiMinusInelastic")
     47   {}
    5148   
    52     ~G4RPGPiMinusInelastic() { }
     49   ~G4RPGPiMinusInelastic()
     50   {}
    5351   
    54     G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack,
    55                                       G4Nucleus &targetNucleus );
     52   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     53                                        G4Nucleus& targetNucleus);
    5654   
    5755 private:
    5856   
    59     void Cascade(                               // derived from CASPIM
    60       G4FastVector<G4ReactionProduct,256> &vec,
    61       G4int &vecLen,
    62       const G4HadProjectile *originalIncident,
    63       G4ReactionProduct &currentParticle,
    64       G4ReactionProduct &targetParticle,
    65       G4bool &incidentHasChanged,
    66       G4bool &targetHasChanged,
    67       G4bool &quasiElastic );
    68    
     57   void InitialCollision(
     58     G4FastVector<G4ReactionProduct,256>& vec,
     59     G4int& vecLen,
     60     G4ReactionProduct& currentParticle,
     61     G4ReactionProduct& targetParticle,
     62     G4bool& incidentHasChanged,
     63     G4bool& targetHasChanged);
     64
    6965 };
    70  
    7166#endif
    7267 
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGPiPlusInelastic.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGPiPlusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGPiPlusInelastic.hh,v 1.3 2008/05/05 21:21:54 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
     
    3838// using the re-parameterized Gheisha model
    3939
    40 #include "G4RPGInelastic.hh"
     40#include "G4RPGPionInelastic.hh"
    4141 
    42  class G4RPGPiPlusInelastic : public G4RPGInelastic
     42 class G4RPGPiPlusInelastic : public G4RPGPionInelastic
    4343 {
    4444 public:
    4545   
    46     G4RPGPiPlusInelastic() : G4RPGInelastic("G4RPGPiPlusInelastic")
    47     {
    48       SetMinEnergy( 0.0 );
    49       SetMaxEnergy( 55.*GeV );
    50     }
     46   G4RPGPiPlusInelastic() : G4RPGPionInelastic("RPGPiPlusInelastic")
     47   {}
    5148   
    52     ~G4RPGPiPlusInelastic() { }
     49   ~G4RPGPiPlusInelastic()
     50   {}
    5351   
    54     G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack,
    55                                       G4Nucleus &targetNucleus );
     52   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     53                                        G4Nucleus& targetNucleus);
    5654   
    5755 private:
    5856   
    59     void Cascade(                               // derived from CASPIP
    60       G4FastVector<G4ReactionProduct,256> &vec,
    61       G4int &vecLen,
    62       const G4HadProjectile *originalIncident,
    63       G4ReactionProduct &currentParticle,
    64       G4ReactionProduct &targetParticle,
    65       G4bool &incidentHasChanged,
    66       G4bool &targetHasChanged,
    67       G4bool &quasiElastic );
    68    
     57   void InitialCollision(
     58     G4FastVector<G4ReactionProduct,256>& vec,
     59     G4int& vecLen,
     60     G4ReactionProduct& currentParticle,
     61     G4ReactionProduct& targetParticle,
     62     G4bool& incidentHasChanged,
     63     G4bool& targetHasChanged);
     64
    6965 };
    7066#endif
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGPionSuppression.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGPionSuppression.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGProtonInelastic.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGProtonInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGProtonInelastic.hh,v 1.3 2008/05/05 21:21:54 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
    30 // Date:   26 May 2007
     30// Date:   28 December 2007
    3131//
    3232
    3333// Class Description:
    34 //
    3534// Final state production model for proton inelastic scattering
    36 // using the re-parameterized Gheisha model.
     35// using the re-parameterized Gheisha model
    3736
    3837#ifndef G4RPGProtonInelastic_h
     
    4039 
    4140
    42 #include "G4RPGInelastic.hh"
     41#include "G4RPGNucleonInelastic.hh"
    4342
    4443 
    45  class G4RPGProtonInelastic : public G4RPGInelastic
     44 class G4RPGProtonInelastic : public G4RPGNucleonInelastic
    4645 {
    47  public:  // with description
     46 public:
    4847   
    49    G4RPGProtonInelastic() : G4RPGInelastic("G4RPGProtonInelastic")
    50    {
    51      SetMinEnergy(0.0);
    52      SetMaxEnergy(35.*GeV);
    53    }
     48   G4RPGProtonInelastic() : G4RPGNucleonInelastic("RPGProtonInelastic")
     49   {}
    5450   
    5551   ~G4RPGProtonInelastic()
    56    { }
     52   {}
    5753   
    58    G4HadFinalState * ApplyYourself(const G4HadProjectile& aTrack,
    59                                    G4Nucleus& targetNucleus);
     54   G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     55                                  G4Nucleus& targetNucleus);
    6056
    6157 private:
    6258   
    63    void Cascade(G4FastVector<G4ReactionProduct,GHADLISTSIZE> &vec,
    64                 G4int& vecLen,
    65                 const G4HadProjectile* originalIncident,
    66                 G4ReactionProduct& currentParticle,
    67                 G4ReactionProduct& targetParticle,
    68                 G4bool& incidentHasChanged,
    69                 G4bool& targetHasChanged,
    70                 G4bool& quasiElastic);
     59   void InitialCollision(
     60     G4FastVector<G4ReactionProduct,256>& vec,
     61     G4int& vecLen,
     62     G4ReactionProduct& currentParticle,
     63     G4ReactionProduct& targetParticle,
     64     G4bool& incidentHasChanged,
     65     G4bool& targetHasChanged);
    7166
    7267   void SlowProton(const G4HadProjectile* originalIncident,
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGReaction.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGReaction.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     26// $Id: G4RPGReaction.hh,v 1.3 2008/05/05 21:21:54 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
     
    7272                              const G4double /*edta*/,
    7373                              const G4int /*ndta*/,
    74                               const G4double /*sprob*/,
    75                               const G4double /*kineticMinimum*/,
    76                               const G4double /*kineticFactor*/,
    7774                              const G4ReactionProduct& /*modifiedOriginal*/,
    7875                              G4int /*PinNucleus*/,
     
    8784                              G4FastVector<G4ReactionProduct,256> &vec,
    8885                              G4int& vecLen);
     86   
     87  G4double GenerateNBodyEventT(const G4double totalEnergy,
     88                               const G4bool constantCrossSection,
     89                               std::vector<G4ReactionProduct*>& list);
    8990   
    9091  void NuclearReaction(G4FastVector<G4ReactionProduct,4> &vec,
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGSigmaMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGSigmaMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGSigmaPlusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGSigmaPlusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGStrangeProduction.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGStrangeProduction.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGTwoBody.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGTwoBody.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGTwoCluster.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGTwoCluster.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D.H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGXiMinusInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGXiMinusInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929// Author: D. H. Wright
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGXiZeroInelastic.hh

    r819 r962  
    2525//
    2626// $Id: G4RPGXiZeroInelastic.hh,v 1.1 2007/07/18 20:51:37 dennis Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
Note: See TracChangeset for help on using the changeset viewer.