Geant4 Cross Reference |
>> 1 // 1 // ******************************************* 2 // ******************************************************************** 2 // * License and Disclaimer 3 // * License and Disclaimer * 3 // * 4 // * * 4 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 5 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 6 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 7 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 8 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 9 // * 10 // * * 10 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 11 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 12 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 13 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 14 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 15 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 16 // * 17 // * * 17 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 18 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 19 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 20 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 21 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 22 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 23 // ******************************************* 24 // ******************************************************************** 24 // 25 // 25 /// \file hadronic/Hadr02/include/HadronPhysic << 26 /// \brief Definition of the HadronPhysicsCRMC << 27 // << 28 // 26 // 29 //-------------------------------------------- 27 //--------------------------------------------------------------------------- 30 // 28 // 31 // ClassName: HadronPhysicsCRMC_FTFP_BERT 29 // ClassName: HadronPhysicsCRMC_FTFP_BERT 32 // 30 // 33 // Author: 2018 Alberto Ribon 31 // Author: 2018 Alberto Ribon 34 // 32 // 35 // This is a variant of HadronPhysicsFTFP_BERT << 33 // This is a variant of HadronPhysicsFTFP_BERT whereby CRMC is used 36 // for modeling final-state for pion- , kaon- << 34 // for modeling final-state for pion- , kaon- , proton- and neutron-nuclear 37 // nuclear inelastic interactions at very high << 35 // inelastic interactions at very high energies. 38 // For other hadron projectile types (e.g. hyp 36 // For other hadron projectile types (e.g. hyperons, antinucleons and 39 // antihyperons) the usual FTFP_BERT approach 37 // antihyperons) the usual FTFP_BERT approach is used at all energies. 40 // The inelastic hadronic cross sections are, 38 // The inelastic hadronic cross sections are, for all hadron projectiles 41 // and energies, the usual ones (exactly as in 39 // and energies, the usual ones (exactly as in FTFP_BERT). 42 // 40 // 43 // Modified: 41 // Modified: 44 // - 18-May-2021 Alberto Ribon : Migrated to << 45 // and used the << 46 // << 47 //-------------------------------------------- 42 //---------------------------------------------------------------------------- 48 // 43 // 49 #ifndef HadronPhysicsCRMC_FTFP_BERT_h 44 #ifndef HadronPhysicsCRMC_FTFP_BERT_h 50 #define HadronPhysicsCRMC_FTFP_BERT_h 1 45 #define HadronPhysicsCRMC_FTFP_BERT_h 1 51 46 52 #include "G4HadronPhysicsFTFP_BERT.hh" << 47 #include "globals.hh" >> 48 #include "G4ios.hh" >> 49 #include "G4VPhysicsConstructor.hh" >> 50 #include "G4Cache.hh" 53 51 54 class HadronPhysicsCRMC_FTFP_BERT : public G4H << 52 class G4ComponentGGHadronNucleusXsc; 55 { << 53 class G4VCrossSectionDataSet; 56 public: << 57 HadronPhysicsCRMC_FTFP_BERT(G4int verbose << 58 HadronPhysicsCRMC_FTFP_BERT(const G4String << 59 ~HadronPhysicsCRMC_FTFP_BERT() override; << 60 << 61 // copy constructor and hide assignment op << 62 HadronPhysicsCRMC_FTFP_BERT(HadronPhysicsC << 63 HadronPhysicsCRMC_FTFP_BERT& operator=(con << 64 54 >> 55 >> 56 class HadronPhysicsCRMC_FTFP_BERT : public G4VPhysicsConstructor { >> 57 public: >> 58 HadronPhysicsCRMC_FTFP_BERT( G4int verbose = 1 ); >> 59 HadronPhysicsCRMC_FTFP_BERT( const G4String& name ); >> 60 virtual ~HadronPhysicsCRMC_FTFP_BERT(); >> 61 virtual void ConstructParticle() override; >> 62 virtual void ConstructProcess() override; 65 protected: 63 protected: 66 virtual void Neutron() override; << 64 void CreateModels(); 67 virtual void Proton() override; << 65 virtual void Neutron(); 68 virtual void Pion() override; << 66 virtual void Proton(); 69 virtual void Kaon() override; << 67 virtual void Pion(); 70 << 68 virtual void Kaon(); 71 private: << 69 virtual void Others(); 72 G4int fModel; // 0:EPOS-LHC, 1:EPOS-1.99, << 70 virtual void DumpBanner(); 73 static const std::array<std::string, 13> << 71 // This contains extra configurataion specific to this PL 74 fModelNames; // 7:QGSJETII-04, 11:QGSJE << 72 virtual void ExtraConfiguration(); 75 G4double fMinCRMC; << 73 G4double minCRMC; 76 G4double fMaxFTFP; << 74 G4double minFTFP; >> 75 G4double maxFTFP; >> 76 G4double minBERT; >> 77 G4double maxBERT; >> 78 // Thread-private data write them here to delete them >> 79 G4VectorCache< G4VCrossSectionDataSet* > xs_ds; >> 80 G4Cache< G4ComponentGGHadronNucleusXsc* > xs_k; 77 }; 81 }; 78 82 79 #endif 83 #endif >> 84 80 85