Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4HESigmaPlusInelastic.hh,v 1.13 2006/06/29 20:29:43 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4HESigmaPlusInelastic.hh,v 1.14 2007/04/11 18:11:30 dennis Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//
// G4 Gheisha High Energy model class -- header file
@@ -54,29 +54,29 @@
class G4HESigmaPlusInelastic : public G4HEInelastic
{
public: // with description
G4HESigmaPlusInelastic() : G4HEInelastic()
{
theMinEnergy = 20*GeV;
theMaxEnergy = 10*TeV;
MAXPART = 2048;
verboseLevel = 0;
}
G4HESigmaPlusInelastic() : G4HEInelastic("G4HESigmaPlusInelastic")
{
theMinEnergy = 20*GeV;
theMaxEnergy = 10*TeV;
MAXPART = 2048;
verboseLevel = 0;
}
~G4HESigmaPlusInelastic(){ };
~G4HESigmaPlusInelastic(){ };
G4int vecLength;
G4int vecLength;
G4HadFinalState * ApplyYourself( const G4HadProjectile &aTrack, G4Nucleus &targetNucleus );
G4HadFinalState* ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus);
G4int GetNumberOfSecondaries()
{ return vecLength; }
G4int GetNumberOfSecondaries()
{ return vecLength; }
void FirstIntInCasSigmaPlus(G4bool &inElastic, const G4double availableEnergy,
G4HEVector pv[],
G4int &vecLen,
G4HEVector incidentParticle,
G4HEVector targetParticle,
const G4double atomicWeight);
void FirstIntInCasSigmaPlus(G4bool &inElastic, const G4double availableEnergy,
G4HEVector pv[],
G4int &vecLen,
G4HEVector incidentParticle,
G4HEVector targetParticle,
const G4double atomicWeight);
};
#endif