Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes
G4ChipsPionMinusInelasticXS Class Reference

#include <G4ChipsPionMinusInelasticXS.hh>

Inheritance diagram for G4ChipsPionMinusInelasticXS:
G4VCrossSectionDataSet

Public Member Functions

virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 
G4double ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual void CrossSectionDescription (std::ostream &) const
 
virtual void DumpPhysicsTable (const G4ParticleDefinition &)
 
bool ForAllAtomsAndEnergies () const
 
 G4ChipsPionMinusInelasticXS ()
 
virtual G4double GetChipsCrossSection (G4double momentum, G4int Z, G4int N, G4int pdg)
 
G4double GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
 
virtual G4double GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
 
virtual G4double GetIsoCrossSection (const G4DynamicParticle *, G4int tgZ, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0)
 
G4double GetMaxKinEnergy () const
 
G4double GetMinKinEnergy () const
 
const G4StringGetName () const
 
virtual G4int GetVerboseLevel () const
 
virtual G4bool IsElementApplicable (const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
 
virtual G4bool IsIsoApplicable (const G4DynamicParticle *Pt, G4int Z, G4int A, const G4Element *elm, const G4Material *mat)
 
virtual const G4IsotopeSelectIsotope (const G4Element *, G4double kinEnergy, G4double logE)
 
void SetForAllAtomsAndEnergies (G4bool val)
 
void SetMaxKinEnergy (G4double value)
 
void SetMinKinEnergy (G4double value)
 
void SetName (const G4String &nam)
 
virtual void SetVerboseLevel (G4int value)
 
 ~G4ChipsPionMinusInelasticXS ()
 

Static Public Member Functions

static const char * Default_Name ()
 

Protected Attributes

G4String name
 
G4int verboseLevel
 

Private Member Functions

G4double CalculateCrossSection (G4int F, G4int I, G4int PDG, G4int Z, G4int N, G4double Momentum)
 
G4double CrossSectionFormula (G4int targZ, G4int targN, G4double P, G4double lP)
 
G4double CrossSectionLin (G4int targZ, G4int targN, G4double P)
 
G4double CrossSectionLog (G4int targZ, G4int targN, G4double lP)
 
G4double EquLinearFit (G4double X, G4int N, G4double X0, G4double DX, G4double *Y)
 
G4int GetFunctions (G4int tZ, G4int tN, G4double *y, G4double *z)
 
G4double ThresholdMomentum (G4int targZ, G4int targN)
 

Private Attributes

std::vector< G4doublecolCS
 
std::vector< G4intcolN
 
std::vector< G4doublecolP
 
std::vector< G4doublecolTH
 
std::vector< G4intcolZ
 
std::vector< G4double * > * HEN
 
G4bool isForAllAtomsAndEnergies
 
G4int j =0
 
G4double lastCS
 
G4double lastE =0.
 
G4doublelastHEN
 
G4int lastI
 
G4doublelastLEN
 
G4int lastN
 
G4double lastP
 
G4int lastPDG =0
 
G4double lastSig =0.
 
G4double lastTH
 
G4int lastZ
 
std::vector< G4double * > * LEN
 
G4double maxKinEnergy
 
G4double minKinEnergy
 
G4CrossSectionDataSetRegistryregistry
 

Detailed Description

Definition at line 47 of file G4ChipsPionMinusInelasticXS.hh.

Constructor & Destructor Documentation

◆ G4ChipsPionMinusInelasticXS()

G4ChipsPionMinusInelasticXS::G4ChipsPionMinusInelasticXS ( )

Definition at line 55 of file G4ChipsPionMinusInelasticXS.cc.

55 :G4VCrossSectionDataSet("ChipsPionMinusInelasticXS")
56{
57 // Initialization of the
58 lastLEN=0; // Pointer to lastArray of LowEn CS
59 lastHEN=0; // Pointer to lastArray of HighEn CS
60 lastN=0; // The last N of calculated nucleus
61 lastZ=0; // The last Z of calculated nucleus
62 lastP=0.; // Last used cross section Momentum
63 lastTH=0.; // Last threshold momentum
64 lastCS=0.; // Last value of the Cross Section
65 lastI=0; // The last position in the DAMDB
66 LEN = new std::vector<G4double*>;
67 HEN = new std::vector<G4double*>;
68}
G4VCrossSectionDataSet(const G4String &nam="")

References HEN, lastCS, lastHEN, lastI, lastLEN, lastN, lastP, lastTH, lastZ, and LEN.

◆ ~G4ChipsPionMinusInelasticXS()

G4ChipsPionMinusInelasticXS::~G4ChipsPionMinusInelasticXS ( )

Definition at line 70 of file G4ChipsPionMinusInelasticXS.cc.

71{
72 G4int lens=LEN->size();
73 for(G4int i=0; i<lens; ++i) delete[] (*LEN)[i];
74 delete LEN;
75 G4int hens=HEN->size();
76 for(G4int i=0; i<hens; ++i) delete[] (*HEN)[i];
77 delete HEN;
78}
int G4int
Definition: G4Types.hh:85

References HEN, and LEN.

Member Function Documentation

◆ BuildPhysicsTable()

void G4VCrossSectionDataSet::BuildPhysicsTable ( const G4ParticleDefinition )
virtualinherited

◆ CalculateCrossSection()

G4double G4ChipsPionMinusInelasticXS::CalculateCrossSection ( G4int  F,
G4int  I,
G4int  PDG,
G4int  Z,
G4int  N,
G4double  Momentum 
)
private

Definition at line 180 of file G4ChipsPionMinusInelasticXS.cc.

182{
183 static const G4double THmin=27.; // default minimum Momentum (MeV/c) Threshold
184 static const G4double THmiG=THmin*.001; // minimum Momentum (GeV/c) Threshold
185 static const G4double dP=10.; // step for the LEN (Low ENergy) table MeV/c
186 static const G4double dPG=dP*.001; // step for the LEN (Low ENergy) table GeV/c
187 static const G4int nL=105; // A#of LEN points in E (step 10 MeV/c)
188 static const G4double Pmin=THmin+(nL-1)*dP; // minP for the HighE part with safety
189 static const G4double Pmax=227000.; // maxP for the HEN (High ENergy) part 227 GeV
190 static const G4int nH=224; // A#of HEN points in lnE
191 static const G4double milP=G4Log(Pmin);// Low logarithm energy for the HEN part
192 static const G4double malP=G4Log(Pmax);// High logarithm energy (each 2.75 percent)
193 static const G4double dlP=(malP-milP)/(nH-1); // Step in log energy in the HEN part
194 static const G4double milPG=G4Log(.001*Pmin);// Low logarithmEnergy for HEN part GeV/c
195 G4double sigma=0.;
196 if(F&&I) sigma=0.; // @@ *!* Fake line *!* to use F & I !!!Temporary!!!
197 //G4double A=targN+targZ; // A of the target
198 if(F<=0) // This isotope was not the last used isotop
199 {
200 if(F<0) // This isotope was found in DAMDB =-----=> RETRIEVE
201 {
202 G4int sync=LEN->size();
203 if(sync<=I) G4cerr<<"*!*G4ChipsPiMinusNuclCS::CalcCrosSect:Sync="<<sync<<"<="<<I<<G4endl;
204 lastLEN=(*LEN)[I]; // Pointer to prepared LowEnergy cross sections
205 lastHEN=(*HEN)[I]; // Pointer to prepared High Energy cross sections
206 }
207 else // This isotope wasn't calculated before => CREATE
208 {
209 lastLEN = new G4double[nL]; // Allocate memory for the new LEN cross sections
210 lastHEN = new G4double[nH]; // Allocate memory for the new HEN cross sections
211 // --- Instead of making a separate function ---
212 G4double P=THmiG; // Table threshold in GeV/c
213 for(G4int k=0; k<nL; k++)
214 {
215 lastLEN[k] = CrossSectionLin(targZ, targN, P);
216 P+=dPG;
217 }
218 G4double lP=milPG;
219 for(G4int n=0; n<nH; n++)
220 {
221 lastHEN[n] = CrossSectionLog(targZ, targN, lP);
222 lP+=dlP;
223 }
224 // --- End of possible separate function
225 // *** The synchronization check ***
226 G4int sync=LEN->size();
227 if(sync!=I)
228 {
229 G4cerr<<"***G4ChipsPiMinusNuclCS::CalcCrossSect: Sinc="<<sync<<"#"<<I<<", Z=" <<targZ
230 <<", N="<<targN<<", F="<<F<<G4endl;
231 //G4Exception("G4PiMinusNuclearCS::CalculateCS:","39",FatalException,"DBoverflow");
232 }
233 LEN->push_back(lastLEN); // remember the Low Energy Table
234 HEN->push_back(lastHEN); // remember the High Energy Table
235 } // End of creation of the new set of parameters
236 } // End of parameters udate
237 // =---------------------= NOW the Magic Formula =---------------------------=
238 if (Momentum<lastTH) return 0.; // It must be already checked in the interface class
239 else if (Momentum<Pmin) // High Energy region
240 {
241 sigma=EquLinearFit(Momentum,nL,THmin,dP,lastLEN);
242 }
243 else if (Momentum<Pmax) // High Energy region
244 {
245 G4double lP=G4Log(Momentum);
246 sigma=EquLinearFit(lP,nH,milP,dlP,lastHEN);
247 }
248 else // UHE region (calculation, not frequent)
249 {
250 G4double P=0.001*Momentum; // Approximation formula is for P in GeV/c
251 sigma=CrossSectionFormula(targZ, targN, P, G4Log(P));
252 }
253 if(sigma<0.) return 0.;
254 return sigma;
255}
G4double G4Log(G4double x)
Definition: G4Log.hh:226
static const G4int nL
static const G4double THmin
static const G4int nH
double G4double
Definition: G4Types.hh:83
G4GLOB_DLL std::ostream G4cerr
#define G4endl
Definition: G4ios.hh:57
G4double CrossSectionFormula(G4int targZ, G4int targN, G4double P, G4double lP)
G4double EquLinearFit(G4double X, G4int N, G4double X0, G4double DX, G4double *Y)
G4double CrossSectionLin(G4int targZ, G4int targN, G4double P)
G4double CrossSectionLog(G4int targZ, G4int targN, G4double lP)
static double P[]

References CrossSectionFormula(), CrossSectionLin(), CrossSectionLog(), anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::dlP, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::dP, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::dPG, EquLinearFit(), G4cerr, G4endl, G4Log(), HEN, lastHEN, lastLEN, lastTH, LEN, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::malP, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::milP, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::milPG, CLHEP::detail::n, nH, nL, P, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::Pmax, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::Pmin, anonymous_namespace{G4ChipsKaonMinusInelasticXS.cc}::THmiG, and THmin.

Referenced by GetChipsCrossSection().

◆ ComputeCrossSection()

G4double G4VCrossSectionDataSet::ComputeCrossSection ( const G4DynamicParticle part,
const G4Element elm,
const G4Material mat = nullptr 
)
inherited

Definition at line 81 of file G4VCrossSectionDataSet.cc.

84{
85 G4int Z = elm->GetZasInt();
86
87 if (IsElementApplicable(part, Z, mat)) {
88 return GetElementCrossSection(part, Z, mat);
89 }
90
91 // isotope-wise cross section making sum over available
92 // isotope cross sections, which may be incomplete, so
93 // the result is corrected
94 size_t nIso = elm->GetNumberOfIsotopes();
95 G4double fact = 0.0;
96 G4double xsec = 0.0;
97
98 // user-defined isotope abundances
99 const G4IsotopeVector* isoVector = elm->GetIsotopeVector();
100 const G4double* abundVector = elm->GetRelativeAbundanceVector();
101
102 for (size_t j=0; j<nIso; ++j) {
103 const G4Isotope* iso = (*isoVector)[j];
104 G4int A = iso->GetN();
105 if(abundVector[j] > 0.0 && IsIsoApplicable(part, Z, A, elm, mat)) {
106 fact += abundVector[j];
107 xsec += abundVector[j]*GetIsoCrossSection(part, Z, A, iso, elm, mat);
108 }
109 }
110 return (fact > 0.0) ? xsec/fact : 0.0;
111}
std::vector< G4Isotope * > G4IsotopeVector
const G4int Z[17]
const G4double A[17]
G4double * GetRelativeAbundanceVector() const
Definition: G4Element.hh:167
size_t GetNumberOfIsotopes() const
Definition: G4Element.hh:159
G4int GetZasInt() const
Definition: G4Element.hh:132
G4IsotopeVector * GetIsotopeVector() const
Definition: G4Element.hh:163
G4int GetN() const
Definition: G4Isotope.hh:93
virtual G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
virtual G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
virtual G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
virtual G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)

