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 // ------------------------------------------- 26 // ------------------------------------------------------------------- 27 // 27 // 28 // GEANT4 Class header file 28 // GEANT4 Class header file 29 // 29 // 30 // File name: G4EmExtraParameters 30 // File name: G4EmExtraParameters 31 // 31 // 32 // Author: Vladimir Ivanchenko 32 // Author: Vladimir Ivanchenko 33 // 33 // 34 // Creation date: 06.05.2019 34 // Creation date: 06.05.2019 35 // 35 // 36 // Class Description: 36 // Class Description: 37 // 37 // 38 // An internal utility class, responsable for 38 // An internal utility class, responsable for keeping parameters 39 // for EM processes and models. 39 // for EM processes and models. 40 // 40 // 41 // It is initialized by the master thread but 41 // It is initialized by the master thread but can be updated 42 // at any moment via G4EmParameters interface. 42 // at any moment via G4EmParameters interface. It is not assumed 43 // to be used for a direct initialisation 43 // to be used for a direct initialisation 44 // 44 // 45 // ------------------------------------------- 45 // ------------------------------------------------------------------- 46 // 46 // 47 47 48 #ifndef G4EmExtraParameters_h 48 #ifndef G4EmExtraParameters_h 49 #define G4EmExtraParameters_h 1 49 #define G4EmExtraParameters_h 1 50 50 51 #include "globals.hh" 51 #include "globals.hh" 52 #include "G4ios.hh" 52 #include "G4ios.hh" 53 #include "G4ThreeVector.hh" 53 #include "G4ThreeVector.hh" 54 #include <vector> 54 #include <vector> 55 55 56 class G4EmExtraParametersMessenger; 56 class G4EmExtraParametersMessenger; 57 class G4VEnergyLossProcess; 57 class G4VEnergyLossProcess; 58 class G4VEmProcess; 58 class G4VEmProcess; 59 class G4ParticleDefinition; << 60 class G4VAtomDeexcitation; 59 class G4VAtomDeexcitation; 61 60 62 class G4EmExtraParameters 61 class G4EmExtraParameters 63 { 62 { 64 public: 63 public: 65 64 66 explicit G4EmExtraParameters(); 65 explicit G4EmExtraParameters(); 67 66 68 ~G4EmExtraParameters(); 67 ~G4EmExtraParameters(); 69 68 70 void Initialise(); 69 void Initialise(); 71 70 72 G4bool GetDirectionalSplitting(); 71 G4bool GetDirectionalSplitting(); 73 void SetDirectionalSplitting(G4bool v); 72 void SetDirectionalSplitting(G4bool v); 74 73 75 G4bool QuantumEntanglement(); 74 G4bool QuantumEntanglement(); 76 void SetQuantumEntanglement(G4bool v); 75 void SetQuantumEntanglement(G4bool v); 77 76 78 void SetDirectionalSplittingRadius(G4double 77 void SetDirectionalSplittingRadius(G4double r); 79 G4double GetDirectionalSplittingRadius(); 78 G4double GetDirectionalSplittingRadius(); 80 79 81 void SetDirectionalSplittingTarget(const G4T 80 void SetDirectionalSplittingTarget(const G4ThreeVector& v); 82 G4ThreeVector GetDirectionalSplittingTarget( 81 G4ThreeVector GetDirectionalSplittingTarget() const; 83 82 84 void SetStepFunction(G4double v1, G4double v 83 void SetStepFunction(G4double v1, G4double v2); 85 G4double GetStepFunctionP1() const; 84 G4double GetStepFunctionP1() const; 86 G4double GetStepFunctionP2() const; 85 G4double GetStepFunctionP2() const; 87 86 88 void SetStepFunctionMuHad(G4double v1, G4dou 87 void SetStepFunctionMuHad(G4double v1, G4double v2); 89 G4double GetStepFunctionMuHadP1() const; 88 G4double GetStepFunctionMuHadP1() const; 90 G4double GetStepFunctionMuHadP2() const; 89 G4double GetStepFunctionMuHadP2() const; 91 90 92 void SetStepFunctionLightIons(G4double v1, G << 93 G4double GetStepFunctionLightIonsP1() const; << 94 G4double GetStepFunctionLightIonsP2() const; << 95 << 96 void SetStepFunctionIons(G4double v1, G4doub << 97 G4double GetStepFunctionIonsP1() const; << 98 G4double GetStepFunctionIonsP2() const; << 99 << 100 void FillStepFunction(const G4ParticleDefini << 101 << 102 // parameters per region or per process 91 // parameters per region or per process 103 void AddPAIModel(const G4String& particle, 92 void AddPAIModel(const G4String& particle, 104 const G4String& region, 93 const G4String& region, 105 const G4String& type); 94 const G4String& type); 106 const std::vector<G4String>& ParticlesPAI() 95 const std::vector<G4String>& ParticlesPAI() const; 107 const std::vector<G4String>& RegionsPAI() co 96 const std::vector<G4String>& RegionsPAI() const; 108 const std::vector<G4String>& TypesPAI() cons 97 const std::vector<G4String>& TypesPAI() const; 109 98 110 void AddPhysics(const G4String& region, cons 99 void AddPhysics(const G4String& region, const G4String& type); 111 const std::vector<G4String>& RegionsPhysics( 100 const std::vector<G4String>& RegionsPhysics() const; 112 const std::vector<G4String>& TypesPhysics() 101 const std::vector<G4String>& TypesPhysics() const; 113 102 114 void SetSubCutRegion(const G4String& region) << 103 void SetSubCutoff(G4bool val, const G4String& region = ""); 115 104 116 void SetProcessBiasingFactor(const G4String& 105 void SetProcessBiasingFactor(const G4String& procname, 117 G4double val, G 106 G4double val, G4bool wflag); 118 107 119 void ActivateForcedInteraction(const G4Strin 108 void ActivateForcedInteraction(const G4String& procname, 120 const G4Strin 109 const G4String& region, 121 G4double leng 110 G4double length, 122 G4bool wflag) 111 G4bool wflag); 123 112 124 void ActivateSecondaryBiasing(const G4String 113 void ActivateSecondaryBiasing(const G4String& name, 125 const G4String& region, 114 const G4String& region, 126 G4double factor, 115 G4double factor, 127 G4double energyLimit); 116 G4double energyLimit); 128 117 129 // initialisation methods 118 // initialisation methods 130 void DefineRegParamForLoss(G4VEnergyLossProc << 119 void DefineRegParamForLoss(G4VEnergyLossProcess*, >> 120 G4bool isElectron) const; 131 void DefineRegParamForEM(G4VEmProcess*) cons 121 void DefineRegParamForEM(G4VEmProcess*) const; 132 122 133 G4EmExtraParameters(G4EmExtraParameters &) = 123 G4EmExtraParameters(G4EmExtraParameters &) = delete; 134 G4EmExtraParameters & operator= 124 G4EmExtraParameters & operator= 135 (const G4EmExtraParameters &right) = delete; 125 (const G4EmExtraParameters &right) = delete; 136 126 137 private: 127 private: 138 128 139 G4String CheckRegion(const G4String&) const; 129 G4String CheckRegion(const G4String&) const; 140 130 141 void PrintWarning(G4ExceptionDescription& ed 131 void PrintWarning(G4ExceptionDescription& ed) const; 142 132 143 G4EmExtraParametersMessenger* theMessenger; 133 G4EmExtraParametersMessenger* theMessenger; 144 134 145 G4bool directionalSplitting; 135 G4bool directionalSplitting; 146 G4bool quantumEntanglement; 136 G4bool quantumEntanglement; 147 137 148 G4double dRoverRange; 138 G4double dRoverRange; 149 G4double finalRange; 139 G4double finalRange; 150 G4double dRoverRangeMuHad; 140 G4double dRoverRangeMuHad; 151 G4double finalRangeMuHad; 141 G4double finalRangeMuHad; 152 G4double dRoverRangeLIons; << 153 G4double finalRangeLIons; << 154 G4double dRoverRangeIons; << 155 G4double finalRangeIons; << 156 142 157 G4double directionalSplittingRadius; 143 G4double directionalSplittingRadius; 158 G4ThreeVector directionalSplittingTarget; 144 G4ThreeVector directionalSplittingTarget; 159 145 160 std::vector<G4String> m_particlesPAI; 146 std::vector<G4String> m_particlesPAI; 161 std::vector<G4String> m_regnamesPAI; 147 std::vector<G4String> m_regnamesPAI; 162 std::vector<G4String> m_typesPAI; 148 std::vector<G4String> m_typesPAI; 163 149 164 std::vector<G4String> m_regnamesPhys; 150 std::vector<G4String> m_regnamesPhys; 165 std::vector<G4String> m_typesPhys; 151 std::vector<G4String> m_typesPhys; 166 152 167 std::vector<G4String> m_regnamesSubCut; 153 std::vector<G4String> m_regnamesSubCut; >> 154 std::vector<G4bool> m_subCuts; 168 155 169 std::vector<G4String> m_procBiasedXS; 156 std::vector<G4String> m_procBiasedXS; 170 std::vector<G4double> m_factBiasedXS; 157 std::vector<G4double> m_factBiasedXS; 171 std::vector<G4bool> m_weightBiasedXS; 158 std::vector<G4bool> m_weightBiasedXS; 172 159 173 std::vector<G4String> m_procForced; 160 std::vector<G4String> m_procForced; 174 std::vector<G4String> m_regnamesForced; 161 std::vector<G4String> m_regnamesForced; 175 std::vector<G4double> m_lengthForced; 162 std::vector<G4double> m_lengthForced; 176 std::vector<G4bool> m_weightForced; 163 std::vector<G4bool> m_weightForced; 177 164 178 std::vector<G4String> m_procBiasedSec; 165 std::vector<G4String> m_procBiasedSec; 179 std::vector<G4String> m_regnamesBiasedSec; 166 std::vector<G4String> m_regnamesBiasedSec; 180 std::vector<G4double> m_factBiasedSec; 167 std::vector<G4double> m_factBiasedSec; 181 std::vector<G4double> m_elimBiasedSec; 168 std::vector<G4double> m_elimBiasedSec; 182 }; 169 }; 183 170 184 //....oooOO0OOooo........oooOO0OOooo........oo 171 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 185 172 186 #endif 173 #endif 187 174