Geant4  10.02.p03
G4RPGKPlusInelastic Class Reference

#include <G4RPGKPlusInelastic.hh>

Inheritance diagram for G4RPGKPlusInelastic:
Collaboration diagram for G4RPGKPlusInelastic:

Public Member Functions

 G4RPGKPlusInelastic ()
 
 ~G4RPGKPlusInelastic ()
 
G4HadFinalStateApplyYourself (const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
- Public Member Functions inherited from G4RPGInelastic
 G4RPGInelastic (const G4String &modelName="RPGInelastic")
 
virtual ~G4RPGInelastic ()
 
- Public Member Functions inherited from G4HadronicInteraction
 G4HadronicInteraction (const G4String &modelName="HadronicModel")
 
virtual ~G4HadronicInteraction ()
 
virtual G4double SampleInvariantT (const G4ParticleDefinition *p, G4double plab, G4int Z, G4int A)
 
virtual G4bool IsApplicable (const G4HadProjectile &, G4Nucleus &)
 
G4double GetMinEnergy () const
 
G4double GetMinEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMinEnergy (G4double anEnergy)
 
void SetMinEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMinEnergy (G4double anEnergy, const G4Material *aMaterial)
 
G4double GetMaxEnergy () const
 
G4double GetMaxEnergy (const G4Material *aMaterial, const G4Element *anElement) const
 
void SetMaxEnergy (const G4double anEnergy)
 
void SetMaxEnergy (G4double anEnergy, const G4Element *anElement)
 
void SetMaxEnergy (G4double anEnergy, const G4Material *aMaterial)
 
const G4HadronicInteractionGetMyPointer () const
 
virtual G4int GetVerboseLevel () const
 
virtual void SetVerboseLevel (G4int value)
 
const G4StringGetModelName () const
 
void DeActivateFor (const G4Material *aMaterial)
 
void ActivateFor (const G4Material *aMaterial)
 
void DeActivateFor (const G4Element *anElement)
 
void ActivateFor (const G4Element *anElement)
 
G4bool IsBlocked (const G4Material *aMaterial) const
 
G4bool IsBlocked (const G4Element *anElement) const
 
void SetRecoilEnergyThreshold (G4double val)
 
G4double GetRecoilEnergyThreshold () const
 
G4bool operator== (const G4HadronicInteraction &right) const
 
G4bool operator!= (const G4HadronicInteraction &right) const
 
virtual const std::pair< G4double, G4doubleGetFatalEnergyCheckLevels () const
 
virtual std::pair< G4double, G4doubleGetEnergyMomentumCheckLevels () const
 
void SetEnergyMomentumCheckLevels (G4double relativeLevel, G4double absoluteLevel)
 
virtual void ModelDescription (std::ostream &outFile) const
 
virtual void BuildPhysicsTable (const G4ParticleDefinition &)
 

Private Member Functions

void Cascade (G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool &quasiElastic)
 

Additional Inherited Members

- Protected Types inherited from G4RPGInelastic
enum  {
  pi0, pip, pim, kp,
  km, k0, k0b, pro,
  neu, lam, sp, s0,
  sm, xi0, xim, om,
  ap, an
}
 
- Protected Member Functions inherited from G4RPGInelastic
G4double Pmltpc (G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
 
G4int Factorial (G4int n)
 
G4bool MarkLeadingStrangeParticle (const G4ReactionProduct &currentParticle, const G4ReactionProduct &targetParticle, G4ReactionProduct &leadParticle)
 
void SetUpPions (const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen)
 
void GetNormalizationConstant (const G4double availableEnergy, G4double &n, G4double &anpn)
 
void CalculateMomenta (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
 
void SetUpChange (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
 
std::pair< G4int, G4doubleinterpolateEnergy (G4double ke) const
 
G4int sampleFlat (std::vector< G4double > sigma) const
 
void CheckQnums (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4double Q, G4double B, G4double S)
 
- Protected Member Functions inherited from G4HadronicInteraction
void SetModelName (const G4String &nam)
 
G4bool IsBlocked () const
 
void Block ()
 
- Protected Attributes inherited from G4RPGInelastic
G4RPGFragmentation fragmentation
 
G4RPGTwoCluster twoCluster
 
G4RPGPionSuppression pionSuppression
 
G4RPGStrangeProduction strangeProduction
 
G4RPGTwoBody twoBody
 
G4ParticleDefinitionparticleDef [18]
 
- Protected Attributes inherited from G4HadronicInteraction
G4HadFinalState theParticleChange
 
G4int verboseLevel
 
G4double theMinEnergy
 
G4double theMaxEnergy
 
G4bool isBlocked
 

Detailed Description

Definition at line 43 of file G4RPGKPlusInelastic.hh.

Constructor & Destructor Documentation

◆ G4RPGKPlusInelastic()

G4RPGKPlusInelastic::G4RPGKPlusInelastic ( )
inline

Definition at line 47 of file G4RPGKPlusInelastic.hh.

47  : G4RPGInelastic("G4RPGKPlusInelastic")
48  {
49  SetMinEnergy( 0.0 );
50  SetMaxEnergy( 25.*CLHEP::GeV );
51  }
static const double GeV
void SetMinEnergy(G4double anEnergy)
G4RPGInelastic(const G4String &modelName="RPGInelastic")
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ ~G4RPGKPlusInelastic()

G4RPGKPlusInelastic::~G4RPGKPlusInelastic ( )
inline

Definition at line 53 of file G4RPGKPlusInelastic.hh.

54  { }
Here is the call graph for this function:

Member Function Documentation

◆ ApplyYourself()

G4HadFinalState * G4RPGKPlusInelastic::ApplyYourself ( const G4HadProjectile aTrack,
G4Nucleus targetNucleus 
)
virtual

Implements G4HadronicInteraction.

Definition at line 37 of file G4RPGKPlusInelastic.cc.

39 {
40  const G4HadProjectile *originalIncident = &aTrack;
41  if (originalIncident->GetKineticEnergy()<= 0.1*MeV)
42  {
46  return &theParticleChange;
47  }
48 
49  // create the target particle
50 
51  G4DynamicParticle *originalTarget = targetNucleus.ReturnTargetParticle();
52  G4ReactionProduct targetParticle( originalTarget->GetDefinition() );
53 
54  if( verboseLevel > 1 )
55  {
56  const G4Material *targetMaterial = aTrack.GetMaterial();
57  G4cout << "G4RPGKPlusInelastic::ApplyYourself called" << G4endl;
58  G4cout << "kinetic energy = " << originalIncident->GetKineticEnergy() << "MeV, ";
59  G4cout << "target material = " << targetMaterial->GetName() << ", ";
60  G4cout << "target particle = " << originalTarget->GetDefinition()->GetParticleName()
61  << G4endl;
62  }
63 
64  G4ReactionProduct currentParticle(originalIncident->GetDefinition() );
65  currentParticle.SetMomentum( originalIncident->Get4Momentum().vect() );
66  currentParticle.SetKineticEnergy( originalIncident->GetKineticEnergy() );
67 
68  // Fermi motion and evaporation
69  // As of Geant3, the Fermi energy calculation had not been Done
70 
71  G4double ek = originalIncident->GetKineticEnergy();
72  G4double amas = originalIncident->GetDefinition()->GetPDGMass();
73 
74  G4double tkin = targetNucleus.Cinema( ek );
75  ek += tkin;
76  currentParticle.SetKineticEnergy( ek );
77  G4double et = ek + amas;
78  G4double p = std::sqrt( std::abs((et-amas)*(et+amas)) );
79  G4double pp = currentParticle.GetMomentum().mag();
80  if( pp > 0.0 )
81  {
82  G4ThreeVector momentum = currentParticle.GetMomentum();
83  currentParticle.SetMomentum( momentum * (p/pp) );
84  }
85 
86  // calculate black track energies
87 
88  tkin = targetNucleus.EvaporationEffects( ek );
89  ek -= tkin;
90  currentParticle.SetKineticEnergy( ek );
91  et = ek + amas;
92  p = std::sqrt( std::abs((et-amas)*(et+amas)) );
93  pp = currentParticle.GetMomentum().mag();
94  if( pp > 0.0 )
95  {
96  G4ThreeVector momentum = currentParticle.GetMomentum();
97  currentParticle.SetMomentum( momentum * (p/pp) );
98  }
99 
100  G4ReactionProduct modifiedOriginal = currentParticle;
101 
102  currentParticle.SetSide( 1 ); // incident always goes in forward hemisphere
103  targetParticle.SetSide( -1 ); // target always goes in backward hemisphere
104  G4bool incidentHasChanged = false;
105  G4bool targetHasChanged = false;
106  G4bool quasiElastic = false;
107  G4FastVector<G4ReactionProduct,GHADLISTSIZE> vec; // vec will contain the secondary particles
108  G4int vecLen = 0;
109  vec.Initialize( 0 );
110 
111  const G4double cutOff = 0.1*MeV;
112  if( currentParticle.GetKineticEnergy() > cutOff )
113  Cascade( vec, vecLen,
114  originalIncident, currentParticle, targetParticle,
115  incidentHasChanged, targetHasChanged, quasiElastic );
116 
117  CalculateMomenta( vec, vecLen,
118  originalIncident, originalTarget, modifiedOriginal,
119  targetNucleus, currentParticle, targetParticle,
120  incidentHasChanged, targetHasChanged, quasiElastic );
121 
122  SetUpChange( vec, vecLen,
123  currentParticle, targetParticle,
124  incidentHasChanged );
125 
126  delete originalTarget;
127 
128  return &theParticleChange;
129 }
static const double MeV
Definition: G4SIunits.hh:211
G4double EvaporationEffects(G4double kineticEnergy)
Definition: G4Nucleus.cc:278
G4DynamicParticle * ReturnTargetParticle() const
Definition: G4Nucleus.cc:241
const G4Material * GetMaterial() const
void SetUpChange(G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged)
const G4LorentzVector & Get4Momentum() const
void SetMomentum(const G4double x, const G4double y, const G4double z)
void SetSide(const G4int sid)
void CalculateMomenta(G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic)
void Cascade(G4FastVector< G4ReactionProduct, GHADLISTSIZE > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, G4ReactionProduct &currentParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool &quasiElastic)
void Initialize(G4int items)
Definition: G4FastVector.hh:63
int G4int
Definition: G4Types.hh:78
void SetStatusChange(G4HadFinalStateStatus aS)
Hep3Vector vect() const
const G4String & GetParticleName() const
G4GLOB_DLL std::ostream G4cout
bool G4bool
Definition: G4Types.hh:79
Hep3Vector unit() const
const G4ParticleDefinition * GetDefinition() const
void SetEnergyChange(G4double anEnergy)
G4double GetKineticEnergy() const
G4double Cinema(G4double kineticEnergy)
Definition: G4Nucleus.cc:382
G4ParticleDefinition * GetDefinition() const
#define G4endl
Definition: G4ios.hh:61
double G4double
Definition: G4Types.hh:76
const G4String & GetName() const
Definition: G4Material.hh:178
void SetMomentumChange(const G4ThreeVector &aV)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Cascade()

void G4RPGKPlusInelastic::Cascade ( G4FastVector< G4ReactionProduct, GHADLISTSIZE > &  vec,
G4int vecLen,
const G4HadProjectile originalIncident,
G4ReactionProduct currentParticle,
G4ReactionProduct targetParticle,
G4bool incidentHasChanged,
G4bool targetHasChanged,
G4bool quasiElastic 
)
private

Definition at line 132 of file G4RPGKPlusInelastic.cc.

141 {
142  // Derived from H. Fesefeldt's original FORTRAN code CASKP
143  //
144  // K+ undergoes interaction with nucleon within a nucleus. Check if it is
145  // energetically possible to produce pions/kaons. In not, assume nuclear excitation
146  // occurs and input particle is degraded in energy. No other particles are produced.
147  // If reaction is possible, find the correct number of pions/protons/neutrons
148  // produced using an interpolation to multiplicity data. Replace some pions or
149  // protons/neutrons by kaons or strange baryons according to the average
150  // multiplicity per Inelastic reaction.
151  //
152  const G4double mOriginal = originalIncident->GetDefinition()->GetPDGMass();
153  const G4double etOriginal = originalIncident->GetTotalEnergy();
154  const G4double targetMass = targetParticle.GetMass();
155  G4double centerofmassEnergy = std::sqrt( mOriginal*mOriginal +
156  targetMass*targetMass +
157  2.0*targetMass*etOriginal );
158  G4double availableEnergy = centerofmassEnergy-(targetMass+mOriginal);
159  if( availableEnergy < G4PionPlus::PionPlus()->GetPDGMass() )
160  {
161  quasiElastic = true;
162  return;
163  }
164  static G4ThreadLocal G4bool first = true;
165  const G4int numMul = 1200;
166  const G4int numSec = 60;
167  static G4ThreadLocal G4double protmul[numMul], protnorm[numSec]; // proton constants
168  static G4ThreadLocal G4double neutmul[numMul], neutnorm[numSec]; // neutron constants
169 
170  // np = number of pi+, nneg = number of pi-, nz = number of pi0
171 
172  G4int nt=0, np=0, nneg=0, nz=0;
173  const G4double c = 1.25;
174  const G4double b[] = { 0.70, 0.70 };
175  if( first ) // compute normalization constants, this will only be Done once
176  {
177  first = false;
178  G4int i;
179  for( i=0; i<numMul; ++i )protmul[i] = 0.0;
180  for( i=0; i<numSec; ++i )protnorm[i] = 0.0;
181  G4int counter = -1;
182  for( np=0; np<(numSec/3); ++np )
183  {
184  for( nneg=std::max(0,np-2); nneg<=np; ++nneg )
185  {
186  for( nz=0; nz<numSec/3; ++nz )
187  {
188  if( ++counter < numMul )
189  {
190  nt = np+nneg+nz;
191  if( nt > 0 )
192  {
193  protmul[counter] = Pmltpc(np,nneg,nz,nt,b[0],c);
194  protnorm[nt-1] += protmul[counter];
195  }
196  }
197  }
198  }
199  }
200  for( i=0; i<numMul; ++i )neutmul[i] = 0.0;
201  for( i=0; i<numSec; ++i )neutnorm[i] = 0.0;
202  counter = -1;
203  for( np=0; np<numSec/3; ++np )
204  {
205  for( nneg=std::max(0,np-1); nneg<=(np+1); ++nneg )
206  {
207  for( nz=0; nz<numSec/3; ++nz )
208  {
209  if( ++counter < numMul )
210  {
211  nt = np+nneg+nz;
212  if( (nt>0) && (nt<=numSec) )
213  {
214  neutmul[counter] = Pmltpc(np,nneg,nz,nt,b[1],c);
215  neutnorm[nt-1] += neutmul[counter];
216  }
217  }
218  }
219  }
220  }
221  for( i=0; i<numSec; ++i )
222  {
223  if( protnorm[i] > 0.0 )protnorm[i] = 1.0/protnorm[i];
224  if( neutnorm[i] > 0.0 )neutnorm[i] = 1.0/neutnorm[i];
225  }
226  } // end of initialization
227 
228  const G4double expxu = 82.; // upper bound for arg. of exp
229  const G4double expxl = -expxu; // lower bound for arg. of exp
234  G4int ieab = static_cast<G4int>(availableEnergy*5.0/GeV);
235  const G4double supp[] = {0.,0.4,0.55,0.65,0.75,0.82,0.86,0.90,0.94,0.98};
236  G4double test, w0, wp, wt, wm;
237  if( (availableEnergy < 2.0*GeV) && (G4UniformRand() >= supp[ieab]) )
238  {
239  // suppress high multiplicity events at low momentum
240  // only one pion will be produced
241 
242  nneg = np = nz = 0;
243  if( targetParticle.GetDefinition() == aProton )
244  {
245  test = G4Exp( std::min( expxu, std::max( expxl, -sqr(1.0+b[0])/(2.0*c*c) ) ) );
246  w0 = test;
247  wp = test*2.0;
248  if( G4UniformRand() < w0/(w0+wp) )
249  nz = 1;
250  else
251  np = 1;
252  }
253  else // target is a neutron
254  {
255  test = G4Exp( std::min( expxu, std::max( expxl, -sqr(1.0+b[1])/(2.0*c*c) ) ) );
256  w0 = test;
257  wp = test;
258  test = G4Exp( std::min( expxu, std::max( expxl, -sqr(-1.0+b[1])/(2.0*c*c) ) ) );
259  wm = test;
260  wt = w0+wp+wm;
261  wp += w0;
262  G4double ran = G4UniformRand();
263  if( ran < w0/wt )
264  nz = 1;
265  else if( ran < wp/wt )
266  np = 1;
267  else
268  nneg = 1;
269  }
270  }
271  else
272  {
273  G4double n, anpn;
274  GetNormalizationConstant( availableEnergy, n, anpn );
275  G4double ran = G4UniformRand();
276  G4double dum, excs = 0.0;
277  if( targetParticle.GetDefinition() == aProton )
278  {
279  G4int counter = -1;
280  for( np=0; (np<numSec/3) && (ran>=excs); ++np )
281  {
282  for( nneg=std::max(0,np-2); (nneg<=np) && (ran>=excs); ++nneg )
283  {
284  for( nz=0; (nz<numSec/3) && (ran>=excs); ++nz )
285  {
286  if( ++counter < numMul )
287  {
288  nt = np+nneg+nz;
289  if( nt > 0 )
290  {
291  test = G4Exp( std::min( expxu, std::max( expxl, -(pi/4.0)*(nt*nt)/(n*n) ) ) );
292  dum = (pi/anpn)*nt*protmul[counter]*protnorm[nt-1]/(2.0*n*n);
293  if( std::fabs(dum) < 1.0 )
294  {
295  if( test >= 1.0e-10 )excs += dum*test;
296  }
297  else
298  excs += dum*test;
299  }
300  }
301  }
302  }
303  }
304  if( ran >= excs )return; // 3 previous loops continued to the end
305  np--; nneg--; nz--;
306  }
307  else // target must be a neutron
308  {
309  G4int counter = -1;
310  for( np=0; (np<numSec/3) && (ran>=excs); ++np )
311  {
312  for( nneg=std::max(0,np-1); (nneg<=(np+1)) && (ran>=excs); ++nneg )
313  {
314  for( nz=0; (nz<numSec/3) && (ran>=excs); ++nz )
315  {
316  if( ++counter < numMul )
317  {
318  nt = np+nneg+nz;
319  if( (nt>=1) && (nt<=numSec) )
320  {
321  test = G4Exp( std::min( expxu, std::max( expxl, -(pi/4.0)*(nt*nt)/(n*n) ) ) );
322  dum = (pi/anpn)*nt*neutmul[counter]*neutnorm[nt-1]/(2.0*n*n);
323  if( std::fabs(dum) < 1.0 )
324  {
325  if( test >= 1.0e-10 )excs += dum*test;
326  }
327  else
328  excs += dum*test;
329  }
330  }
331  }
332  }
333  }
334  if( ran >= excs )return; // 3 previous loops continued to the end
335  np--; nneg--; nz--;
336  }
337  }
338 
339  if( targetParticle.GetDefinition() == aProton )
340  {
341  switch( np-nneg )
342  {
343  case 1:
344  if( G4UniformRand() < 0.5 )
345  {
346  if( G4UniformRand() < 0.5 )
347  currentParticle.SetDefinitionAndUpdateE( aKaonZS );
348  else
349  currentParticle.SetDefinitionAndUpdateE( aKaonZL );
350  incidentHasChanged = true;
351  }
352  else
353  {
354  targetParticle.SetDefinitionAndUpdateE( aNeutron );
355  targetHasChanged = true;
356  }
357  break;
358  case 2:
359  if( G4UniformRand() < 0.5 )
360  currentParticle.SetDefinitionAndUpdateE( aKaonZS );
361  else
362  currentParticle.SetDefinitionAndUpdateE( aKaonZL );
363  incidentHasChanged = true;
364  targetParticle.SetDefinitionAndUpdateE( aNeutron );
365  incidentHasChanged = true;
366  targetHasChanged = true;
367  break;
368  default:
369  break;
370  }
371  }
372  else // target is a neutron
373  {
374  switch( np-nneg )
375  {
376  case 0:
377  if( G4UniformRand() < 0.25 )
378  {
379  if( G4UniformRand() < 0.5 )
380  currentParticle.SetDefinitionAndUpdateE( aKaonZS );
381  else
382  currentParticle.SetDefinitionAndUpdateE( aKaonZL );
383  targetParticle.SetDefinitionAndUpdateE( aProton );
384  incidentHasChanged = true;
385  targetHasChanged = true;
386  }
387  break;
388  case 1:
389  if( G4UniformRand() < 0.5 )
390  currentParticle.SetDefinitionAndUpdateE( aKaonZS );
391  else
392  currentParticle.SetDefinitionAndUpdateE( aKaonZL );
393  incidentHasChanged = true;
394  break;
395  default: // assumes nneg = np+1 so charge is conserved
396  targetParticle.SetDefinitionAndUpdateE( aProton );
397  targetHasChanged = true;
398  break;
399  }
400  }
401 
402  SetUpPions(np, nneg, nz, vec, vecLen);
403  return;
404 }
G4double GetMass() const
G4double GetTotalEnergy() const
static G4KaonZeroLong * KaonZeroLong()
#define G4ThreadLocal
Definition: tls.hh:89
int G4int
Definition: G4Types.hh:78
static unsigned wp
Definition: csz_inflate.cc:294
G4double Pmltpc(G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c)
Char_t n[5]
#define G4UniformRand()
Definition: Randomize.hh:97
static G4KaonZeroShort * KaonZeroShort()
bool G4bool
Definition: G4Types.hh:79
static G4Proton * Proton()
Definition: G4Proton.cc:93
static G4PionPlus * PionPlus()
Definition: G4PionPlus.cc:98
static const double GeV
Definition: G4SIunits.hh:214
void SetDefinitionAndUpdateE(const G4ParticleDefinition *aParticleDefinition)
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
Definition: G4Exp.hh:183
const G4ParticleDefinition * GetDefinition() const
static const double pi
Definition: G4SIunits.hh:74
const G4ParticleDefinition * GetDefinition() const
T sqr(const T &x)
Definition: templates.hh:145
void GetNormalizationConstant(const G4double availableEnergy, G4double &n, G4double &anpn)
double G4double
Definition: G4Types.hh:76
void SetUpPions(const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen)
program test
Definition: Main_HIJING.f:1
Here is the call graph for this function:
Here is the caller graph for this function:

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