References A, G4VCrossSectionDataSet::GetElementCrossSection(), G4VCrossSectionDataSet::GetIsoCrossSection(), G4Element::GetIsotopeVector(), G4Isotope::GetN(), G4Element::GetNumberOfIsotopes(), G4Element::GetRelativeAbundanceVector(), G4Element::GetZasInt(), G4VCrossSectionDataSet::IsElementApplicable(), G4VCrossSectionDataSet::IsIsoApplicable(), and Z.

Referenced by G4VCrossSectionDataSet::GetCrossSection().

◆ CrossSectionDescription()

void G4ChipsPionMinusInelasticXS::CrossSectionDescription ( std::ostream &  outFile) const
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 81 of file G4ChipsPionMinusInelasticXS.cc.

82{
83 outFile << "G4ChipsPionMinusInelasticXS provides the inelastic cross\n"
84 << "section for pion- nucleus scattering as a function of incident\n"
85 << "momentum. The cross section is calculated using M. Kossov's\n"
86 << "CHIPS parameterization of cross section data.\n";
87}

◆ CrossSectionFormula()

G4double G4ChipsPionMinusInelasticXS::CrossSectionFormula ( G4int  targZ,
G4int  targN,
G4double  P,
G4double  lP 
)
private

Definition at line 271 of file G4ChipsPionMinusInelasticXS.cc.

