Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/models/im_r_matrix/src/G4XDeltaDeltaTable.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /processes/hadronic/models/im_r_matrix/src/G4XDeltaDeltaTable.cc (Version 11.3.0) and /processes/hadronic/models/im_r_matrix/src/G4XDeltaDeltaTable.cc (Version 6.2.p1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                    <<   3 // * DISCLAIMER                                                       *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th <<   5 // * The following disclaimer summarizes all the specific disclaimers *
  6 // * the Geant4 Collaboration.  It is provided <<   6 // * of contributors to this software. The specific disclaimers,which *
  7 // * conditions of the Geant4 Software License <<   7 // * govern, are listed with their locations in:                      *
  8 // * LICENSE and available at  http://cern.ch/ <<   8 // *   http://cern.ch/geant4/license                                  *
  9 // * include a list of copyright holders.      << 
 10 // *                                                9 // *                                                                  *
 11 // * Neither the authors of this software syst     10 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     11 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     12 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     13 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file  <<  14 // * use.                                                             *
 16 // * for the full disclaimer and the limitatio << 
 17 // *                                               15 // *                                                                  *
 18 // * This  code  implementation is the result  <<  16 // * This  code  implementation is the  intellectual property  of the *
 19 // * technical work of the GEANT4 collaboratio <<  17 // * GEANT4 collaboration.                                            *
 20 // * By using,  copying,  modifying or  distri <<  18 // * By copying,  distributing  or modifying the Program (or any work *
 21 // * any work based  on the software)  you  ag <<  19 // * based  on  the Program)  you indicate  your  acceptance of  this *
 22 // * use  in  resulting  scientific  publicati <<  20 // * statement, and all its terms.                                    *
 23 // * acceptance of all terms of the Geant4 Sof << 
 24 // *******************************************     21 // ********************************************************************
 25 //                                                 22 //
 26 //                                                 23 //
 27 // p p -> Delta Delta cross section tables         24 // p p -> Delta Delta cross section tables
 28 //                                                 25 //
 29 // -------------------------------------------     26 // -------------------------------------------------------------------
 30                                                    27 
 31 #include "globals.hh"                              28 #include "globals.hh"
 32 #include "G4ios.hh"                                29 #include "G4ios.hh"
 33 #include "G4SystemOfUnits.hh"                  << 
 34 #include "G4XDeltaDeltaTable.hh"                   30 #include "G4XDeltaDeltaTable.hh"
 35 #include "G4PhysicsFreeVector.hh"                  31 #include "G4PhysicsFreeVector.hh"
 36                                                    32 
                                                   >>  33 
                                                   >>  34 
 37 // Energies (GeV) corresponding to the cross s     35 // Energies (GeV) corresponding to the cross section table
 38 // Units are assigned when filling the Physics <<  36 // Units are assigned while filling the PhysicsVector
 39                                                    37 
 40 const G4double G4XDeltaDeltaTable::energyTable     38 const G4double G4XDeltaDeltaTable::energyTable[121] =
 41 {                                                  39 {
 42   0.0,                                             40   0.0, 
 43   2.014,  2.014,  2.016,  2.018,  2.022,  2.02     41   2.014,  2.014,  2.016,  2.018,  2.022,  2.026,  2.031,  2.037,  2.044,  2.052,   
 44   2.061,  2.071,  2.082,  2.094,  2.107,  2.12     42   2.061,  2.071,  2.082,  2.094,  2.107,  2.121,  2.135,  2.151,  2.168,  2.185,   
 45   2.204,  2.223,  2.244,  2.265,  2.287,  2.31     43   2.204,  2.223,  2.244,  2.265,  2.287,  2.311,  2.335,  2.360,  2.386,  2.413,   
 46   2.441,  2.470,  2.500,  2.531,  2.562,  2.59     44   2.441,  2.470,  2.500,  2.531,  2.562,  2.595,  2.629,  2.664,  2.699,  2.736,
 47   2.773,  2.812,  2.851,  2.891,  2.933,  2.97     45   2.773,  2.812,  2.851,  2.891,  2.933,  2.975,  3.018,  3.062,  3.107,  3.153,   
 48   3.200,  3.248,  3.297,  3.347,  3.397,  3.44     46   3.200,  3.248,  3.297,  3.347,  3.397,  3.449,  3.502,  3.555,  3.610,  3.666,   
 49   3.722,  3.779,  3.838,  3.897,  3.957,  4.01     47   3.722,  3.779,  3.838,  3.897,  3.957,  4.018,  4.081,  4.144,  4.208,  4.273,   
 50   4.339,  4.406,  4.473,  4.542,  4.612,  4.68     48   4.339,  4.406,  4.473,  4.542,  4.612,  4.683,  4.754,  4.827,  4.900,  4.975,
 51   5.000,  6.134,  7.269,  8.403,  9.538, 10.67     49   5.000,  6.134,  7.269,  8.403,  9.538, 10.672, 11.807, 12.941, 14.076, 15.210,  
 52  16.345, 17.479, 18.613, 19.748, 20.882, 22.01     50  16.345, 17.479, 18.613, 19.748, 20.882, 22.017, 23.151, 24.286, 25.420, 26.555, 
 53  27.689, 28.824, 29.958, 31.092, 32.227, 33.36     51  27.689, 28.824, 29.958, 31.092, 32.227, 33.361, 34.496, 35.630, 36.765, 37.899,  
 54  39.034, 40.168, 41.303, 42.437, 43.571, 44.70     52  39.034, 40.168, 41.303, 42.437, 43.571, 44.706, 45.840, 46.975, 48.109, 49.244
 55 };                                                 53 };
 56                                                    54 
 57 // Cross-sections in mb, from S.A. Bass et al.     55 // Cross-sections in mb, from S.A. Bass et al., Prog.Part.Nucl.Phys.41:225-370,1998 
 58 // Units are assigned when filling the Physics <<  56 // Units are assigned while filling the PhysicsVector
 59                                                    57 
 60 const G4double G4XDeltaDeltaTable::sigmaDD1232     58 const G4double G4XDeltaDeltaTable::sigmaDD1232[121] = 
 61 {                                                  59 {
 62   0.0,                                             60   0.0, 
 63   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.     61   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000,
 64   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.     62   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000,
 65   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.     63   0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000,
 66   0.001, 0.000, 0.000, 0.000, 0.002, 0.008, 0.     64   0.001, 0.000, 0.000, 0.000, 0.002, 0.008, 0.029, 0.078,
 67   0.159, 0.262, 0.374, 0.488, 0.599, 0.706, 0.     65   0.159, 0.262, 0.374, 0.488, 0.599, 0.706, 0.806, 0.899,
 68   0.985, 1.064, 1.135, 1.200, 1.257, 1.309, 1.     66   0.985, 1.064, 1.135, 1.200, 1.257, 1.309, 1.354, 1.394,
 69   1.429, 1.458, 1.482, 1.503, 1.519, 1.531, 1.     67   1.429, 1.458, 1.482, 1.503, 1.519, 1.531, 1.540, 1.545,
 70   1.548, 1.548, 1.545, 1.540, 1.533, 1.523, 1.     68   1.548, 1.548, 1.545, 1.540, 1.533, 1.523, 1.513, 1.500,
 71   1.486, 1.471, 1.455, 1.437, 1.419, 1.400, 1.     69   1.486, 1.471, 1.455, 1.437, 1.419, 1.400, 1.381, 1.361,
 72   1.340, 1.319, 1.297, 1.275, 1.254, 1.231, 1.     70   1.340, 1.319, 1.297, 1.275, 1.254, 1.231, 1.209, 1.187,
 73   1.180, 0.889, 0.681, 0.534, 0.430, 0.351, 0.     71   1.180, 0.889, 0.681, 0.534, 0.430, 0.351, 0.292, 0.247,
 74   0.211, 0.183, 0.160, 0.141, 0.125, 0.111, 0.     72   0.211, 0.183, 0.160, 0.141, 0.125, 0.111, 0.100, 0.090,
 75   0.082, 0.075, 0.068, 0.063, 0.058, 0.054, 0.     73   0.082, 0.075, 0.068, 0.063, 0.058, 0.054, 0.050, 0.046,
 76   0.043, 0.040, 0.038, 0.035, 0.033, 0.031, 0.     74   0.043, 0.040, 0.038, 0.035, 0.033, 0.031, 0.030, 0.028,
 77   0.027, 0.025, 0.024, 0.023, 0.022, 0.021, 0.     75   0.027, 0.025, 0.024, 0.023, 0.022, 0.021, 0.020, 0.019
 78 };                                                 76 };
 79                                                    77 
 80                                                    78 
 81                                                    79 
 82 G4XDeltaDeltaTable::G4XDeltaDeltaTable()  : si     80 G4XDeltaDeltaTable::G4XDeltaDeltaTable()  : size(121)
 83 { }                                                81 { }
 84                                                    82 
 85                                                    83 
 86 G4XDeltaDeltaTable::~G4XDeltaDeltaTable()          84 G4XDeltaDeltaTable::~G4XDeltaDeltaTable()
 87 { }                                                85 { }
 88                                                    86 
 89                                                    87 
 90 G4PhysicsVector* G4XDeltaDeltaTable::CrossSect     88 G4PhysicsVector* G4XDeltaDeltaTable::CrossSectionTable() const
 91 {                                                  89 {
 92   G4PhysicsFreeVector*sigma = new G4PhysicsFre     90   G4PhysicsFreeVector*sigma = new G4PhysicsFreeVector(size);
 93                                                    91 
 94   G4int i;                                         92   G4int i;
 95   for (i=0; i<size; i++)                           93   for (i=0; i<size; i++)
 96     {                                              94     {
 97       G4double value = 0.5*sigmaDD1232[i] * mi     95       G4double value = 0.5*sigmaDD1232[i] * millibarn;
 98       G4double energy = energyTable[i] * GeV;      96       G4double energy = energyTable[i] * GeV;
 99       sigma->PutValue(i,energy,value);             97       sigma->PutValue(i,energy,value);
100     }                                              98     }
101   return sigma;                                    99   return sigma;
102 }                                                 100 }
103                                                   101 
104                                                   102 
105                                                   103 
106                                                   104 
107                                                   105 
108                                                   106 
109                                                   107 
110                                                   108 
111                                                   109 
112                                                   110 
113                                                   111 
114                                                   112