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 // $Id: G4BetheBlochModel.hh 93362 2015-10-19 13:45:19Z gcosmo $ 26 // 27 // 27 // ------------------------------------------- 28 // ------------------------------------------------------------------- 28 // 29 // 29 // GEANT4 Class header file 30 // GEANT4 Class header file 30 // 31 // 31 // 32 // 32 // File name: G4BetheBlochModel 33 // File name: G4BetheBlochModel 33 // 34 // 34 // Author: Vladimir Ivanchenko on base 35 // Author: Vladimir Ivanchenko on base of Laszlo Urban code 35 // 36 // 36 // Creation date: 03.01.2002 37 // Creation date: 03.01.2002 37 // 38 // 38 // Modifications: 39 // Modifications: 39 // 40 // 40 // Modified by Michel Maire and Vladimir Ivanc << 41 // 23-12-02 V.Ivanchenko change interface in order to moveto cut per region >> 42 // 24-01-03 Make models region aware (V.Ivanchenko) >> 43 // 13-02-03 Add name (V.Ivanchenko) >> 44 // 12-11-03 Fix for GenericIons (V.Ivanchenko) >> 45 // 24-03-05 Add G4EmCorrections (V.Ivanchenko) >> 46 // 11-04-05 Major optimisation of internal interfaces (V.Ivanchenko) >> 47 // 11-04-04 Move MaxSecondaryEnergy to models (V.Ivanchenko) >> 48 // 11-02-06 ComputeCrossSectionPerElectron, ComputeCrossSectionPerAtom (mma) >> 49 // 12-08-08 Added methods GetParticleCharge, GetChargeSquareRatio, >> 50 // CorrectionsAlongStep needed for ions(V.Ivanchenko) >> 51 41 // 52 // 42 // Class Description: 53 // Class Description: 43 // 54 // 44 // Implementation of Bethe-Bloch model of ener 55 // Implementation of Bethe-Bloch model of energy loss and 45 // delta-electron production by heavy charged 56 // delta-electron production by heavy charged particles 46 57 47 // ------------------------------------------- 58 // ------------------------------------------------------------------- 48 // 59 // 49 60 50 #ifndef G4BetheBlochModel_h 61 #ifndef G4BetheBlochModel_h 51 #define G4BetheBlochModel_h 1 62 #define G4BetheBlochModel_h 1 52 63 >> 64 #include <CLHEP/Units/SystemOfUnits.h> >> 65 53 #include "G4VEmModel.hh" 66 #include "G4VEmModel.hh" >> 67 #include "G4NistManager.hh" 54 68 55 class G4EmCorrections; 69 class G4EmCorrections; 56 class G4ParticleChangeForLoss; 70 class G4ParticleChangeForLoss; 57 class G4ICRU90StoppingData; << 58 class G4NistManager; << 59 71 60 class G4BetheBlochModel : public G4VEmModel 72 class G4BetheBlochModel : public G4VEmModel 61 { 73 { 62 74 63 public: 75 public: 64 76 65 explicit G4BetheBlochModel(const G4ParticleD << 77 G4BetheBlochModel(const G4ParticleDefinition* p = nullptr, 66 const G4String& nam = "BetheBloch") << 78 const G4String& nam = "BetheBloch"); 67 79 68 ~G4BetheBlochModel() override; << 80 virtual ~G4BetheBlochModel(); 69 81 70 void Initialise(const G4ParticleDefinition*, << 82 virtual void Initialise(const G4ParticleDefinition*, const G4DataVector&); 71 83 72 G4double MinEnergyCut(const G4ParticleDefini << 84 virtual G4double MinEnergyCut(const G4ParticleDefinition*, 73 const G4MaterialCutsCouple* couple) over << 85 const G4MaterialCutsCouple* couple); 74 86 75 virtual G4double ComputeCrossSectionPerElect 87 virtual G4double ComputeCrossSectionPerElectron( 76 const G4ParticleDefinition*, 88 const G4ParticleDefinition*, 77 G4double kineticEnergy, 89 G4double kineticEnergy, 78 G4double cutEnergy, 90 G4double cutEnergy, 79 G4double maxEnergy); 91 G4double maxEnergy); 80 92 81 G4double ComputeCrossSectionPerAtom( << 93 virtual G4double ComputeCrossSectionPerAtom( 82 const G4ParticleDefinition*, 94 const G4ParticleDefinition*, 83 G4double kineticEnergy, 95 G4double kineticEnergy, 84 G4double Z, G4double A, 96 G4double Z, G4double A, 85 G4double cutEnergy, 97 G4double cutEnergy, 86 G4double maxEnergy) override; << 98 G4double maxEnergy); 87 99 88 G4double CrossSectionPerVolume(const G4Mater << 100 virtual G4double CrossSectionPerVolume(const G4Material*, 89 const G4ParticleDefinition*, 101 const G4ParticleDefinition*, 90 G4double kineticEnergy, 102 G4double kineticEnergy, 91 G4double cutEnergy, 103 G4double cutEnergy, 92 G4double maxEnergy) override; << 104 G4double maxEnergy); 93 105 94 G4double ComputeDEDXPerVolume(const G4Materi << 106 virtual G4double ComputeDEDXPerVolume(const G4Material*, 95 const G4ParticleDefinition*, << 107 const G4ParticleDefinition*, 96 G4double kineticEnergy, << 108 G4double kineticEnergy, 97 G4double cutEnergy) override; << 109 G4double cutEnergy); 98 << 110 99 G4double GetChargeSquareRatio(const G4Partic << 111 virtual G4double GetChargeSquareRatio(const G4ParticleDefinition* p, 100 const G4Material* mat, << 112 const G4Material* mat, 101 G4double kineticEnergy) override; << 113 G4double kineticEnergy); 102 << 114 103 G4double GetParticleCharge(const G4ParticleD << 115 virtual G4double GetParticleCharge(const G4ParticleDefinition* p, 104 const G4Material* mat, << 116 const G4Material* mat, 105 G4double kineticEnergy) override; << 117 G4double kineticEnergy); 106 << 118 107 void CorrectionsAlongStep(const G4MaterialCu << 119 virtual void CorrectionsAlongStep(const G4MaterialCutsCouple* couple, 108 const G4DynamicParticle* dp, << 120 const G4DynamicParticle* dp, 109 const G4double& length, << 121 G4double& eloss, 110 G4double& eloss) override; << 122 G4double&, 111 << 123 G4double length); 112 void SampleSecondaries(std::vector<G4Dynamic << 124 113 const G4MaterialCutsCouple*, << 125 virtual void SampleSecondaries(std::vector<G4DynamicParticle*>*, 114 const G4DynamicParticle*, << 126 const G4MaterialCutsCouple*, 115 G4double tmin, << 127 const G4DynamicParticle*, 116 G4double maxEnergy) override; << 128 G4double tmin, 117 << 129 G4double maxEnergy); 118 // hide assignment operator << 119 G4BetheBlochModel & operator=(const G4BetheB << 120 G4BetheBlochModel(const G4BetheBlochModel&) << 121 130 122 protected: 131 protected: 123 132 124 G4double MaxSecondaryEnergy(const G4Particle << 133 virtual G4double MaxSecondaryEnergy(const G4ParticleDefinition*, 125 G4double kinEnergy) override; << 134 G4double kinEnergy); 126 135 127 inline G4double GetChargeSquareRatio() const 136 inline G4double GetChargeSquareRatio() const; 128 137 129 inline void SetChargeSquareRatio(G4double va 138 inline void SetChargeSquareRatio(G4double val); 130 139 131 private: 140 private: 132 141 133 void SetupParameters(const G4ParticleDefinit << 142 void SetupParameters(); >> 143 >> 144 inline void SetParticle(const G4ParticleDefinition* p); 134 145 135 const G4ParticleDefinition* particle = nullp << 146 inline void SetGenericIon(const G4ParticleDefinition* p); 136 const G4ParticleDefinition* theElectron; << 147 >> 148 // hide assignment operator >> 149 G4BetheBlochModel & operator=(const G4BetheBlochModel &right); >> 150 G4BetheBlochModel(const G4BetheBlochModel&); >> 151 >> 152 const G4ParticleDefinition* particle; >> 153 G4ParticleDefinition* theElectron; 137 G4EmCorrections* corr; 154 G4EmCorrections* corr; 138 G4ParticleChangeForLoss* fParticleChange << 155 G4ParticleChangeForLoss* fParticleChange; 139 G4NistManager* nist; 156 G4NistManager* nist; 140 G4ICRU90StoppingData* fICRU90 = nullpt << 141 const G4Material* currentMaterial << 142 const G4Material* baseMaterial = n << 143 << 144 G4double mass = 0.0; << 145 G4double tlimit = DBL_MAX; << 146 G4double spin = 0.0; << 147 G4double magMoment2 = 0.0; << 148 G4double chargeSquare = 1.0; << 149 G4double ratio = 1.0; << 150 G4double formfact = 0.0; << 151 G4double twoln10; << 152 G4double fAlphaTlimit; << 153 G4double fProtonTlimit; << 154 157 155 G4int iICRU90 = -1; << 158 G4double mass; 156 G4bool isIon = false; << 159 G4double tlimit; 157 G4bool isAlpha = false; << 160 G4double spin; >> 161 G4double magMoment2; >> 162 G4double chargeSquare; >> 163 G4double ratio; >> 164 G4double formfact; >> 165 G4double twoln10; >> 166 G4double bg2lim; >> 167 G4double taulim; >> 168 G4double corrFactor; >> 169 G4bool isIon; >> 170 G4bool isInitialised; 158 }; 171 }; >> 172 >> 173 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 174 >> 175 inline void G4BetheBlochModel::SetParticle(const G4ParticleDefinition* p) >> 176 { >> 177 if(particle != p) { >> 178 particle = p; >> 179 if(p->GetBaryonNumber() > 3 || p->GetPDGCharge() > 1.5*CLHEP::eplus) >> 180 { isIon = true; } >> 181 SetupParameters(); >> 182 } >> 183 } >> 184 >> 185 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 186 >> 187 inline void G4BetheBlochModel::SetGenericIon(const G4ParticleDefinition* p) >> 188 { >> 189 if(p && particle != p) { >> 190 if(p->GetParticleName() == "GenericIon") { isIon = true; } >> 191 } >> 192 } 159 193 160 //....oooOO0OOooo........oooOO0OOooo........oo 194 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 161 195 162 inline G4double G4BetheBlochModel::GetChargeSq 196 inline G4double G4BetheBlochModel::GetChargeSquareRatio() const 163 { 197 { 164 return chargeSquare; 198 return chargeSquare; 165 } 199 } 166 200 167 //....oooOO0OOooo........oooOO0OOooo........oo 201 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 168 202 169 inline void G4BetheBlochModel::SetChargeSquare 203 inline void G4BetheBlochModel::SetChargeSquareRatio(G4double val) 170 { 204 { 171 chargeSquare = val; 205 chargeSquare = val; 172 } 206 } 173 207 174 //....oooOO0OOooo........oooOO0OOooo........oo 208 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 175 209 176 #endif 210 #endif 177 211