273{
274 G4double sigma=0.;
275 if(tZ==1 && !tN) // PiMin-Proton interaction from G4QuasiElRatios
276 {
277 G4double lr=lP+1.27; // From G4QuasiFreeRatios.cc Uzhi
278 G4double LE=1.53/(lr*lr+.0676); // From G4QuasiFreeRatios.cc Uzhi
279 G4double ld=lP-3.5;
280 G4double ld2=ld*ld;
281 G4double p2=P*P;
282 G4double p4=p2*p2;
283 G4double sp=std::sqrt(P);
284 G4double lm=lP+.36;
285 G4double md=lm*lm+.04;
286 G4double lh=lP-.017;
287 G4double hd=lh*lh+.0025;
288 G4double El=(.0557*ld2+2.4+7./sp)/(1.+.7/p4);
289 G4double To=(.3*ld2+22.3+12./sp)/(1.+.4/p4);
290 sigma=(To-El)+.4/md+.01/hd;
291 sigma+=LE*2; // Uzhi
292 }
293 else if(tZ==1 && tN==1) // pimp_tot
294 {
295 G4double p2=P*P;
296 G4double d=lP-2.7;
297 G4double f=lP+1.25;
298 G4double gg=lP-.017;
299 sigma=(.55*d*d+38.+23./std::sqrt(P))/(1.+.3/p2/p2)+18./(f*f+.1089)+.02/(gg*gg+.0025);
300 }
301 else if(tZ<97 && tN<152) // General solution
302 {
303 G4double d=lP-4.2;
304 G4double p2=P*P;
305 G4double p4=p2*p2;
306 G4double a=tN+tZ; // A of the target
307 G4double al=G4Log(a);
308 G4double sa=std::sqrt(a);
309 G4double ssa=std::sqrt(sa);
310 G4double a2=a*a;
311 G4double c=41.*G4Exp(al*.68)*(1.+44./a2)/(1.+8./a)/(1.+200./a2/a2);
312 G4double f=120*sa/(1.+24./a/ssa);
313 G4double gg=-1.32-al*.043;
314 G4double u=lP-gg;
315 G4double h=al*(.388-.046*al);
316 sigma=(c+d*d)/(1.+.17/p4)+f/(u*u+h*h);
317 }
318 else
319 {
320 G4cerr<<"-Warning-G4ChipsPiMinusNuclearCroSect::CSForm:*Bad A* Z="<<tZ<<", N="<<tN<<G4endl;
321 sigma=0.;
322 }
323 if(sigma<0.) return 0.;
324 return sigma;
325}
@ LE
Definition: Evaluator.cc:65
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
Definition: G4Exp.hh:179
const G4double al
Mysterious coefficient that appears in the wavefunctions.

