Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# $Id: GNUmakefile 98814 2016-08-11 09:05:12Z gcosmo $
|
||||
# -----------------------------------------------------------
|
||||
# GNUmakefile for hadronic library. Gabriele Cosmo, 18/9/96.
|
||||
# -----------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
$Id: History 109666 2018-05-04 13:59:45Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
==========================================================
|
||||
@@ -15,6 +14,11 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
06 August 2018 Alberto Ribon (hadr-lepnuc-V10-04-02)
|
||||
---------------------------------------------------
|
||||
- G4NeutrinoElectronCcModel : replaced the explicit high-energy limit
|
||||
of hadronic physics with the one from G4HadronicParameters .
|
||||
|
||||
04 May 2018 Vladimir Ivanchenko (hadr-lepnuc-V10-04-01)
|
||||
---------------------------------------------------
|
||||
- G4NeutrinoElectronCcModel : fixed Coverity report
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: $
|
||||
//
|
||||
// Author: D.H. Wright
|
||||
// Date: 1 May 2012
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: $
|
||||
//
|
||||
// Author: D.H. Wright
|
||||
// Date: 2 February 2011
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4NeutrinoElectronCcModel.hh 90228 2015-05-21 08:49:57Z gcosmo $
|
||||
//
|
||||
// Geant4 Header : G4NeutrinoElectronCcModel
|
||||
//
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: sources.cmake 103900 2017-05-03 08:29:10Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: $
|
||||
//
|
||||
// Author: D.H. Wright
|
||||
// Date: 1 May 2012
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: $
|
||||
//
|
||||
// Author: D.H. Wright
|
||||
// Date: 2 February 2011
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4NeutrinoElectronCcModel.cc 91806 2015-08-06 12:20:45Z gcosmo $
|
||||
//
|
||||
// Geant4 Header : G4NeutrinoElectronCcModel
|
||||
//
|
||||
@@ -40,6 +39,7 @@
|
||||
#include "G4AntiNeutrinoE.hh"
|
||||
#include "G4MuonMinus.hh"
|
||||
#include "G4TauMinus.hh"
|
||||
#include "G4HadronicParameters.hh"
|
||||
|
||||
using namespace std;
|
||||
using namespace CLHEP;
|
||||
@@ -48,7 +48,7 @@ G4NeutrinoElectronCcModel::G4NeutrinoElectronCcModel(const G4String& name)
|
||||
: G4HadronicInteraction(name)
|
||||
{
|
||||
SetMinEnergy( 0.0*GeV );
|
||||
SetMaxEnergy( 100.*TeV );
|
||||
SetMaxEnergy( G4HadronicParameters::Instance()->GetMaxEnergy() );
|
||||
SetMinEnergy(1.e-6*eV);
|
||||
|
||||
theNeutrinoE = G4NeutrinoE::NeutrinoE();
|
||||
|
||||
Reference in New Issue
Block a user