G4PiMinusStopC.cc

Go to the documentation of this file.
00001 //
00002 // ********************************************************************
00003 // * License and Disclaimer                                           *
00004 // *                                                                  *
00005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
00006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
00007 // * conditions of the Geant4 Software License,  included in the file *
00008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
00009 // * include a list of copyright holders.                             *
00010 // *                                                                  *
00011 // * Neither the authors of this software system, nor their employing *
00012 // * institutes,nor the agencies providing financial support for this *
00013 // * work  make  any representation or  warranty, express or implied, *
00014 // * regarding  this  software system or assume any liability for its *
00015 // * use.  Please see the license in the file  LICENSE  and URL above *
00016 // * for the full disclaimer and the limitation of liability.         *
00017 // *                                                                  *
00018 // * This  code  implementation is the result of  the  scientific and *
00019 // * technical work of the GEANT4 collaboration.                      *
00020 // * By using,  copying,  modifying or  distributing the software (or *
00021 // * any work based  on the software)  you  agree  to acknowledge its *
00022 // * use  in  resulting  scientific  publications,  and indicate your *
00023 // * acceptance of all terms of the Geant4 Software license.          *
00024 // ********************************************************************
00025 //
00026 //      File name:     G4PiMinusStopC
00027 //
00028 //      Author:        Maria Grazia Pia (pia@genova.infn.it)
00029 // 
00030 //      Creation date: 8 May 1998
00031 //
00032 // -------------------------------------------------------------------
00033 
00034 #include "G4ios.hh"
00035 
00036 #include "G4PiMinusStopC.hh"
00037 
00038 #include <vector>
00039 
00040 #include "globals.hh"
00041 #include "Randomize.hh"
00042 #include "G4Proton.hh"
00043 #include "G4Neutron.hh"
00044 #include "G4ParticleTypes.hh"
00045 #include "G4ReactionKinematics.hh"
00046 #include "G4DynamicParticleVector.hh"
00047 #include "G4LorentzVector.hh"
00048 #include "G4PiMinusStopMaterial.hh"
00049 #include "G4DistributionGenerator.hh"
00050 
00051 // np/pp production ratio
00052 // Experimental values: 
00053 // R(np/pp) = 6.3 +- 1.4 (P. Heusi et al. (Nucl. Phys. A407, 429 [1983])
00054 // R = 5.0 +- 1.5 (Ozaki et al.)
00055 // R = 8.8 +- 1.3 (Lee et al.)
00056 // R = 2.4 +- 1.0 (Nordberg et al.)
00057 // Use average value of the first three ones
00058 G4double G4PiMinusStopC::npRatio = 6.7;
00059  
00060 // Average numbers of final nucleons detected, for N-pair absorption
00061 // R. Madey et al., Phys. Rev. C25(1982) 3050 
00062 G4double G4PiMinusStopC::nFinalNucleons = 1.77;
00063 
00064 // Kinetic energy (MeV) distributions measured for coincident nucleon 
00065 // emission
00066 // P. Heusi et al., Nucl. Phys. A407(1983) 429
00067 
00068 G4int G4PiMinusStopC::eKinEntries = 21;
00069 
00070 G4double G4PiMinusStopC::eKinData[21] = { 0.031, 0.045, 0.06, 0.09, 
00071                                       0.11, 0.116, 0.14, 
00072                                       0.18,  0.21,  0.25, 
00073                                       0.3,  0.32,  0.31, 0.3, 
00074                                       0.25,  0.18,  0.16, 
00075                                       0.15, 0.08,  0.05, 0.01};
00076 
00077 G4double G4PiMinusStopC::eKin[22] = {  8., 17.5,  21., 24.5,  
00078                                   27.5,  31.,  33.5,  
00079                                   37.5,  42.5,  46.4,
00080                                   49.,  52.5,  57.5, 62.5,
00081                                   67.5,  72.5,  75., 
00082                                   77.5,  82.5,  87.5,  92.5, 110. };
00083 
00084 //G4double G4PiMinusStopC::eKin[22] = { 15.,  20.,  22., 25.,  
00085 //                                30.,  32.,  36.,  
00086 //                                40.,  45.,  48.,
00087 //                                50.,  54.,  60., 65.,
00088 //                                70.,  75.,  78., 
00089 //                                80.,  86.,  90.,  95., 100. };
00090 
00091 // Opening angle distributions measured for coincident nucleon emission
00092 // R. Hartmann et al., Nucl. Phys. A308 (1978) 345
00093 
00094 G4int G4PiMinusStopC::angleEntries = 7;
00095 
00096 G4double G4PiMinusStopC::angleData[7] = 
00097 { 1.43, 1.67, 2.62, 4.29, 7.62, 11.90, 14.76 };
00098 
00099 G4double G4PiMinusStopC::angle[8] = { 1.308997, 1.570796, 1.832596, 2.094395, 
00100                                   2.356194, 2.617994, 2.967060, 3.1415927 };
00101 
00102 
00103 
00104 // Constructor
00105 
00106 G4PiMinusStopC::G4PiMinusStopC()
00107   
00108 {
00109   // Cluster size: nucleon pair, alpha, triton etc.
00110   // First implementation: interaction with nucleon pair only
00111   _clusterSize = 2;
00112 
00113   // R ratio
00114   theR = 1. / (1. + npRatio);
00115 
00116   _definitions = new std::vector<G4ParticleDefinition*>();
00117   _momenta = new std::vector<G4LorentzVector*>();
00118 
00119   std::vector<double> eKinVector;
00120   std::vector<double> eKinDataVector;
00121   int i;
00122   for (i=0; i<eKinEntries; i++)
00123     {
00124       eKinVector.push_back(eKin[i]);
00125       eKinDataVector.push_back(eKinData[i]);
00126     }
00127   eKinVector.push_back(eKin[eKinEntries]);
00128   _distributionE = new G4DistributionGenerator(eKinVector,eKinDataVector);
00129 
00130   std::vector<double> angleVector;
00131   std::vector<double> angleDataVector;
00132   for (i=0; i<angleEntries; i++)
00133     {
00134       angleVector.push_back(angle[i]);
00135       angleDataVector.push_back(angleData[i]);
00136     }
00137   angleVector.push_back(angle[angleEntries]);
00138   _distributionAngle = new G4DistributionGenerator(angleVector,angleDataVector);
00139 }
00140 
00141 
00142 // Destructor
00143 
00144 G4PiMinusStopC::~G4PiMinusStopC()
00145 {}
00146 
00147 G4double G4PiMinusStopC::FinalNucleons()
00148 {
00149   return nFinalNucleons;
00150 }
00151 

Generated on Mon May 27 17:49:20 2013 for Geant4 by  doxygen 1.4.7