Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file hadronic/Hadr02/src/IonCRMCPhysics.c 26 /// \file hadronic/Hadr02/src/IonCRMCPhysics.cc 27 /// \brief Implementation of the IonCRMCPhysic 27 /// \brief Implementation of the IonCRMCPhysics class 28 // 28 // 29 // 29 // 30 //-------------------------------------------- 30 //--------------------------------------------------------------------------- 31 // 31 // 32 // Class: IonCRMCPhysics 32 // Class: IonCRMCPhysics 33 // 33 // 34 // Author: 2018 Alberto Ribon 34 // Author: 2018 Alberto Ribon 35 // 35 // 36 // Modified: 36 // Modified: 37 // - 18-May-2021 Alberto Ribon : Used the lat << 38 // << 39 //-------------------------------------------- << 40 // 37 // >> 38 // ------------------------------------------------------------ >> 39 // 41 #ifdef G4_USE_CRMC 40 #ifdef G4_USE_CRMC 42 41 43 # include "IonCRMCPhysics.hh" << 42 #include "IonCRMCPhysics.hh" 44 << 43 #include "G4IonPhysics.hh" 45 # include "HadronicInelasticModelCRMC.hh" << 44 #include "G4SystemOfUnits.hh" 46 << 45 #include "G4ParticleDefinition.hh" 47 # include "G4Alpha.hh" << 46 #include "G4ProcessManager.hh" 48 # include "G4BinaryLightIonReaction.hh" << 47 #include "G4Deuteron.hh" 49 # include "G4BuilderType.hh" << 48 #include "G4Triton.hh" 50 # include "G4ComponentGGNuclNuclXsc.hh" << 49 #include "G4He3.hh" 51 # include "G4CrossSectionInelastic.hh" << 50 #include "G4Alpha.hh" 52 # include "G4Deuteron.hh" << 51 #include "G4GenericIon.hh" 53 # include "G4ExcitationHandler.hh" << 52 #include "G4IonConstructor.hh" 54 # include "G4FTFBuilder.hh" << 53 #include "G4HadronInelasticProcess.hh" 55 # include "G4GenericIon.hh" << 54 #include "G4BinaryLightIonReaction.hh" 56 # include "G4HadronInelasticProcess.hh" << 55 #include "G4ComponentGGNuclNuclXsc.hh" 57 # include "G4HadronicInteraction.hh" << 56 #include "G4CrossSectionInelastic.hh" 58 # include "G4HadronicInteractionRegistry.hh" << 57 #include "G4PreCompoundModel.hh" 59 # include "G4HadronicParameters.hh" << 58 #include "G4ExcitationHandler.hh" 60 # include "G4He3.hh" << 59 #include "G4FTFBuilder.hh" 61 # include "G4IonConstructor.hh" << 60 #include "G4HadronicInteraction.hh" 62 # include "G4IonPhysics.hh" << 61 #include "G4BuilderType.hh" 63 # include "G4ParticleDefinition.hh" << 62 #include "G4HadronicInteractionRegistry.hh" 64 # include "G4PreCompoundModel.hh" << 63 #include "G4CRMCModel.hh" 65 # include "G4ProcessManager.hh" << 64 #include "G4HadronicParameters.hh" 66 # include "G4SystemOfUnits.hh" << 67 # include "G4Triton.hh" << 68 65 69 using namespace std; 66 using namespace std; 70 67 71 // factory 68 // factory 72 # include "G4PhysicsConstructorFactory.hh" << 69 #include "G4PhysicsConstructorFactory.hh" 73 // 70 // 74 G4_DECLARE_PHYSCONSTR_FACTORY(IonCRMCPhysics); << 71 G4_DECLARE_PHYSCONSTR_FACTORY( IonCRMCPhysics ); 75 72 76 //....oooOO0OOooo........oooOO0OOooo........oo << 73 G4ThreadLocal G4bool IonCRMCPhysics::wasActivated = false; >> 74 G4ThreadLocal G4BinaryLightIonReaction* IonCRMCPhysics::theIonBC = 0; >> 75 G4ThreadLocal G4HadronicInteraction* IonCRMCPhysics::theFTFP = 0; >> 76 G4ThreadLocal G4VCrossSectionDataSet* IonCRMCPhysics::theNuclNuclData = 0; >> 77 G4ThreadLocal G4VComponentCrossSection* IonCRMCPhysics::theGGNuclNuclXS = 0; >> 78 G4ThreadLocal G4FTFBuilder* IonCRMCPhysics::theBuilder = 0; >> 79 G4ThreadLocal G4CRMCModel* IonCRMCPhysics::theCRMC = 0; 77 80 78 const std::array<std::string, 13> IonCRMCPhysi << 81 79 "EPOS-LHC", "EPOS-1.99", "QGSJET-01", "", << 82 IonCRMCPhysics::IonCRMCPhysics( G4int ver ) : G4VPhysicsConstructor( "ionInelasticCRMC"), 80 "", "", "QGSJETII-03", "DPM << 83 verbose( ver ) { 81 << 84 SetPhysicsType( bIons ); 82 //....oooOO0OOooo........oooOO0OOooo........oo << 85 if ( verbose > 1 ) G4cout << "### G4IonPhysics" << G4endl; 83 << 84 IonCRMCPhysics::IonCRMCPhysics(G4int ver) : G4 << 85 { << 86 fModel = 0; //***LOOKHERE*** CRMC model: 0: << 87 // 7: << 88 fVerbose = ver; << 89 if (fVerbose > 1) G4cout << "### IonCRMCPhys << 90 SetPhysicsType(bIons); << 91 } 86 } 92 87 93 //....oooOO0OOooo........oooOO0OOooo........oo << 94 88 95 IonCRMCPhysics::~IonCRMCPhysics() {} << 89 IonCRMCPhysics::~IonCRMCPhysics() { >> 90 // Explictly setting pointers to zero is actually needed. >> 91 // These are static variables, in case we restart threads we need to re-create objects >> 92 delete theCRMC; theCRMC = 0; >> 93 delete theBuilder; theBuilder = 0; >> 94 delete theGGNuclNuclXS; theGGNuclNuclXS = 0; >> 95 delete theNuclNuclData; theNuclNuclData = 0; >> 96 delete theIonBC; theIonBC = 0; >> 97 delete theFTFP; theFTFP = 0; >> 98 } 96 99 97 //....oooOO0OOooo........oooOO0OOooo........oo << 98 100 99 void IonCRMCPhysics::ConstructParticle() << 101 void IonCRMCPhysics::ConstructParticle() { 100 { << 101 // Construct ions 102 // Construct ions 102 G4IonConstructor pConstructor; 103 G4IonConstructor pConstructor; 103 pConstructor.ConstructParticle(); 104 pConstructor.ConstructParticle(); 104 } 105 } 105 106 106 //....oooOO0OOooo........oooOO0OOooo........oo << 107 107 108 void IonCRMCPhysics::ConstructProcess() << 108 void IonCRMCPhysics::ConstructProcess() { 109 { << 109 if ( wasActivated ) return; 110 fModel = 0; //***LOOKHERE*** 0:EPOS-LHC, 1: << 110 wasActivated = true; 111 // 7:QGSJETII-04, << 111 G4HadronicInteraction* p = G4HadronicInteractionRegistry::Instance()->FindModel( "PRECO" ); 112 const G4double minCRMC = << 112 G4PreCompoundModel* thePreCompound = static_cast< G4PreCompoundModel* >( p ); 113 100.0 << 113 if ( ! thePreCompound ) thePreCompound = new G4PreCompoundModel; 114 * GeV; //***LOOKHERE*** CRMC model is app << 114 // Transition energies per nucleon 115 const G4double maxFTFP = << 115 const G4double minCRMC = 100.0*GeV; 116 110.0 << 116 const G4double maxFTFP = 110.0*GeV; 117 * GeV; //***LOOKHERE*** FTFP model is app << 117 const G4double minFTFP = 2.0*GeV; 118 G4HadronicInteraction* p = G4HadronicInterac << 118 const G4double maxBIC = 4.0*GeV; 119 G4PreCompoundModel* thePreCompound = static_ << 119 const G4double minBIC = 0.0*GeV; 120 if (!thePreCompound) thePreCompound = new G4 << 121 // Binary Cascade 120 // Binary Cascade 122 G4HadronicInteraction* theIonBC = new G4Bina << 121 theIonBC = new G4BinaryLightIonReaction( thePreCompound ); 123 theIonBC->SetMinEnergy(0.0); << 122 theIonBC->SetMinEnergy( minBIC ); 124 theIonBC->SetMaxEnergy(G4HadronicParameters: << 123 theIonBC->SetMaxEnergy( maxBIC ); 125 // FTFP 124 // FTFP 126 G4FTFBuilder theBuilder("FTFP", thePreCompou << 125 theBuilder = new G4FTFBuilder( "FTFP", thePreCompound ); 127 G4HadronicInteraction* theFTFP = theBuilder. << 126 theFTFP = theBuilder->GetModel(); 128 theFTFP->SetMinEnergy(G4HadronicParameters:: << 127 theFTFP->SetMinEnergy( minFTFP ); 129 theFTFP->SetMaxEnergy(maxFTFP); << 128 theFTFP->SetMaxEnergy( maxFTFP ); 130 // CRMC 129 // CRMC 131 G4HadronicInteraction* theCRMC = new Hadroni << 130 theCRMC = new G4CRMCModel; 132 theCRMC->SetMinEnergy(minCRMC); << 131 theCRMC->SetMinEnergy( minCRMC ); 133 theCRMC->SetMaxEnergy(G4HadronicParameters:: << 132 theCRMC->SetMaxEnergy( G4HadronicParameters::Instance()->GetMaxEnergy() ); 134 // Cross section 133 // Cross section 135 G4CrossSectionInelastic* theXS = new G4Cross << 134 theNuclNuclData = new G4CrossSectionInelastic( theGGNuclNuclXS = new G4ComponentGGNuclNuclXsc ); 136 // Processes 135 // Processes 137 AddProcess("dInelastic", G4Deuteron::Deutero << 136 AddProcess( "dInelastic", G4Deuteron::Deuteron(), false ); 138 AddProcess("tInelastic", G4Triton::Triton(), << 137 AddProcess( "tInelastic", G4Triton::Triton(), false ); 139 AddProcess("He3Inelastic", G4He3::He3(), the << 138 AddProcess( "He3Inelastic", G4He3::He3(), true ); 140 AddProcess("alphaInelastic", G4Alpha::Alpha( << 139 AddProcess( "alphaInelastic", G4Alpha::Alpha(), true ); 141 AddProcess("ionInelastic", G4GenericIon::Gen << 140 AddProcess( "ionInelastic", G4GenericIon::GenericIon(), true ); 142 if (fVerbose > 1) G4cout << "IonCRMCPhysics: << 141 if ( verbose > 1 ) G4cout << "G4IonPhysics::ConstructProcess done! " << G4endl; 143 } 142 } 144 143 145 //....oooOO0OOooo........oooOO0OOooo........oo << 146 144 147 void IonCRMCPhysics::AddProcess(const G4String << 145 void IonCRMCPhysics::AddProcess( const G4String& name, G4ParticleDefinition* part, G4bool ) { 148 G4HadronicInte << 146 G4HadronInelasticProcess* hadi = new G4HadronInelasticProcess( name, part ); 149 G4HadronicInte << 150 { << 151 G4HadronInelasticProcess* hadi = new G4Hadro << 152 G4ProcessManager* pManager = part->GetProces 147 G4ProcessManager* pManager = part->GetProcessManager(); 153 pManager->AddDiscreteProcess(hadi); << 148 pManager->AddDiscreteProcess( hadi ); 154 if (xs) hadi->AddDataSet(xs); << 149 hadi->AddDataSet( theNuclNuclData ); 155 if (theIonBC) hadi->RegisterMe(theIonBC); << 150 hadi->RegisterMe( theIonBC ); 156 if (theFTFP) hadi->RegisterMe(theFTFP); << 151 hadi->RegisterMe( theFTFP ); 157 if (theCRMC) hadi->RegisterMe(theCRMC); << 152 hadi->RegisterMe( theCRMC ); 158 } 153 } 159 154 160 #endif // G4_USE_CRMC << 155 #endif //G4_USE_CRMC >> 156 161 157