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

update processes

Location:
trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4ChiralInvariantPhaseSpace.hh

    r819 r962  
    2525//
    2626#ifndef G4ChiralInvariantPhaseSpace_h
    27 #define G4ChiralInvariantPhaseSpace_h
     27#define G4ChiralInvariantPhaseSpace_h 1
    2828
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4ElectroNuclearReaction.hh

    r819 r962  
    2626//
    2727//
    28 // $Id: G4ElectroNuclearReaction.hh,v 1.23 2006/06/29 20:07:46 gunter Exp $
    29 // GEANT4 tag $Name: $
     28// $Id: G4ElectroNuclearReaction.hh,v 1.26 2009/01/24 11:57:46 vnivanch Exp $
     29// GEANT4 tag $Name: geant4-09-02-ref-02 $
    3030//
    3131//
     
    3535//
    3636#ifndef G4ElectroNuclearReaction_h
    37 #define G4ElectroNuclearReaction_h
     37#define G4ElectroNuclearReaction_h 1
    3838
    3939#include "globals.hh"
     
    4242#include "G4ElectroNuclearCrossSection.hh"
    4343#include "G4PhotoNuclearCrossSection.hh"
     44#include "G4GammaParticipants.hh"
     45#include "G4QGSModel.hh"
     46#include "G4QGSMFragmentation.hh"
     47#include "G4Nucleus.hh"
     48#include "G4HadFinalState.hh"
     49#include "G4HadProjectile.hh"
    4450#include "G4Electron.hh"
    4551#include "G4Positron.hh"
    4652#include "G4Gamma.hh"
    47 #include "G4GammaParticipants.hh"
    48 #include "G4QGSModel.hh"
    4953#include "G4TheoFSGenerator.hh"
    5054#include "G4GeneratorPrecompoundInterface.hh"
    51 #include "G4QGSMFragmentation.hh"
    5255#include "G4ExcitedStringDecay.hh"
    53 
     56 
    5457class G4ElectroNuclearReaction : public G4HadronicInteraction
    5558{
    56   public:
    57     virtual ~G4ElectroNuclearReaction(){}
    58     G4ElectroNuclearReaction()
    59     {
    60       SetMinEnergy(0*GeV);
    61       SetMaxEnergy(30*TeV);
     59public:
     60
     61  G4ElectroNuclearReaction():G4HadronicInteraction("CHIPS")
     62  {
     63    SetMinEnergy(0*GeV);
     64    SetMaxEnergy(30*TeV);
    6265     
    63       theHEModel = new G4TheoFSGenerator;
    64       theCascade = new G4GeneratorPrecompoundInterface;
    65     }
     66    theHEModel = new G4TheoFSGenerator;
     67    theCascade = new G4GeneratorPrecompoundInterface;
     68    theHEModel->SetTransport(theCascade);
     69    theHEModel->SetHighEnergyGenerator(&theStringModel);
     70    theStringDecay = new G4ExcitedStringDecay(&theFragmentation);
     71    theStringModel.SetFragmentationModel(theStringDecay);
     72    theHEModel->SetMinEnergy(2.5*GeV);
     73    theHEModel->SetMaxEnergy(100*TeV);
     74  }
     75
     76  virtual ~G4ElectroNuclearReaction() {delete  theStringDecay;};
    6677   
    67     virtual G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
    68     G4Nucleus& aTargetNucleus);
    69 
    70   private:
    71     G4ChiralInvariantPhaseSpace theLEModel;
    72     G4TheoFSGenerator * theHEModel;
    73     G4GeneratorPrecompoundInterface * theCascade;
    74     G4QGSModel< G4GammaParticipants > theStringModel;
    75     G4QGSMFragmentation theFragmentation;
    76     G4ExcitedStringDecay * theStringDecay;
    77     G4ElectroNuclearCrossSection theElectronData;
    78     G4PhotoNuclearCrossSection thePhotonData;
    79     G4HadFinalState theResult;
     78  G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     79                                 G4Nucleus& aTargetNucleus);
     80
     81private:
     82
     83  G4ChiralInvariantPhaseSpace theLEModel;
     84  G4TheoFSGenerator * theHEModel;
     85  G4GeneratorPrecompoundInterface * theCascade;
     86  G4QGSModel< G4GammaParticipants > theStringModel;
     87  G4QGSMFragmentation theFragmentation;
     88  G4ExcitedStringDecay * theStringDecay;
     89  G4ElectroNuclearCrossSection theElectronData;
     90  G4PhotoNuclearCrossSection thePhotonData;
     91  G4HadFinalState theResult;
    8092};
    8193
    82 inline G4HadFinalState* G4ElectroNuclearReaction::
    83 ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTargetNucleus)
     94inline   
     95G4HadFinalState* G4ElectroNuclearReaction::ApplyYourself(const G4HadProjectile& aTrack,
     96                                                         G4Nucleus& aTargetNucleus)
    8497{
    8598  theResult.Clear();
     
    198211  {
    199212    // G4cout << "0) Getting a high energy electro-nuclear reaction"<<G4endl;
    200     theHEModel->SetTransport(theCascade);
    201     theHEModel->SetHighEnergyGenerator(&theStringModel);
    202     theStringDecay = new G4ExcitedStringDecay(&theFragmentation);
    203     theStringModel.SetFragmentationModel(theStringDecay);
    204     theHEModel->SetMinEnergy(2.5*GeV);
    205     theHEModel->SetMaxEnergy(100*TeV);
    206 
    207213    G4HadFinalState * aResult = theHEModel->ApplyYourself(localTrack, aTargetNucleus);
    208214    for(G4int all = 0; all < aResult->GetNumberOfSecondaries(); all++)
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4GammaNuclearReaction.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4GammaNuclearReaction.hh,v 1.13 2006/06/29 20:07:48 gunter Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4GammaNuclearReaction.hh,v 1.14 2008/09/01 17:30:42 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    3232// Created: J.P. Wellisch, 2000/08/18
    3333// The last update: J.P. Wellisch, Thu Jun  6 2002.
     34// 01.09.2008 V.Ivanchenko move inline to source and define interaction name
    3435//
     36
    3537#ifndef G4GammaNuclearReaction_h
    36 #define G4GammaNuclearReaction_h
     38#define G4GammaNuclearReaction_h 1
    3739
    3840#include "globals.hh"
    3941#include "G4HadronicInteraction.hh"
    4042#include "G4ChiralInvariantPhaseSpace.hh"
    41 #include "G4Gamma.hh"
    4243
    4344class G4GammaNuclearReaction : public G4HadronicInteraction
    4445{
    45   public:
    46     virtual ~G4GammaNuclearReaction()
    47     {
    48     }
     46public:
     47
     48  G4GammaNuclearReaction();
     49
     50  virtual ~G4GammaNuclearReaction();
    4951   
    50     virtual G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
    51     G4Nucleus& aTargetNucleus);
     52  virtual G4HadFinalState* ApplyYourself(const G4HadProjectile& aTrack,
     53                                        G4Nucleus& aTargetNucleus);
    5254
    53   private:
    54     G4ChiralInvariantPhaseSpace theModel;
     55private:
     56
     57  G4ChiralInvariantPhaseSpace theModel;
     58
    5559};
    5660
    57 inline
    58 G4HadFinalState * G4GammaNuclearReaction::
    59 ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTargetNucleus)
    60 {
    61   if(aTrack.GetDefinition() != G4Gamma::GammaDefinition())
    62   {
    63     throw G4HadronicException(__FILE__, __LINE__, "Called G4GammaNuclearReaction for particle other than gamma");
    64   }
    65   return theModel.ApplyYourself(aTrack, aTargetNucleus);
    66 }
    67 
    6861#endif
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4PionMinusNuclearAtRestChips.hh

    r819 r962  
    3232#include "G4PionMinus.hh"
    3333#include "G4ChiralInvariantPhaseSpace.hh"
     34#include "G4HadronicProcessType.hh"
    3435
    3536class G4PionMinusNuclearAtRestChips : public G4VRestProcess
     
    4344 
    4445     G4PionMinusNuclearAtRestChips(const G4String& processName ="PionMinusAnnihilationAtRest")
    45       : G4VRestProcess (processName) {}
     46      : G4VRestProcess (processName, fHadronic)
     47     {
     48       SetProcessSubType(fHadronAtRest);
     49     }
    4650 
    4751    ~G4PionMinusNuclearAtRestChips() {}
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4ProtonAntiProtonAtRestChips.hh

    r819 r962  
    3939#include "G4StopElementSelector.hh"
    4040#include "G4ChiralInvariantPhaseSpace.hh"
     41#include "G4HadronicProcessType.hh"
    4142
    4243class G4ProtonAntiProtonAtRestChips : public G4VRestProcess
     
    5051 
    5152     G4ProtonAntiProtonAtRestChips(const G4String& processName ="AntiProtonAnnihilationAtRest")
    52       : G4VRestProcess (processName) {}
     53      : G4VRestProcess (processName, fHadronic)
     54     {
     55       SetProcessSubType(fHadronAtRest);
     56     }
    5357 
    5458    ~G4ProtonAntiProtonAtRestChips() {}
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QANuANuNuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QANuANuNuclearCrossSection.hh,v 1.1 2007/11/01 16:09:38 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QANuENuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QANuENuclearCrossSection.hh,v 1.1 2007/10/02 10:00:37 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QANuMuNuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QANuMuNuclearCrossSection.hh,v 1.6 2006/12/01 10:57:46 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QAtomicElectronScattering.hh

    r819 r962  
    2525//
    2626// $Id: G4QAtomicElectronScattering.hh,v 1.2 2006/12/13 15:45:16 gunter Exp $
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QAtomicElectronScattering header ----------------
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QCaptureAtRest.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QCaptureAtRest.hh,v 1.3 2007/02/09 09:33:28 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QCaptureAtRest.hh,v 1.6 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QCaptureAtRest header ----------------
     
    9494#include "G4ThreeVector.hh"
    9595#include "G4LorentzVector.hh"
     96#include "G4HadronicProcessType.hh"
    9697
    9798// CHIPS Headers
     
    118119
    119120  // Destructor
    120   ~G4QCaptureAtRest();
     121  virtual ~G4QCaptureAtRest();
    121122
    122   G4bool IsApplicable(const G4ParticleDefinition& particle);
     123  virtual G4bool IsApplicable(const G4ParticleDefinition& particle);
     124
     125  virtual void PreparePhysicsTable(const G4ParticleDefinition&);
     126
     127  virtual void BuildPhysicsTable(const G4ParticleDefinition&);
    123128
    124129  G4VParticleChange* AtRestDoIt(const G4Track& aTrack, const G4Step& aStep);
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QCoherentChargeExchange.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QCoherentChargeExchange.hh,v 1.4 2007/08/09 13:04:37 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QCoherentChargeExchange.hh,v 1.5 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QCoherentChargeExchange header ----------------
     
    5656#include "G4ThreeVector.hh"
    5757#include "G4LorentzVector.hh"
     58#include "G4HadronicProcessType.hh"
    5859
    5960// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QCollision.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QCollision.hh,v 1.10 2007/11/01 16:09:38 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QCollision.hh,v 1.11 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QCollision header ----------------
     
    8585#include "G4ThreeVector.hh"
    8686#include "G4LorentzVector.hh"
     87#include "G4HadronicProcessType.hh"
    8788
    8889// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QDiffraction.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QDiffraction.hh,v 1.1 2007/08/23 15:58:43 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QDiffraction.hh,v 1.2 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QDiffraction header ----------------
     
    5454#include "G4ThreeVector.hh"
    5555#include "G4LorentzVector.hh"
     56#include "G4HadronicProcessType.hh"
    5657
    5758// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QDiffractionRatio.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QDiscProcessMixer.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QDiscProcessMixer.hh,v 1.2 2007/08/31 09:36:57 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QDiscProcessMixer.hh,v 1.3 2008/07/09 19:45:09 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QDiscProcessMixer header ----------------
     
    6767  G4QDiscProcessMixer(const G4String& processName = "Mixed Discrete Process",
    6868                      const G4ParticleDefinition* proj = G4Gamma::Gamma(),
    69                       G4ProcessType pType = fNotDefined );
     69                      G4ProcessType pType = fHadronic );
    7070
    7171  // Destructor
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QDiscreteProcessVector.hh

    r819 r962  
    2626//
    2727// $Id: G4QDiscreteProcessVector.hh,v 1.1 2007/08/28 15:48:15 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//      ---------------- G4QDiscreteProcessVector ----------------
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QElastic.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QElastic.hh,v 1.3 2007/05/23 15:14:25 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QElastic.hh,v 1.4 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QElastic header ----------------
     
    5656#include "G4ThreeVector.hh"
    5757#include "G4LorentzVector.hh"
     58#include "G4HadronicProcessType.hh"
    5859
    5960// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QElasticCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QElectronNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
     
    4141#include "G4ParticleTable.hh"
    4242#include "G4NucleiProperties.hh"
    43 #include "G4NucleiPropertiesTable.hh"
    4443#include <vector>
    4544#include "Randomize.hh"
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QGluonString.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QGluonString.hh,v 1.1 2006/10/30 10:33:38 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QGluonString.hh,v 1.2 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QGluonString header ----------------
     
    6262#include "G4ThreeVector.hh"
    6363#include "G4LorentzVector.hh"
     64#include "G4HadronicProcessType.hh"
    6465
    6566// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QIonIonCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QLowEnergy.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4QLowEnergy.hh,v 1.3 2007/11/15 09:36:43 mkossov Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4QLowEnergy.hh,v 1.4 2008/10/02 21:10:07 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//      ---------------- G4QLowEnergy header ----------------
     
    5555#include "G4ThreeVector.hh"
    5656#include "G4LorentzVector.hh"
     57#include "G4HadronicProcessType.hh"
    5758
    5859// CHIPS Headers
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QMuonNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4QMuonNuclearCrossSection.hh,v 1.5 2006/12/01 10:57:46 mkossov Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4QMuonNuclearCrossSection.hh,v 1.6 2008/10/24 19:23:25 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    4545#include "G4ParticleTable.hh"
    4646#include "G4NucleiProperties.hh"
    47 #include "G4NucleiPropertiesTable.hh"
    4847#include <vector>
    4948#include "Randomize.hh"
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QNeutronNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QNuENuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QNuENuclearCrossSection.hh,v 1.1 2007/10/02 10:00:37 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QNuMuNuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QNuMuNuclearCrossSection.hh,v 1.6 2006/12/01 10:57:46 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QNuNuNuclearCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4QNuNuNuclearCrossSection.hh,v 1.1 2007/11/01 16:09:38 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QPhotonNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
     
    4242#include "G4ParticleTable.hh"
    4343#include "G4NucleiProperties.hh"
    44 #include "G4NucleiPropertiesTable.hh"
    4544#include <vector>
    4645#include "G4VQCrossSection.hh"
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QProtonNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QTauNuclearCrossSection.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4QTauNuclearCrossSection.hh,v 1.5 2006/12/01 10:57:46 mkossov Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: G4QTauNuclearCrossSection.hh,v 1.6 2008/10/24 19:23:48 dennis Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    4545#include "G4ParticleTable.hh"
    4646#include "G4NucleiProperties.hh"
    47 #include "G4NucleiPropertiesTable.hh"
    4847#include <vector>
    4948#include "Randomize.hh"
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4QuasiFreeRatios.hh

    r819 r962  
    2525//
    2626//
    27 // GEANT4 tag $Name: $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/include/G4VQCrossSection.hh

    r819 r962  
    2626//
    2727// $Id: G4VQCrossSection.hh,v 1.9 2007/11/15 09:36:43 mkossov Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
Note: See TracChangeset for help on using the changeset viewer.