References G4INCL::DeuteronDensity::anonymous_namespace{G4INCLDeuteronDensity.cc}::al, G4cerr, G4endl, G4Exp(), G4Log(), LE, P, and G4InuclParticleNames::sp.

Referenced by CalculateCrossSection(), CrossSectionLin(), and CrossSectionLog().

◆ CrossSectionLin()

G4double G4ChipsPionMinusInelasticXS::CrossSectionLin ( G4int  targZ,
G4int  targN,
G4double  P 
)
private

Definition at line 258 of file G4ChipsPionMinusInelasticXS.cc.

259{
260 G4double lP=G4Log(P);
261 return CrossSectionFormula(tZ, tN, P, lP);
262}

References CrossSectionFormula(), G4Log(), and P.

Referenced by CalculateCrossSection().

◆ CrossSectionLog()

G4double G4ChipsPionMinusInelasticXS::CrossSectionLog ( G4int  targZ,
G4int  targN,
G4double  lP 
)
private

Definition at line 265 of file G4ChipsPionMinusInelasticXS.cc.

266{
267 G4double P=G4Exp(lP);
268 return CrossSectionFormula(tZ, tN, P, lP);
269}

References CrossSectionFormula(), G4Exp(), and P.

Referenced by CalculateCrossSection().

◆ Default_Name()

