// // ******************************************************************** // * 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. * // ******************************************************************** // // // 05-11-21 NeutronHP or Low Energy Parameterization Models // Implemented by T. Koi (SLAC/SCCS) // If NeutronHP data do not available for an element, then Low Energy // Parameterization models handle the interactions of the element. // 081024 G4NucleiPropertiesTable:: to G4NucleiProperties:: // #include "G4NeutronHPorLFissionData.hh" #include "G4Neutron.hh" #include "G4ElementTable.hh" #include "G4NeutronHPData.hh" #include "G4PhysicsVector.hh" G4NeutronHPorLFissionData::G4NeutronHPorLFissionData( G4NeutronHPChannel* pChannel , std::set< G4String >* pSet ) { theFissionChannel = pChannel; unavailable_elements = pSet; } G4bool G4NeutronHPorLFissionData::IsApplicable(const G4DynamicParticle*aP, const G4Element* anElement) { G4bool result = true; G4double eKin = aP->GetKineticEnergy(); if(eKin>20*MeV||aP->GetDefinition()!=G4Neutron::Neutron()) result = false; if ( unavailable_elements->find( anElement->GetName() ) != unavailable_elements->end() ) result = false; return result; } G4NeutronHPorLFissionData::G4NeutronHPorLFissionData() { // BuildPhysicsTable(*G4Neutron::Neutron()); } G4NeutronHPorLFissionData::~G4NeutronHPorLFissionData() { // delete theCrossSections; } void G4NeutronHPorLFissionData::BuildPhysicsTable( const G4ParticleDefinition& aP ) { if( &aP!=G4Neutron::Neutron() ) throw G4HadronicException(__FILE__, __LINE__, "Attempt to use NeutronHP data for particles other than neutrons!!!"); } void G4NeutronHPorLFissionData::DumpPhysicsTable(const G4ParticleDefinition& aP) { if(&aP!=G4Neutron::Neutron()) throw G4HadronicException(__FILE__, __LINE__, "Attempt to use NeutronHP data for particles other than neutrons!!!"); // G4cout << "G4NeutronHPorLFissionData::DumpPhysicsTable still to be implemented"<GetZ() < 90 ) return result; // G4bool outOfRange; G4int index = anE->GetIndex(); // prepare neutron G4double eKinetic = aP->GetKineticEnergy(); G4ReactionProduct theNeutron( aP->GetDefinition() ); theNeutron.SetMomentum( aP->GetMomentum() ); theNeutron.SetKineticEnergy( eKinetic ); // prepare thermal nucleus G4Nucleus aNuc; G4double eps = 0.0001; G4double theA = anE->GetN(); G4double theZ = anE->GetZ(); G4double eleMass; eleMass = ( G4NucleiProperties::GetNuclearMass(static_cast(theA+eps), static_cast(theZ+eps)) ) / G4Neutron::Neutron()->GetPDGMass(); G4ReactionProduct boosted; G4double aXsection; // MC integration loop G4int counter = 0; G4double buffer = 0; G4int size = G4int(std::max(10., aT/60*kelvin)); G4ThreeVector neutronVelocity = 1./G4Neutron::Neutron()->GetPDGMass()*theNeutron.GetMomentum(); G4double neutronVMag = neutronVelocity.mag(); while(counter == 0 || std::abs(buffer-result/std::max(1,counter)) > 0.03*buffer) { if(counter) buffer = result/counter; while (counter