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 // 30 // 31 // File name: G4LossTableManager 31 // File name: G4LossTableManager 32 // 32 // 33 // Author: Vladimir Ivanchenko on base 33 // Author: Vladimir Ivanchenko on base of G4LossTables class 34 // and Maria Grazia Pia ideas 34 // and Maria Grazia Pia ideas 35 // 35 // 36 // Creation date: 03.01.2002 36 // Creation date: 03.01.2002 37 // 37 // 38 // Modifications by V.Ivanchenko 38 // Modifications by V.Ivanchenko 39 // 39 // 40 // Class Description: 40 // Class Description: 41 // 41 // 42 // A utility static class, responsable for the 42 // A utility static class, responsable for the energy loss tables 43 // for each particle 43 // for each particle 44 // 44 // 45 // Energy loss processes have to register thei 45 // Energy loss processes have to register their tables with this 46 // class. The responsibility of creating and d 46 // class. The responsibility of creating and deleting the tables 47 // remains with the energy loss classes. 47 // remains with the energy loss classes. 48 48 49 // ------------------------------------------- 49 // ------------------------------------------------------------------- 50 // 50 // 51 51 52 #ifndef G4LossTableManager_h 52 #ifndef G4LossTableManager_h 53 #define G4LossTableManager_h 1 53 #define G4LossTableManager_h 1 54 54 55 #include <map> 55 #include <map> 56 #include <vector> 56 #include <vector> 57 #include "globals.hh" 57 #include "globals.hh" 58 #include "G4ThreadLocalSingleton.hh" 58 #include "G4ThreadLocalSingleton.hh" 59 #include "G4VEnergyLossProcess.hh" 59 #include "G4VEnergyLossProcess.hh" 60 #include "G4EmParameters.hh" << 61 60 62 class G4PhysicsTable; 61 class G4PhysicsTable; 63 class G4MaterialCutsCouple; 62 class G4MaterialCutsCouple; 64 class G4ParticleDefinition; 63 class G4ParticleDefinition; 65 class G4Region; 64 class G4Region; 66 class G4EmSaturation; 65 class G4EmSaturation; 67 class G4EmConfigurator; 66 class G4EmConfigurator; 68 class G4ElectronIonPair; 67 class G4ElectronIonPair; 69 class G4NIELCalculator; 68 class G4NIELCalculator; 70 class G4VMultipleScattering; 69 class G4VMultipleScattering; 71 class G4VEmProcess; 70 class G4VEmProcess; 72 class G4EmCorrections; 71 class G4EmCorrections; 73 class G4LossTableBuilder; 72 class G4LossTableBuilder; 74 class G4VAtomDeexcitation; 73 class G4VAtomDeexcitation; 75 class G4VSubCutProducer; 74 class G4VSubCutProducer; 76 75 77 class G4LossTableManager 76 class G4LossTableManager 78 { 77 { 79 78 80 friend class G4ThreadLocalSingleton<G4LossTabl 79 friend class G4ThreadLocalSingleton<G4LossTableManager>; 81 80 82 public: 81 public: 83 82 84 static G4LossTableManager* Instance(); 83 static G4LossTableManager* Instance(); 85 84 86 ~G4LossTableManager(); 85 ~G4LossTableManager(); 87 86 88 //------------------------------------------ 87 //------------------------------------------------- 89 // initialisation before a new run 88 // initialisation before a new run 90 //------------------------------------------ 89 //------------------------------------------------- 91 90 92 void PreparePhysicsTable(const G4ParticleDef 91 void PreparePhysicsTable(const G4ParticleDefinition* aParticle, 93 G4VEnergyLossProces << 92 G4VEnergyLossProcess* p, G4bool theMaster); 94 93 95 void PreparePhysicsTable(const G4ParticleDef 94 void PreparePhysicsTable(const G4ParticleDefinition* aParticle, 96 G4VEmProcess* p); << 95 G4VEmProcess* p, G4bool theMaster); 97 96 98 void PreparePhysicsTable(const G4ParticleDef 97 void PreparePhysicsTable(const G4ParticleDefinition* aParticle, 99 G4VMultipleScatteri << 98 G4VMultipleScattering* p, G4bool theMaster); 100 99 101 void BuildPhysicsTable(const G4ParticleDefin 100 void BuildPhysicsTable(const G4ParticleDefinition* aParticle); 102 101 103 void BuildPhysicsTable(const G4ParticleDefin 102 void BuildPhysicsTable(const G4ParticleDefinition* aParticle, 104 G4VEnergyLossProcess* 103 G4VEnergyLossProcess* p); 105 104 106 void LocalPhysicsTables(const G4ParticleDefi 105 void LocalPhysicsTables(const G4ParticleDefinition* aParticle, 107 G4VEnergyLossProcess 106 G4VEnergyLossProcess* p); 108 107 109 void DumpHtml(); 108 void DumpHtml(); 110 109 111 //------------------------------------------ 110 //------------------------------------------------- 112 // Run time access to DEDX, range, energy fo 111 // Run time access to DEDX, range, energy for a given particle, 113 // energy, and G4MaterialCutsCouple 112 // energy, and G4MaterialCutsCouple 114 //------------------------------------------ 113 //------------------------------------------------- 115 114 116 inline G4double GetDEDX( 115 inline G4double GetDEDX( 117 const G4ParticleDefinition *aParticle, 116 const G4ParticleDefinition *aParticle, 118 G4double kineticEnergy, 117 G4double kineticEnergy, 119 const G4MaterialCutsCouple *couple); 118 const G4MaterialCutsCouple *couple); 120 119 >> 120 inline G4double GetSubDEDX( >> 121 const G4ParticleDefinition *aParticle, >> 122 G4double kineticEnergy, >> 123 const G4MaterialCutsCouple *couple); >> 124 121 inline G4double GetRange( 125 inline G4double GetRange( 122 const G4ParticleDefinition *aParticle, 126 const G4ParticleDefinition *aParticle, 123 G4double kineticEnergy, 127 G4double kineticEnergy, 124 const G4MaterialCutsCouple *couple); 128 const G4MaterialCutsCouple *couple); 125 129 126 inline G4double GetCSDARange( 130 inline G4double GetCSDARange( 127 const G4ParticleDefinition *aParticle, 131 const G4ParticleDefinition *aParticle, 128 G4double kineticEnergy, 132 G4double kineticEnergy, 129 const G4MaterialCutsCouple *couple); 133 const G4MaterialCutsCouple *couple); 130 134 131 inline G4double GetRangeFromRestricteDEDX( 135 inline G4double GetRangeFromRestricteDEDX( 132 const G4ParticleDefinition *aParticle, 136 const G4ParticleDefinition *aParticle, 133 G4double kineticEnergy, 137 G4double kineticEnergy, 134 const G4MaterialCutsCouple *couple); 138 const G4MaterialCutsCouple *couple); 135 139 136 inline G4double GetEnergy( 140 inline G4double GetEnergy( 137 const G4ParticleDefinition *aParticle, 141 const G4ParticleDefinition *aParticle, 138 G4double range, 142 G4double range, 139 const G4MaterialCutsCouple *couple); 143 const G4MaterialCutsCouple *couple); 140 144 141 inline G4double GetDEDXDispersion( 145 inline G4double GetDEDXDispersion( 142 const G4MaterialCutsCouple *couple, 146 const G4MaterialCutsCouple *couple, 143 const G4DynamicParticle* dp, 147 const G4DynamicParticle* dp, 144 G4double& length); 148 G4double& length); 145 149 146 //------------------------------------------ 150 //------------------------------------------------- 147 // Methods to be called only at initialisati 151 // Methods to be called only at initialisation 148 // and at the end of the job 152 // and at the end of the job 149 //------------------------------------------ 153 //------------------------------------------------- 150 154 151 void Register(G4VEnergyLossProcess* p); 155 void Register(G4VEnergyLossProcess* p); 152 156 153 void DeRegister(G4VEnergyLossProcess* p); 157 void DeRegister(G4VEnergyLossProcess* p); 154 158 155 void Register(G4VMultipleScattering* p); 159 void Register(G4VMultipleScattering* p); 156 160 157 void DeRegister(G4VMultipleScattering* p); 161 void DeRegister(G4VMultipleScattering* p); 158 162 159 void Register(G4VEmProcess* p); 163 void Register(G4VEmProcess* p); 160 164 161 void DeRegister(G4VEmProcess* p); 165 void DeRegister(G4VEmProcess* p); 162 166 163 void Register(G4VProcess* p); 167 void Register(G4VProcess* p); 164 168 165 void DeRegister(G4VProcess* p); 169 void DeRegister(G4VProcess* p); 166 170 167 void Register(G4VEmModel* p); 171 void Register(G4VEmModel* p); 168 172 169 void DeRegister(G4VEmModel* p); 173 void DeRegister(G4VEmModel* p); 170 174 171 void Register(G4VEmFluctuationModel* p); 175 void Register(G4VEmFluctuationModel* p); 172 176 173 void DeRegister(G4VEmFluctuationModel* p); 177 void DeRegister(G4VEmFluctuationModel* p); 174 178 175 void RegisterExtraParticle(const G4ParticleD 179 void RegisterExtraParticle(const G4ParticleDefinition* aParticle, 176 G4VEnergyLossProc 180 G4VEnergyLossProcess* p); 177 181 178 void SetVerbose(G4int val); 182 void SetVerbose(G4int val); 179 183 180 void ResetParameters(); << 181 << 182 void SetAtomDeexcitation(G4VAtomDeexcitation 184 void SetAtomDeexcitation(G4VAtomDeexcitation*); 183 185 184 void SetSubCutProducer(G4VSubCutProducer*); 186 void SetSubCutProducer(G4VSubCutProducer*); 185 187 186 void SetNIELCalculator(G4NIELCalculator*); 188 void SetNIELCalculator(G4NIELCalculator*); 187 189 188 //------------------------------------------ 190 //------------------------------------------------- 189 // Access methods 191 // Access methods 190 //------------------------------------------ 192 //------------------------------------------------- 191 193 192 inline G4bool IsMaster() const; 194 inline G4bool IsMaster() const; 193 195 194 G4VEnergyLossProcess* GetEnergyLossProcess(c 196 G4VEnergyLossProcess* GetEnergyLossProcess(const G4ParticleDefinition*); 195 197 196 const std::vector<G4VEnergyLossProcess*>& Ge 198 const std::vector<G4VEnergyLossProcess*>& GetEnergyLossProcessVector(); 197 199 198 const std::vector<G4VEmProcess*>& GetEmProce 200 const std::vector<G4VEmProcess*>& GetEmProcessVector(); 199 201 200 const std::vector<G4VMultipleScattering*>& G 202 const std::vector<G4VMultipleScattering*>& GetMultipleScatteringVector(); 201 203 202 G4EmSaturation* EmSaturation(); 204 G4EmSaturation* EmSaturation(); 203 205 204 G4EmConfigurator* EmConfigurator(); 206 G4EmConfigurator* EmConfigurator(); 205 207 206 G4ElectronIonPair* ElectronIonPair(); 208 G4ElectronIonPair* ElectronIonPair(); 207 209 208 G4NIELCalculator* NIELCalculator(); 210 G4NIELCalculator* NIELCalculator(); 209 211 210 inline G4EmCorrections* EmCorrections(); 212 inline G4EmCorrections* EmCorrections(); 211 213 212 inline G4VAtomDeexcitation* AtomDeexcitation 214 inline G4VAtomDeexcitation* AtomDeexcitation(); 213 215 214 inline G4VSubCutProducer* SubCutProducer(); 216 inline G4VSubCutProducer* SubCutProducer(); 215 217 216 inline G4LossTableBuilder* GetTableBuilder() 218 inline G4LossTableBuilder* GetTableBuilder(); 217 219 218 inline void SetGammaGeneralProcess(G4VEmProc 220 inline void SetGammaGeneralProcess(G4VEmProcess*); 219 221 220 inline G4VEmProcess* GetGammaGeneralProcess( 222 inline G4VEmProcess* GetGammaGeneralProcess(); 221 223 222 inline void SetElectronGeneralProcess(G4VEmP << 224 inline void SetElectronGeneralProcess(G4VEnergyLossProcess*); 223 225 224 inline G4VEmProcess* GetElectronGeneralProce << 226 inline G4VEnergyLossProcess* GetElectronGeneralProcess(); 225 << 226 inline void SetPositronGeneralProcess(G4VEmP << 227 << 228 inline G4VEmProcess* GetPositronGeneralProce << 229 << 230 G4LossTableManager(G4LossTableManager &) = d << 231 G4LossTableManager & operator=(const G4LossT << 232 227 233 private: 228 private: 234 229 235 //------------------------------------------ 230 //------------------------------------------------- 236 // Private methods and members 231 // Private methods and members 237 //------------------------------------------ 232 //------------------------------------------------- 238 233 239 G4LossTableManager(); 234 G4LossTableManager(); 240 235 241 void Clear(); 236 void Clear(); 242 237 >> 238 void ResetParameters(); >> 239 243 G4VEnergyLossProcess* BuildTables(const G4Pa 240 G4VEnergyLossProcess* BuildTables(const G4ParticleDefinition* aParticle); 244 241 245 void CopyTables(const G4ParticleDefinition* 242 void CopyTables(const G4ParticleDefinition* aParticle, 246 G4VEnergyLossProcess*); 243 G4VEnergyLossProcess*); 247 244 248 void ParticleHaveNoLoss(const G4ParticleDefi 245 void ParticleHaveNoLoss(const G4ParticleDefinition* aParticle); 249 246 250 void CopyDEDXTables(); 247 void CopyDEDXTables(); 251 248 252 void PrintEWarning(G4String, G4double); 249 void PrintEWarning(G4String, G4double); 253 250 >> 251 G4LossTableManager(G4LossTableManager &) = delete; >> 252 G4LossTableManager & operator=(const G4LossTableManager &right) = delete; >> 253 254 static G4ThreadLocal G4LossTableManager* ins 254 static G4ThreadLocal G4LossTableManager* instance; 255 255 256 typedef const G4ParticleDefinition* PD; 256 typedef const G4ParticleDefinition* PD; 257 257 258 // cache << 258 std::map<PD,G4VEnergyLossProcess*,std::less<PD> > loss_map; 259 G4VEnergyLossProcess* currentLoss{nullptr}; << 260 PD currentParticle{nullptr}; << 261 PD theElectron; << 262 PD theGenericIon{nullptr}; << 263 PD firstParticle{nullptr}; << 264 << 265 G4LossTableBuilder* tableBuilder; << 266 G4EmCorrections* emCorrections; << 267 G4EmConfigurator* emConfigurator{nullptr}; << 268 G4ElectronIonPair* emElectronIonPair{nullptr << 269 G4NIELCalculator* nielCalculator{nullptr}; << 270 G4VAtomDeexcitation* atomDeexcitation{nullpt << 271 G4VSubCutProducer* subcutProducer{nullptr}; << 272 << 273 G4EmParameters* theParameters; << 274 G4VEmProcess* gGeneral{nullptr}; << 275 G4VEmProcess* eGeneral{nullptr}; << 276 G4VEmProcess* pGeneral{nullptr}; << 277 << 278 G4int verbose; << 279 G4int n_loss{0}; << 280 G4int run{-1}; << 281 << 282 G4bool all_tables_are_built{false}; << 283 G4bool startInitialisation{false}; << 284 G4bool resetParam{true}; << 285 G4bool isMaster{false}; << 286 259 287 std::vector<G4VEnergyLossProcess*> loss_vect 260 std::vector<G4VEnergyLossProcess*> loss_vector; 288 std::vector<PD> part_vector; 261 std::vector<PD> part_vector; 289 std::vector<PD> base_part_vector; 262 std::vector<PD> base_part_vector; >> 263 std::vector<G4bool> tables_are_built; >> 264 std::vector<G4bool> isActive; 290 std::vector<G4PhysicsTable*> dedx_vector; 265 std::vector<G4PhysicsTable*> dedx_vector; 291 std::vector<G4PhysicsTable*> range_vector; 266 std::vector<G4PhysicsTable*> range_vector; 292 std::vector<G4PhysicsTable*> inv_range_vecto 267 std::vector<G4PhysicsTable*> inv_range_vector; 293 std::vector<G4bool> tables_are_built; << 294 std::vector<G4bool> isActive; << 295 std::vector<G4VMultipleScattering*> msc_vect 268 std::vector<G4VMultipleScattering*> msc_vector; 296 std::vector<G4VEmProcess*> emp_vector; 269 std::vector<G4VEmProcess*> emp_vector; 297 std::vector<G4VEmModel*> mod_vector; 270 std::vector<G4VEmModel*> mod_vector; 298 std::vector<G4VEmFluctuationModel*> fmod_vec 271 std::vector<G4VEmFluctuationModel*> fmod_vector; 299 std::vector<G4VProcess*> p_vector; 272 std::vector<G4VProcess*> p_vector; 300 273 301 std::map<PD,G4VEnergyLossProcess*,std::less< << 274 // cache >> 275 G4VEnergyLossProcess* currentLoss; >> 276 PD currentParticle; >> 277 PD theElectron; >> 278 PD theGenericIon; >> 279 PD firstParticle; >> 280 >> 281 G4int n_loss; >> 282 G4int run; >> 283 >> 284 G4bool all_tables_are_built; >> 285 G4bool startInitialisation; >> 286 G4bool isMaster; >> 287 G4LossTableBuilder* tableBuilder; >> 288 G4EmCorrections* emCorrections; >> 289 G4EmConfigurator* emConfigurator; >> 290 G4ElectronIonPair* emElectronIonPair; >> 291 G4NIELCalculator* nielCalculator; >> 292 G4VAtomDeexcitation* atomDeexcitation; >> 293 G4VSubCutProducer* subcutProducer; >> 294 >> 295 G4EmParameters* theParameters; >> 296 G4VEmProcess* gGeneral; >> 297 G4VEnergyLossProcess* eGeneral; >> 298 >> 299 G4int verbose; 302 }; 300 }; 303 301 304 //....oooOO0OOooo........oooOO0OOooo........oo 302 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 305 //....oooOO0OOooo........oooOO0OOooo........oo 303 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 306 304 307 inline 305 inline 308 G4double G4LossTableManager::GetDEDX(const G4P 306 G4double G4LossTableManager::GetDEDX(const G4ParticleDefinition *aParticle, 309 G4double 307 G4double kineticEnergy, 310 const G4M 308 const G4MaterialCutsCouple *couple) 311 { 309 { 312 if(aParticle != currentParticle) { GetEnergy 310 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 313 return currentLoss ? currentLoss->GetDEDX(ki 311 return currentLoss ? currentLoss->GetDEDX(kineticEnergy, couple) : 0.0; 314 } 312 } 315 313 316 //....oooOO0OOooo........oooOO0OOooo........oo 314 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 317 315 318 inline 316 inline >> 317 G4double G4LossTableManager::GetSubDEDX(const G4ParticleDefinition *aParticle, >> 318 G4double kineticEnergy, >> 319 const G4MaterialCutsCouple *couple) >> 320 { >> 321 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } >> 322 return currentLoss ? currentLoss->GetDEDXForSubsec(kineticEnergy, couple) : 0.0; >> 323 } >> 324 >> 325 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... >> 326 >> 327 inline 319 G4double G4LossTableManager::GetCSDARange(cons 328 G4double G4LossTableManager::GetCSDARange(const G4ParticleDefinition *aParticle, 320 G4do 329 G4double kineticEnergy, 321 cons 330 const G4MaterialCutsCouple *couple) 322 { 331 { 323 if(aParticle != currentParticle) { GetEnergy 332 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 324 return currentLoss ? currentLoss->GetCSDARan 333 return currentLoss ? currentLoss->GetCSDARange(kineticEnergy, couple) : DBL_MAX; 325 } 334 } 326 335 327 //....oooOO0OOooo........oooOO0OOooo........oo 336 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 328 337 329 inline 338 inline 330 G4double G4LossTableManager::GetRangeFromRestr 339 G4double G4LossTableManager::GetRangeFromRestricteDEDX( 331 const G4ParticleD 340 const G4ParticleDefinition *aParticle, 332 G4double kineticE 341 G4double kineticEnergy, 333 const G4MaterialC 342 const G4MaterialCutsCouple *couple) 334 { 343 { 335 if(aParticle != currentParticle) { GetEnergy 344 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 336 return currentLoss ? currentLoss->GetRange(k << 345 return currentLoss ? currentLoss->GetRangeForLoss(kineticEnergy, couple) : DBL_MAX; 337 } 346 } 338 347 339 //....oooOO0OOooo........oooOO0OOooo........oo 348 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 340 349 341 inline 350 inline 342 G4double G4LossTableManager::GetRange(const G4 351 G4double G4LossTableManager::GetRange(const G4ParticleDefinition *aParticle, 343 G4double 352 G4double kineticEnergy, 344 const G4 353 const G4MaterialCutsCouple *couple) 345 { 354 { 346 if(aParticle != currentParticle) { GetEnergy 355 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 347 return currentLoss ? currentLoss->GetRange(k 356 return currentLoss ? currentLoss->GetRange(kineticEnergy, couple) : DBL_MAX; 348 } 357 } 349 358 350 //....oooOO0OOooo........oooOO0OOooo........oo 359 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 351 360 352 inline 361 inline 353 G4double G4LossTableManager::GetEnergy(const G 362 G4double G4LossTableManager::GetEnergy(const G4ParticleDefinition *aParticle, 354 G4doubl 363 G4double range, 355 const G 364 const G4MaterialCutsCouple *couple) 356 { 365 { 357 if(aParticle != currentParticle) { GetEnergy 366 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 358 return currentLoss ? currentLoss->GetKinetic 367 return currentLoss ? currentLoss->GetKineticEnergy(range, couple) : 0.0; 359 } 368 } 360 369 361 //....oooOO0OOooo........oooOO0OOooo........oo 370 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 362 371 363 inline 372 inline 364 G4double G4LossTableManager::GetDEDXDispersion 373 G4double G4LossTableManager::GetDEDXDispersion( 365 const G4MaterialC 374 const G4MaterialCutsCouple *couple, 366 const G4DynamicPa 375 const G4DynamicParticle* dp, 367 G4double& length) 376 G4double& length) 368 { 377 { 369 const G4ParticleDefinition* aParticle = dp-> 378 const G4ParticleDefinition* aParticle = dp->GetParticleDefinition(); 370 if(aParticle != currentParticle) { GetEnergy 379 if(aParticle != currentParticle) { GetEnergyLossProcess(aParticle); } 371 return currentLoss ? currentLoss->GetDEDXDis 380 return currentLoss ? currentLoss->GetDEDXDispersion(couple, dp, length) : 0.0; 372 } 381 } 373 382 374 //....oooOO0OOooo........oooOO0OOooo........oo 383 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 375 384 376 inline G4bool G4LossTableManager::IsMaster() c 385 inline G4bool G4LossTableManager::IsMaster() const 377 { 386 { 378 return isMaster; 387 return isMaster; 379 } 388 } 380 389 381 //....oooOO0OOooo........oooOO0OOooo........oo 390 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 382 391 383 inline G4EmCorrections* G4LossTableManager::Em 392 inline G4EmCorrections* G4LossTableManager::EmCorrections() 384 { 393 { 385 return emCorrections; 394 return emCorrections; 386 } 395 } 387 396 388 //....oooOO0OOooo........oooOO0OOooo........oo 397 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 389 398 390 inline G4VAtomDeexcitation* G4LossTableManager 399 inline G4VAtomDeexcitation* G4LossTableManager::AtomDeexcitation() 391 { 400 { 392 return atomDeexcitation; 401 return atomDeexcitation; 393 } 402 } 394 403 395 //....oooOO0OOooo........oooOO0OOooo........oo 404 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... 396 405 397 inline G4VSubCutProducer* G4LossTableManager:: 406 inline G4VSubCutProducer* G4LossTableManager::SubCutProducer() 398 { 407 { 399 return subcutProducer; 408 return subcutProducer; 400 } 409 } 401 410 402 //....oooOO0OOooo........oooOO0OOooo........oo 411 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 403 412 404 inline G4LossTableBuilder* G4LossTableManager: 413 inline G4LossTableBuilder* G4LossTableManager::GetTableBuilder() 405 { 414 { 406 return tableBuilder; 415 return tableBuilder; 407 } 416 } 408 417 409 //....oooOO0OOooo........oooOO0OOooo........oo 418 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 410 419 411 inline void G4LossTableManager::SetGammaGenera 420 inline void G4LossTableManager::SetGammaGeneralProcess(G4VEmProcess* ptr) 412 { 421 { 413 gGeneral = ptr; 422 gGeneral = ptr; 414 } 423 } 415 424 416 //....oooOO0OOooo........oooOO0OOooo........oo 425 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 417 426 418 inline G4VEmProcess* G4LossTableManager::GetGa 427 inline G4VEmProcess* G4LossTableManager::GetGammaGeneralProcess() 419 { 428 { 420 return gGeneral; 429 return gGeneral; 421 } 430 } 422 431 423 //....oooOO0OOooo........oooOO0OOooo........oo 432 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 424 433 425 inline void G4LossTableManager::SetElectronGen << 434 inline >> 435 void G4LossTableManager::SetElectronGeneralProcess(G4VEnergyLossProcess* ptr) 426 { 436 { 427 eGeneral = ptr; 437 eGeneral = ptr; 428 } 438 } 429 439 430 //....oooOO0OOooo........oooOO0OOooo........oo 440 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 431 441 432 inline G4VEmProcess* G4LossTableManager::GetEl << 442 inline G4VEnergyLossProcess* G4LossTableManager::GetElectronGeneralProcess() 433 { 443 { 434 return eGeneral; 444 return eGeneral; 435 } 445 } 436 446 437 //....oooOO0OOooo........oooOO0OOooo........oo 447 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 438 448 439 inline void G4LossTableManager::SetPositronGen << 440 { << 441 pGeneral = ptr; << 442 } << 443 << 444 //....oooOO0OOooo........oooOO0OOooo........oo << 445 << 446 inline G4VEmProcess* G4LossTableManager::GetPo << 447 { << 448 return pGeneral; << 449 } << 450 //....oooOO0OOooo........oooOO0OOooo........oo << 451 << 452 #endif 449 #endif >> 450 453 451