static const char * G4ChipsPionMinusInelasticXS::Default_Name ( )
inlinestatic

Definition at line 55 of file G4ChipsPionMinusInelasticXS.hh.

55{return "ChipsPionMinusInelasticXS";}

Referenced by G4ChipsComponentXS::G4ChipsComponentXS().

◆ DumpPhysicsTable()

void G4VCrossSectionDataSet::DumpPhysicsTable ( const G4ParticleDefinition )
virtualinherited

◆ EquLinearFit()

G4double G4ChipsPionMinusInelasticXS::EquLinearFit ( G4double  X,
G4int  N,
G4double  X0,
G4double  DX,
G4double Y 
)
private

Definition at line 327 of file G4ChipsPionMinusInelasticXS.cc.

328{
329 if(DX<=0. || N<2)
330 {
331 G4cerr<<"***G4ChipsPionMinusInelasticXS::EquLinearFit: DX="<<DX<<", N="<<N<<G4endl;
332 return Y[0];
333 }
334
335 G4int N2=N-2;
336 G4double d=(X-X0)/DX;
337 G4int jj=static_cast<int>(d);
338 if (jj<0) jj=0;
339 else if(jj>N2) jj=N2;
340 d-=jj; // excess
341 G4double yi=Y[jj];
342 G4double sigma=yi+(Y[jj+1]-yi)*d;
343
344 return sigma;
345}
G4double Y(G4double density)

References G4cerr, G4endl, and Y().

Referenced by CalculateCrossSection().

◆ ForAllAtomsAndEnergies()

bool G4VCrossSectionDataSet::ForAllAtomsAndEnergies ( ) const
inlineinherited

◆ GetChipsCrossSection()

G4double G4ChipsPionMinusInelasticXS::GetChipsCrossSection ( G4double  momentum,
G4int  Z,
G4int  N,
G4int  pdg 
)
virtual

!The slave functions must provide cross-sections in millibarns (mb) !! (not in IU)

Definition at line 109 of file G4ChipsPionMinusInelasticXS.cc.

110{
111
112 G4bool in=false; // By default the isotope must be found in the AMDB
113 if(tgN!=lastN || tgZ!=lastZ) // The nucleus was not the last used isotope
114 {
115 in = false; // By default the isotope haven't be found in AMDB
116 lastP = 0.; // New momentum history (nothing to compare with)
117 lastN = tgN; // The last N of the calculated nucleus
118 lastZ = tgZ; // The last Z of the calculated nucleus
119 lastI = colN.size(); // Size of the Associative Memory DB in the heap
120 j = 0; // A#0f records found in DB for this projectile
121 if(lastI) for(G4int i=0; i<lastI; i++) // AMDB exists, try to find the (Z,N) isotope
122 {
123 if(colN[i]==tgN && colZ[i]==tgZ) // Try the record "i" in the AMDB
124 {
125 lastI=i; // Remember the index for future fast/last use
126 lastTH =colTH[i]; // The last THreshold (A-dependent)
127 if(pMom<=lastTH)
128 {
129 return 0.; // Energy is below the Threshold value
130 }
131 lastP =colP [i]; // Last Momentum (A-dependent)
132 lastCS =colCS[i]; // Last CrossSect (A-dependent)
133 in = true; // This is the case when the isotop is found in DB
134 // Momentum pMom is in IU ! @@ Units
135 lastCS=CalculateCrossSection(-1,j,-211,lastZ,lastN,pMom); // read & update
136 if(lastCS<=0. && pMom>lastTH) // Correct the threshold (@@ No intermediate Zeros)
137 {
138 lastCS=0.;
139 lastTH=pMom;
140 }
141 break; // Go out of the LOOP
142 }
143 j++; // Increment a#0f records found in DB
144 }
145 if(!in) // This isotope has not been calculated previously
146 {
148 lastCS=CalculateCrossSection(0,j,-211,lastZ,lastN,pMom); //calculate & create
149 //if(lastCS>0.) // It means that the AMBD was initialized
150 //{
151
152 lastTH = 0; //ThresholdEnergy(tgZ, tgN); // The Threshold Energy which is now the last
153 colN.push_back(tgN);
154 colZ.push_back(tgZ);
155 colP.push_back(pMom);
156 colTH.push_back(lastTH);
157 colCS.push_back(lastCS);
158 //} // M.K. Presence of H1 with high threshold breaks the syncronization
159 return lastCS*millibarn;
160 } // End of creation of the new set of parameters
161 else
162 {
163 colP[lastI]=pMom;
165 }
166 } // End of parameters udate
167 else if(pMom<=lastTH)
168 {
169 return 0.; // Momentum is below the Threshold Value -> CS=0
170 }
171 else // It is the last used -> use the current tables
172 {
173 lastCS=CalculateCrossSection(1,j,-211,lastZ,lastN,pMom); // Only read and UpdateDB
174 lastP=pMom;
175 }
176 return lastCS*millibarn;
177}
static constexpr double millibarn
Definition: G4SIunits.hh:86
bool G4bool
Definition: G4Types.hh:86
G4double CalculateCrossSection(G4int F, G4int I, G4int PDG, G4int Z, G4int N, G4double Momentum)

