Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4LEKaonZeroLInelastic.hh,v 1.12 2007-02-26 18:24:54 dennis Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
// $Id$
|
||||
//
|
||||
// G4 Gheisha High Energy model class -- header file
|
||||
// H. Fesefeldt, RWTH Aachen 23-October-1996
|
||||
@@ -33,6 +32,8 @@
|
||||
#ifndef G4LEKaonZeroLInelastic_h
|
||||
#define G4LEKaonZeroLInelastic_h 1
|
||||
|
||||
#include <CLHEP/Units/SystemOfUnits.h>
|
||||
|
||||
#include "G4LEKaonZeroInelastic.hh"
|
||||
#include "G4LEAntiKaonZeroInelastic.hh"
|
||||
#include "Randomize.hh"
|
||||
@@ -43,7 +44,9 @@ class G4LEKaonZeroLInelastic : public G4InelasticInteraction
|
||||
G4LEKaonZeroLInelastic() : G4InelasticInteraction("G4LEKaonZeroLInelastic")
|
||||
{
|
||||
SetMinEnergy(0.0);
|
||||
SetMaxEnergy(25.*GeV);
|
||||
SetMaxEnergy(25.*CLHEP::GeV);
|
||||
G4cout << "WARNING: model G4LEKaonZeroLInelastic is being deprecated and will\n"
|
||||
<< "disappear in Geant4 version 10.0" << G4endl;
|
||||
}
|
||||
|
||||
virtual ~G4LEKaonZeroLInelastic(){ }
|
||||
|
||||
Reference in New Issue
Block a user