Import Geant4 3.2.0 source tree
This commit is contained in:
@@ -1,16 +1,30 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
// ********************************************************************
|
||||
// * DISCLAIMER *
|
||||
// * *
|
||||
// * The following disclaimer summarizes all the specific disclaimers *
|
||||
// * of contributors to this software. The specific disclaimers,which *
|
||||
// * govern, are listed with their locations in: *
|
||||
// * http://cern.ch/geant4/license *
|
||||
// * *
|
||||
// * Neither the authors of this software system, nor their employing *
|
||||
// * institutes,nor the agencies providing financial support for this *
|
||||
// * work make any representation or warranty, express or implied, *
|
||||
// * regarding this software system or assume any liability for its *
|
||||
// * use. *
|
||||
// * *
|
||||
// * This code implementation is the intellectual property of the *
|
||||
// * GEANT4 collaboration. *
|
||||
// * By copying, distributing or modifying the Program (or any work *
|
||||
// * based on the Program) you indicate your acceptance of this *
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
//
|
||||
// GEANT4 Class file
|
||||
//
|
||||
// For information related to this code contact:
|
||||
// Geant4 Collaboration
|
||||
//
|
||||
// File name: G4IonYangFluctuationModel
|
||||
//
|
||||
@@ -22,6 +36,7 @@
|
||||
// 18/08/2000 V.Ivanchenko First implementation
|
||||
// 04/09/2000 V.Ivanchenko Rename fluctuations
|
||||
// 03/10/2000 V.Ivanchenko CodeWizard clean up
|
||||
// 10/05/2001 V.Ivanchenko Clean up againist Linux compilation with -Wall
|
||||
//
|
||||
// -------------------------------------------------------------------
|
||||
// Class Description:
|
||||
@@ -156,11 +171,11 @@ G4double G4IonYangFluctuationModel::YangFluctuationModel(
|
||||
// 3 for ions in molecular gases
|
||||
// 4 for ions in solids
|
||||
static G4double b[5][4] = {
|
||||
0.1014, 0.3700, 0.9642, 3.987,
|
||||
0.1955, 0.6941, 2.522, 1.040,
|
||||
0.05058, 0.08975, 0.1419, 10.80,
|
||||
0.05009, 0.08660, 0.2751, 3.787,
|
||||
0.01273, 0.03458, 0.3951, 3.812
|
||||
{0.1014, 0.3700, 0.9642, 3.987},
|
||||
{0.1955, 0.6941, 2.522, 1.040},
|
||||
{0.05058, 0.08975, 0.1419, 10.80},
|
||||
{0.05009, 0.08660, 0.2751, 3.787},
|
||||
{0.01273, 0.03458, 0.3951, 3.812}
|
||||
} ;
|
||||
|
||||
// protons (hadrons)
|
||||
|
||||
Reference in New Issue
Block a user