References CalculateCrossSection(), colCS, colN, colP, colTH, colZ, j, lastCS, lastI, lastN, lastP, lastTH, lastZ, and millibarn.

Referenced by G4ChipsComponentXS::GetInelasticElementCrossSection(), GetIsoCrossSection(), and G4ChipsComponentXS::GetTotalElementCrossSection().

◆ GetCrossSection()

G4double G4VCrossSectionDataSet::GetCrossSection ( const G4DynamicParticle dp,
const G4Element elm,
const G4Material mat = nullptr 
)
inlineinherited

Definition at line 187 of file G4VCrossSectionDataSet.hh.

190{
191 return ComputeCrossSection(dp, elm, mat);
192}
G4double ComputeCrossSection(const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)

References G4VCrossSectionDataSet::ComputeCrossSection().

◆ GetElementCrossSection()

G4double G4VCrossSectionDataSet::GetElementCrossSection ( const G4DynamicParticle dynPart,
G4int  Z,
const G4Material mat = nullptr 
)
virtualinherited

Reimplemented in G4EMDissociationCrossSection, G4IonsShenCrossSection, G4NeutrinoElectronCcXsc, G4NeutrinoElectronNcXsc, G4NeutrinoElectronTotXsc, G4NeutronElectronElXsc, G4PhotoNuclearCrossSection, G4NeutronCaptureXS, G4NeutronElasticXS, G4NeutronInelasticXS, G4ElectroNuclearCrossSection, G4BGGNucleonElasticXS, G4BGGPionElasticXS, G4BGGPionInelasticXS, G4BGGNucleonInelasticXS, G4CrossSectionElastic, G4CrossSectionInelastic, G4GammaNuclearXS, G4ParticleInelasticXS, G4ZeroXS, G4NucleonNuclearCrossSection, G4MuNeutrinoNucleusTotXsc, and G4KokoulinMuonNuclearXS.

Definition at line 114 of file G4VCrossSectionDataSet.cc.

117{
119 ed << "GetElementCrossSection is not implemented in <" << name << ">\n"
120 << "Particle: " << dynPart->GetDefinition()->GetParticleName()
121 << " Ekin(MeV)= " << dynPart->GetKineticEnergy()/MeV;
122 if(mat) { ed << " material: " << mat->GetName(); }
123 ed << " target Z= " << Z << G4endl;
124 G4Exception("G4VCrossSectionDataSet::GetElementCrossSection", "had001",
125 FatalException, ed);
126 return 0.0;
127}
@ FatalException
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition: G4Exception.cc:35
std::ostringstream G4ExceptionDescription
Definition: G4Exception.hh:40
static constexpr double MeV
Definition: G4SIunits.hh:200
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
const G4String & GetName() const
Definition: G4Material.hh:173
const G4String & GetParticleName() const

References FatalException, G4endl, G4Exception(), G4DynamicParticle::GetDefinition(), G4DynamicParticle::GetKineticEnergy(), G4Material::GetName(), G4ParticleDefinition::GetParticleName(), MeV, G4VCrossSectionDataSet::name, and Z.

Referenced by G4QMDReaction::ApplyYourself(), G4VCrossSectionDataSet::ComputeCrossSection(), G4GammaNuclearXS::GetElementCrossSection(), G4GammaNuclearXS::GetIsoCrossSection(), and G4GammaNuclearXS::Initialise().

◆ GetFunctions()

G4int G4ChipsPionMinusInelasticXS::GetFunctions ( G4int  tZ,
G4int  tN,
G4double y,
G4double z 
)
private

◆ GetIsoCrossSection()

