Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4AntiNuclElastic.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 //
27 // $Id: G4AntiNuclElastic.hh, 2011-04-12 agaloyan
28 //
29 // Geant4 Header : G4AntiNuclElastic
30 //
31 // Author : A. Galoyan
32 //
33 // Class Description
34 // Model for AntiNuclear Nuclear Elastic Scattering;
35 // Class Description - End
36 
37 #ifndef G4AntiNuclElastic_h
38 #define G4AntiNuclElastic_h 1
39 
40 #include "G4HadronElastic.hh"
41 #include "globals.hh"
42 #include "G4Nucleus.hh"
44 
46 
48 {
49 public:
50 
52 
53  virtual ~G4AntiNuclElastic();
54 
56  G4double plab,
57  G4int Z, G4int A);
58 
60  G4int Z, G4int A);
61 
63  G4double plab, G4int Z, G4int A);
64 
65 
67  G4double momentum );
68 
70 
72 
74 
76 
78 
80 
82 
84 
85 private:
86 
87  // Assignment operator and copy constructor
88  G4AntiNuclElastic & operator=(const G4AntiNuclElastic &right);
90 
91  G4ComponentAntiNuclNuclearXS* cs; //cross section of antiA-A interaction
92 
93  G4double fTetaCMS; // sampled Theta in CMS
94  G4double fThetaLab; //sampled Theta in Lab system
95  const G4ParticleDefinition* fParticle;
96  G4double fWaveVector;
97  G4double fBeta; // velosity of projectile
98  G4double fZommerfeld; // parameter of Zommerfeld for calculation of Coulomb cross-section
99  G4double fAm; // parameter for calculation of Coulomb cross-section
100  G4double fRa; // Radius of target
101  G4double fRef; // Effective radiuse for Calculation of hadron cross-section
102  G4double fceff; // Effective diffuse parameter
103 
104  G4ThreeVector fbst; // boost vector
105  G4double fptot; // momentum of projectile in CMS system
106  G4double fTmax;
107 
108  G4ParticleDefinition* theAProton;
109  G4ParticleDefinition* theANeutron;
110  G4ParticleDefinition* theADeuteron;
111  G4ParticleDefinition* theATriton;
112  G4ParticleDefinition* theAAlpha;
113  G4ParticleDefinition* theAHe3;
114 
115  G4ParticleDefinition* theProton;
116  G4ParticleDefinition* theNeutron;
117  G4ParticleDefinition* theDeuteron;
118  G4ParticleDefinition* theAlpha;
119 
120 };
121 
124 {
125  return cs;
126 }
127 
128 #endif
129 
130 
virtual ~G4AntiNuclElastic()
virtual G4double SampleInvariantT(const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
const char * p
Definition: xmltok.h:285
G4double BesselOneByArg(G4double z)
int G4int
Definition: G4Types.hh:78
G4ComponentAntiNuclNuclearXS * GetComponentCrossSection()
G4double CalculateParticleBeta(const G4ParticleDefinition *particle, G4double momentum)
double A(double temperature)
G4double SampleThetaLab(const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
G4double BesselJzero(G4double z)
G4double CalculateAm(G4double momentum, G4double n, G4double Z)
G4double SampleThetaCMS(const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
G4double DampFactor(G4double z)
G4double BesselJone(G4double z)
G4double CalculateZommerfeld(G4double beta, G4double Z1, G4double Z2)
double G4double
Definition: G4Types.hh:76
G4double GetcosTeta1(G4double plab, G4int A)