Import Geant4 6.2.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4HESigmaPlusInelastic.hh,v 1.10 2003/07/01 15:42:22 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: G4HESigmaPlusInelastic.hh,v 1.11 2004/04/22 20:53:38 dwright Exp $
|
||||
// GEANT4 tag $Name: geant4-06-02 $
|
||||
//
|
||||
//
|
||||
// G4 Gheisha High Energy model class -- header file
|
||||
@@ -34,11 +34,23 @@
|
||||
#ifndef G4HESigmaPlusInelastic_h
|
||||
#define G4HESigmaPlusInelastic_h 1
|
||||
|
||||
// Class description:
|
||||
// High energy parameterized model for Sigma+ inelastic scattering. This
|
||||
// class is responsible for producing the final state of the interaction and
|
||||
// is typically valid for incident Sigma+ energies above 20 GeV. This
|
||||
// physics may be invoked by registering an instance of the class with
|
||||
// G4SigmaPlusInelasticProcess in the user's physics list.
|
||||
//
|
||||
// This class is derived from G4HEInelastic which in turn is derived from
|
||||
// G4HadronicInteraction.
|
||||
|
||||
// Class Description - End
|
||||
|
||||
#include "G4HEInelastic.hh"
|
||||
|
||||
class G4HESigmaPlusInelastic : public G4HEInelastic
|
||||
{
|
||||
public:
|
||||
public: // with description
|
||||
G4HESigmaPlusInelastic() : G4HEInelastic()
|
||||
{
|
||||
theMinEnergy = 20*GeV;
|
||||
|
||||
Reference in New Issue
Block a user