G4double G4ChipsPionMinusInelasticXS::GetIsoCrossSection ( const G4DynamicParticle Pt,
G4int  tgZ,
G4int  A,
const G4Isotope iso = 0,
const G4Element elm = 0,
const G4Material mat = 0 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 98 of file G4ChipsPionMinusInelasticXS.cc.

102{
103 G4double pMom=Pt->GetTotalMomentum();
104 G4int tgN = A - tgZ;
105
106 return GetChipsCrossSection(pMom, tgZ, tgN, -211);
107}
virtual G4double GetChipsCrossSection(G4double momentum, G4int Z, G4int N, G4int pdg)
G4double GetTotalMomentum() const

References A, GetChipsCrossSection(), and G4DynamicParticle::GetTotalMomentum().

◆ GetMaxKinEnergy()

G4double G4VCrossSectionDataSet::GetMaxKinEnergy ( ) const
inlineinherited

◆ GetMinKinEnergy()

G4double G4VCrossSectionDataSet::GetMinKinEnergy ( ) const
inlineinherited

◆ GetName()

const G4String & G4VCrossSectionDataSet::GetName ( ) const
inlineinherited

◆ GetVerboseLevel()

G4int G4VCrossSectionDataSet::GetVerboseLevel ( ) const
inlinevirtualinherited

◆ IsElementApplicable()

G4bool G4VCrossSectionDataSet::IsElementApplicable ( const G4DynamicParticle ,
G4int  Z,
const G4Material mat = nullptr 
)
virtualinherited

◆ IsIsoApplicable()

G4bool G4ChipsPionMinusInelasticXS::IsIsoApplicable ( const G4DynamicParticle Pt,
G4int  Z,
G4int  A,
const G4Element elm,
const G4Material mat 
)
virtual

Reimplemented from G4VCrossSectionDataSet.

Definition at line 89 of file G4ChipsPionMinusInelasticXS.cc.

92{
93 return true;
94}

◆ SelectIsotope()

const G4Isotope * G4VCrossSectionDataSet::SelectIsotope ( const G4Element anElement,
G4double  kinEnergy,
G4double  logE 
)
virtualinherited

Reimplemented in G4GammaNuclearXS, G4NeutronCaptureXS, G4NeutronElasticXS, G4NeutronInelasticXS, and G4ParticleInelasticXS.

Definition at line 149 of file G4VCrossSectionDataSet.cc.

151{
152 size_t nIso = anElement->GetNumberOfIsotopes();
153 const G4Isotope* iso = anElement->GetIsotope(0);
154
155 // more than 1 isotope
156 if(1 < nIso) {
157 const G4double* abundVector = anElement->GetRelativeAbundanceVector();
158 G4double sum = 0.0;
160 for (size_t j=0; j<nIso; ++j) {
161 sum += abundVector[j];
162 if(q <= sum) {
163 iso = anElement->GetIsotope(j);
164 break;
165 }
166 }
167 }
168 return iso;
169}
#define G4UniformRand()
Definition: Randomize.hh:52
const G4Isotope * GetIsotope(G4int iso) const
Definition: G4Element.hh:170

References G4UniformRand, G4Element::GetIsotope(), G4Element::GetNumberOfIsotopes(), and G4Element::GetRelativeAbundanceVector().

◆ SetForAllAtomsAndEnergies()

void G4VCrossSectionDataSet::SetForAllAtomsAndEnergies ( G4bool  val)
inlineinherited

◆ SetMaxKinEnergy()

void G4VCrossSectionDataSet::SetMaxKinEnergy ( G4double  value)
inlineinherited

◆ SetMinKinEnergy()

void G4VCrossSectionDataSet::SetMinKinEnergy ( G4double  value)
inlineinherited

◆ SetName()

void G4VCrossSectionDataSet::SetName ( const G4String nam)
inlineinherited

Definition at line 240 of file G4VCrossSectionDataSet.hh.

241{
242 name = nam;
243}

References G4VCrossSectionDataSet::name.

Referenced by G4ParticleHPInelasticData::G4ParticleHPInelasticData().

◆ SetVerboseLevel()

void G4VCrossSectionDataSet::SetVerboseLevel ( G4int  value)
inlinevirtualinherited

◆ ThresholdMomentum()

G4double G4ChipsPionMinusInelasticXS::ThresholdMomentum ( G4int  targZ,
G4int  targN 
)
private

Field Documentation

◆ colCS

std::vector<G4double> G4ChipsPionMinusInelasticXS::colCS
private

Definition at line 102 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ colN

std::vector<G4int> G4ChipsPionMinusInelasticXS::colN
private

Definition at line 98 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ colP

std::vector<G4double> G4ChipsPionMinusInelasticXS::colP
private

Definition at line 100 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ colTH

std::vector<G4double> G4ChipsPionMinusInelasticXS::colTH
private

Definition at line 101 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ colZ

std::vector<G4int> G4ChipsPionMinusInelasticXS::colZ
private

Definition at line 99 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ HEN

std::vector<G4double*>* G4ChipsPionMinusInelasticXS::HEN
private

◆ isForAllAtomsAndEnergies

G4bool G4VCrossSectionDataSet::isForAllAtomsAndEnergies
privateinherited

◆ j

G4int G4ChipsPionMinusInelasticXS::j =0
private

Definition at line 97 of file G4ChipsPionMinusInelasticXS.hh.

Referenced by GetChipsCrossSection().

◆ lastCS

G4double G4ChipsPionMinusInelasticXS::lastCS
private

◆ lastE

G4double G4ChipsPionMinusInelasticXS::lastE =0.
private

Definition at line 86 of file G4ChipsPionMinusInelasticXS.hh.

◆ lastHEN

G4double* G4ChipsPionMinusInelasticXS::lastHEN
private

◆ lastI

G4int G4ChipsPionMinusInelasticXS::lastI
private

◆ lastLEN

G4double* G4ChipsPionMinusInelasticXS::lastLEN
private

◆ lastN

G4int G4ChipsPionMinusInelasticXS::lastN
private

◆ lastP

G4double G4ChipsPionMinusInelasticXS::lastP
private

◆ lastPDG

G4int G4ChipsPionMinusInelasticXS::lastPDG =0
private

Definition at line 87 of file G4ChipsPionMinusInelasticXS.hh.

◆ lastSig

G4double G4ChipsPionMinusInelasticXS::lastSig =0.
private

Definition at line 83 of file G4ChipsPionMinusInelasticXS.hh.

◆ lastTH

G4double G4ChipsPionMinusInelasticXS::lastTH
private

◆ lastZ

G4int G4ChipsPionMinusInelasticXS::lastZ
private

◆ LEN

std::vector<G4double*>* G4ChipsPionMinusInelasticXS::LEN
private

◆ maxKinEnergy

G4double G4VCrossSectionDataSet::maxKinEnergy
privateinherited

◆ minKinEnergy

G4double G4VCrossSectionDataSet::minKinEnergy
privateinherited

◆ name

G4String G4VCrossSectionDataSet::name
protectedinherited

◆ registry

G4CrossSectionDataSetRegistry* G4VCrossSectionDataSet::registry
privateinherited

◆ verboseLevel

G4int G4VCrossSectionDataSet::verboseLevel
protectedinherited

Definition at line 168 of file G4VCrossSectionDataSet.hh.

Referenced by G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4GammaNuclearXS::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4ParticleInelasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4LENDCrossSection::create_used_target_map(), G4BGGNucleonElasticXS::G4BGGNucleonElasticXS(), G4BGGNucleonInelasticXS::G4BGGNucleonInelasticXS(), G4BGGPionElasticXS::G4BGGPionElasticXS(), G4BGGPionInelasticXS::G4BGGPionInelasticXS(), G4GammaNuclearXS::G4GammaNuclearXS(), G4NeutronCaptureXS::G4NeutronCaptureXS(), G4NeutronElasticXS::G4NeutronElasticXS(), G4NeutronInelasticXS::G4NeutronInelasticXS(), G4ParticleInelasticXS::G4ParticleInelasticXS(), G4NeutronCaptureXS::GetElementCrossSection(), G4NeutronElasticXS::GetElementCrossSection(), G4NeutronInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4BGGPionElasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetElementCrossSection(), G4GammaNuclearXS::GetElementCrossSection(), G4ParticleInelasticXS::GetElementCrossSection(), G4BGGNucleonElasticXS::GetIsoCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), G4GammaNuclearXS::GetIsoCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), G4VCrossSectionDataSet::GetVerboseLevel(), G4NeutronElasticXS::Initialise(), G4ParticleInelasticXS::IsoCrossSection(), G4NeutronCaptureXS::IsoCrossSection(), G4NeutronInelasticXS::IsoCrossSection(), G4GammaNuclearXS::RetrieveVector(), G4NeutronCaptureXS::RetrieveVector(), G4NeutronInelasticXS::RetrieveVector(), G4ParticleInelasticXS::RetrieveVector(), and G4VCrossSectionDataSet::SetVerboseLevel().


The documentation for this class was generated from the following files: