// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration. It is provided under the terms and * // * conditions of the Geant4 Software License, included in the file * // * LICENSE and available at http://cern.ch/geant4/license . These * // * include a list of copyright holders. * // * * // * 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. Please see the license in the file LICENSE and URL above * // * for the full disclaimer and the limitation of liability. * // * * // * This code implementation is the result of the scientific and * // * technical work of the GEANT4 collaboration. * // * By using, copying, modifying or distributing the software (or * // * any work based on the software) you agree to acknowledge its * // * use in resulting scientific publications, and indicate your * // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // // // $Id: G4N13GEMProbability.cc,v 1.5 2006/06/29 20:22:45 gunter Exp $ // GEANT4 tag $Name: geant4-09-02-ref-02 $ // // Hadronic Process: Nuclear De-excitations // by V. Lara (Nov 1999) // #include "G4N13GEMProbability.hh" G4N13GEMProbability::G4N13GEMProbability() : G4GEMProbability(13,7,1.0/2.0) // A,Z,Spin { ExcitEnergies.push_back(2365.3*keV); ExcitSpins.push_back(1.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(33*keV)); ExcitEnergies.push_back(3511*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(66*keV)); ExcitEnergies.push_back(3547*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(47*keV)); ExcitEnergies.push_back(6364*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(11*keV)); ExcitEnergies.push_back(6885*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(115*keV)); ExcitEnergies.push_back(7155*keV); ExcitSpins.push_back(7.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(9.0*keV)); ExcitEnergies.push_back(7376*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(75*keV)); ExcitEnergies.push_back(8000*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(1500*keV)); ExcitEnergies.push_back(8918*keV); ExcitSpins.push_back(1.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(230*keV)); ExcitEnergies.push_back(9476*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(30*keV)); ExcitEnergies.push_back(10.25E3*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(270*keV)); ExcitEnergies.push_back(10360*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(30*keV)); ExcitEnergies.push_back(10360*keV); ExcitSpins.push_back(7.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(76*keV)); ExcitEnergies.push_back(11530*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(430*keV)); ExcitEnergies.push_back(11700*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(115*keV)); ExcitEnergies.push_back(11740*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(250*keV)); ExcitEnergies.push_back(11740*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(530*keV)); ExcitEnergies.push_back(11878*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(380*keV)); ExcitEnergies.push_back(12130*keV); ExcitSpins.push_back(7.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(250*keV)); ExcitEnergies.push_back(13.5E3*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(6500*keV)); ExcitEnergies.push_back(14040*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(155*keV)); ExcitEnergies.push_back(15065.1*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(1.10*keV)); ExcitEnergies.push_back(15.3E3*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(350*keV)); ExcitEnergies.push_back(16020*keV); ExcitSpins.push_back(7.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(130*keV)); ExcitEnergies.push_back(18230*keV); ExcitSpins.push_back(1.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(300*keV)); ExcitEnergies.push_back(18406*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(66*keV)); ExcitEnergies.push_back(18961*keV); ExcitSpins.push_back(7.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(23*keV)); ExcitEnergies.push_back(19830*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(1000*keV)); ExcitEnergies.push_back(19880*keV); ExcitSpins.push_back(3.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(520*keV)); ExcitEnergies.push_back(20.9E3*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(1100*keV)); ExcitEnergies.push_back(22.4E3*keV); ExcitSpins.push_back(5.0/2.0); ExcitLifetimes.push_back(hbar_Planck*std::log(2.0)/(2000*keV)); SetExcitationEnergiesPtr(&ExcitEnergies); SetExcitationSpinsPtr(&ExcitSpins); SetExcitationLifetimesPtr(&ExcitLifetimes); } G4N13GEMProbability::G4N13GEMProbability(const G4N13GEMProbability &) : G4GEMProbability() { throw G4HadronicException(__FILE__, __LINE__, "G4N13GEMProbability::copy_constructor meant to not be accessable"); } const G4N13GEMProbability & G4N13GEMProbability:: operator=(const G4N13GEMProbability &) { throw G4HadronicException(__FILE__, __LINE__, "G4N13GEMProbability::operator= meant to not be accessable"); return *this; } G4bool G4N13GEMProbability::operator==(const G4N13GEMProbability &) const { return false; } G4bool G4N13GEMProbability::operator!=(const G4N13GEMProbability &) const { return true; }