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: G4VEnergyLossProcess.hh,v 1.89.2.1 2010/04/06 09:05:17 gcosmo Exp $ >> 27 // GEANT4 tag $Name: 26 // 28 // 27 // ------------------------------------------- 29 // ------------------------------------------------------------------- 28 // 30 // 29 // GEANT4 Class header file 31 // GEANT4 Class header file 30 // 32 // 31 // 33 // 32 // File name: G4VEnergyLossProcess 34 // File name: G4VEnergyLossProcess 33 // 35 // 34 // Author: Vladimir Ivanchenko on base 36 // Author: Vladimir Ivanchenko on base of Laszlo Urban code 35 // 37 // 36 // Creation date: 03.01.2002 38 // Creation date: 03.01.2002 37 // 39 // 38 // Modifications: Vladimir Ivanchenko << 40 // Modifications: >> 41 // >> 42 // 26-12-02 Secondary production moved to derived classes (V.Ivanchenko) >> 43 // 20-01-03 Migrade to cut per region (V.Ivanchenko) >> 44 // 24-01-03 Make models region aware (V.Ivanchenko) >> 45 // 05-02-03 Fix compilation warnings (V.Ivanchenko) >> 46 // 13-02-03 SubCutoffProcessors defined for regions (V.Ivanchenko) >> 47 // 17-02-03 Fix problem of store/restore tables (V.Ivanchenko) >> 48 // 26-02-03 Region dependent step limit (V.Ivanchenko) >> 49 // 26-03-03 Add GetDEDXDispersion (V.Ivanchenko) >> 50 // 09-04-03 Fix problem of negative range limit for non integral (V.Ivanchenko) >> 51 // 13-05-03 Add calculation of precise range (V.Ivanchenko) >> 52 // 21-07-03 Add UpdateEmModel method (V.Ivanchenko) >> 53 // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko) >> 54 // 14-01-04 Activate precise range calculation (V.Ivanchenko) >> 55 // 10-03-04 Fix problem of step limit calculation (V.Ivanchenko) >> 56 // 30-06-04 make destructor virtual (V.Ivanchenko) >> 57 // 05-07-04 fix problem of GenericIons seen at small cuts (V.Ivanchenko) >> 58 // 03-08-04 Add DEDX table to all processes for control on integral range(VI) >> 59 // 06-08-04 Clear up names of member functions (V.Ivanchenko) >> 60 // 27-08-04 Add NeedBuildTables method (V.Ivanchneko) >> 61 // 09-09-04 Bug fix for the integral mode with 2 peaks (V.Ivanchneko) >> 62 // 08-11-04 Migration to new interface of Store/Retrieve tables (V.Ivanchenko) >> 63 // 08-04-05 Major optimisation of internal interfaces (V.Ivanchenko) >> 64 // 11-04-05 Use MaxSecondaryEnergy from a model (V.Ivanchenko) >> 65 // 10-01-05 Remove SetStepLimits (V.Ivanchenko) >> 66 // 10-01-06 PreciseRange -> CSDARange (V.Ivantchenko) >> 67 // 13-01-06 Remove AddSubCutSecondaries and cleanup (V.Ivantchenko) >> 68 // 20-01-06 Introduce G4EmTableType and reducing number of methods (VI) >> 69 // 26-01-06 Add public method GetCSDARange (V.Ivanchenko) >> 70 // 22-03-06 Add SetDynamicMassCharge (V.Ivanchenko) >> 71 // 23-03-06 Use isIonisation flag (V.Ivanchenko) >> 72 // 13-05-06 Add method to access model by index (V.Ivanchenko) >> 73 // 14-01-07 add SetEmModel(index) and SetFluctModel() (mma) >> 74 // 15-01-07 Add separate ionisation tables and reorganise get/set methods for >> 75 // dedx tables (V.Ivanchenko) >> 76 // 13-03-07 use SafetyHelper instead of navigator (V.Ivanchenko) >> 77 // 27-07-07 use stl vector for emModels instead of C-array (V.Ivanchenko) >> 78 // 25-09-07 More accurate handling zero xsect in >> 79 // PostStepGetPhysicalInteractionLength (V.Ivanchenko) >> 80 // 27-10-07 Virtual functions moved to source (V.Ivanchenko) >> 81 // 15-07-08 Reorder class members for further multi-thread development (VI) 39 // 82 // 40 // Class Description: 83 // Class Description: 41 // 84 // 42 // It is the unified energy loss process it ca 85 // It is the unified energy loss process it calculates the continuous 43 // energy loss for charged particles using a s 86 // energy loss for charged particles using a set of Energy Loss 44 // models valid for different energy regions. 87 // models valid for different energy regions. There are a possibility 45 // to create and access to dE/dx and range tab 88 // to create and access to dE/dx and range tables, or to calculate 46 // that information on fly. 89 // that information on fly. 47 90 48 // ------------------------------------------- 91 // ------------------------------------------------------------------- 49 // 92 // 50 93 51 #ifndef G4VEnergyLossProcess_h 94 #ifndef G4VEnergyLossProcess_h 52 #define G4VEnergyLossProcess_h 1 95 #define G4VEnergyLossProcess_h 1 53 96 54 #include "G4VContinuousDiscreteProcess.hh" 97 #include "G4VContinuousDiscreteProcess.hh" 55 #include "globals.hh" 98 #include "globals.hh" 56 #include "G4Material.hh" 99 #include "G4Material.hh" 57 #include "G4MaterialCutsCouple.hh" 100 #include "G4MaterialCutsCouple.hh" 58 #include "G4Track.hh" 101 #include "G4Track.hh" 59 #include "G4EmModelManager.hh" 102 #include "G4EmModelManager.hh" >> 103 #include "G4UnitsTable.hh" 60 #include "G4ParticleChangeForLoss.hh" 104 #include "G4ParticleChangeForLoss.hh" 61 #include "G4EmTableType.hh" 105 #include "G4EmTableType.hh" 62 #include "G4EmSecondaryParticleType.hh" << 63 #include "G4PhysicsTable.hh" 106 #include "G4PhysicsTable.hh" 64 #include "G4PhysicsVector.hh" 107 #include "G4PhysicsVector.hh" 65 108 66 class G4Step; 109 class G4Step; 67 class G4ParticleDefinition; 110 class G4ParticleDefinition; 68 class G4EmParameters; << 69 class G4VEmModel; 111 class G4VEmModel; 70 class G4VEmFluctuationModel; 112 class G4VEmFluctuationModel; 71 class G4DataVector; 113 class G4DataVector; 72 class G4Region; 114 class G4Region; 73 class G4SafetyHelper; 115 class G4SafetyHelper; 74 class G4VAtomDeexcitation; << 75 class G4VSubCutProducer; << 76 class G4EmBiasingManager; << 77 class G4LossTableManager; << 78 class G4EmDataHandler; << 79 116 80 //....oooOO0OOooo........oooOO0OOooo........oo 117 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 81 118 82 class G4VEnergyLossProcess : public G4VContinu 119 class G4VEnergyLossProcess : public G4VContinuousDiscreteProcess 83 { 120 { 84 public: 121 public: 85 122 86 G4VEnergyLossProcess(const G4String& name = 123 G4VEnergyLossProcess(const G4String& name = "EnergyLoss", 87 G4ProcessType type = fE << 124 G4ProcessType type = fElectromagnetic); >> 125 >> 126 virtual ~G4VEnergyLossProcess(); 88 127 89 ~G4VEnergyLossProcess() override; << 128 private: >> 129 // clean vectors and arrays >> 130 void Clean(); 90 131 91 //------------------------------------------ 132 //------------------------------------------------------------------------ 92 // Virtual methods to be implemented in conc 133 // Virtual methods to be implemented in concrete processes 93 //------------------------------------------ 134 //------------------------------------------------------------------------ 94 135 95 protected: << 136 public: >> 137 virtual G4bool IsApplicable(const G4ParticleDefinition& p) = 0; >> 138 >> 139 virtual void PrintInfo() = 0; 96 140 97 // description of specific process parameter << 141 protected: 98 virtual void StreamProcessInfo(std::ostream& << 99 142 100 virtual void InitialiseEnergyLossProcess(con 143 virtual void InitialiseEnergyLossProcess(const G4ParticleDefinition*, 101 con 144 const G4ParticleDefinition*) = 0; 102 145 103 public: << 146 //------------------------------------------------------------------------ >> 147 // Methods with standard implementation; may be overwritten if needed >> 148 //------------------------------------------------------------------------ 104 149 105 // used as low energy limit LambdaTable << 106 virtual G4double MinPrimaryEnergy(const G4Pa 150 virtual G4double MinPrimaryEnergy(const G4ParticleDefinition*, 107 const G4Ma << 151 const G4Material*, G4double cut); >> 152 >> 153 //------------------------------------------------------------------------ >> 154 // Virtual methods implementation common to all EM ContinuousDiscrete >> 155 // processes. Further inheritance is not assumed >> 156 //------------------------------------------------------------------------ 108 157 109 // print documentation in html format << 158 public: 110 void ProcessDescription(std::ostream& outFil << 111 159 112 // prepare all tables 160 // prepare all tables 113 void PreparePhysicsTable(const G4ParticleDef << 161 void PreparePhysicsTable(const G4ParticleDefinition&); 114 162 115 // build all tables 163 // build all tables 116 void BuildPhysicsTable(const G4ParticleDefin << 164 void BuildPhysicsTable(const G4ParticleDefinition&); 117 165 118 // build a table 166 // build a table 119 G4PhysicsTable* BuildDEDXTable(G4EmTableType 167 G4PhysicsTable* BuildDEDXTable(G4EmTableType tType = fRestricted); 120 168 121 // build a table 169 // build a table 122 G4PhysicsTable* BuildLambdaTable(G4EmTableTy 170 G4PhysicsTable* BuildLambdaTable(G4EmTableType tType = fRestricted); 123 171 124 // Called before tracking of each new G4Trac << 172 // summary printout after initialisation 125 void StartTracking(G4Track*) override; << 173 void PrintInfoDefinition(); >> 174 >> 175 // Add subcutoff option for the region >> 176 void ActivateSubCutoff(G4bool val, const G4Region* region = 0); >> 177 >> 178 // Activate deexcitation code for region >> 179 void ActivateDeexcitation(G4bool, const G4Region* region = 0); 126 180 127 // Step limit from AlongStep 181 // Step limit from AlongStep 128 G4double AlongStepGetPhysicalInteractionLeng << 182 G4double AlongStepGetPhysicalInteractionLength(const G4Track&, 129 const G4Trac << 183 G4double previousStepSize, 130 G4double pr << 184 G4double currentMinimumStep, 131 G4double cu << 185 G4double& currentSafety, 132 G4double& cu << 186 G4GPILSelection* selection); 133 G4GPILSelect << 134 187 135 // Step limit from cross section 188 // Step limit from cross section 136 G4double PostStepGetPhysicalInteractionLengt << 189 G4double PostStepGetPhysicalInteractionLength(const G4Track& track, 137 const G4Trac << 190 G4double previousStepSize, 138 G4double pre << 191 G4ForceCondition* condition); 139 G4ForceCondi << 140 192 141 // AlongStep computations 193 // AlongStep computations 142 G4VParticleChange* AlongStepDoIt(const G4Tra << 194 G4VParticleChange* AlongStepDoIt(const G4Track&, const G4Step&); >> 195 >> 196 // Sampling of secondaries in vicinity of geometrical boundary >> 197 void SampleSubCutSecondaries(std::vector<G4Track*>&, const G4Step&, >> 198 G4VEmModel* model, G4int matIdx, >> 199 G4double& extraEdep); 143 200 144 // PostStep sampling of secondaries 201 // PostStep sampling of secondaries 145 G4VParticleChange* PostStepDoIt(const G4Trac << 202 G4VParticleChange* PostStepDoIt(const G4Track&, const G4Step&); 146 203 147 // Store all PhysicsTable in files. 204 // Store all PhysicsTable in files. 148 // Return false in case of any fatal failure 205 // Return false in case of any fatal failure at I/O 149 G4bool StorePhysicsTable(const G4ParticleDef 206 G4bool StorePhysicsTable(const G4ParticleDefinition*, 150 const G4String& dir 207 const G4String& directory, 151 G4bool ascii = fals << 208 G4bool ascii = false); 152 209 153 // Retrieve all Physics from a files. 210 // Retrieve all Physics from a files. 154 // Return true if all the Physics Table are 211 // Return true if all the Physics Table are built. 155 // Return false if any fatal failure. 212 // Return false if any fatal failure. 156 G4bool RetrievePhysicsTable(const G4Particle 213 G4bool RetrievePhysicsTable(const G4ParticleDefinition*, 157 const G4String& 214 const G4String& directory, 158 G4bool ascii) ov << 215 G4bool ascii); 159 216 160 private: 217 private: 161 << 218 // store a table 162 // summary printout after initialisation << 219 G4bool StoreTable(const G4ParticleDefinition* p, 163 void StreamInfo(std::ostream& out, const G4P << 220 G4PhysicsTable*, G4bool ascii, 164 G4bool rst=false) const; << 221 const G4String& directory, >> 222 const G4String& tname); >> 223 >> 224 // retrieve a table >> 225 G4bool RetrieveTable(const G4ParticleDefinition* p, >> 226 G4PhysicsTable*, G4bool ascii, >> 227 const G4String& directory, >> 228 const G4String& tname, >> 229 G4bool mandatory); 165 230 166 //------------------------------------------ 231 //------------------------------------------------------------------------ 167 // Public interface to cross section, mfp an 232 // Public interface to cross section, mfp and sampling of fluctuations 168 // These methods are not used in run time 233 // These methods are not used in run time 169 //------------------------------------------ 234 //------------------------------------------------------------------------ 170 235 171 public: 236 public: 172 << 173 // access to dispersion of restricted energy 237 // access to dispersion of restricted energy loss 174 G4double GetDEDXDispersion(const G4MaterialC 238 G4double GetDEDXDispersion(const G4MaterialCutsCouple *couple, 175 const G4DynamicPa << 239 const G4DynamicParticle* dp, 176 G4double length); << 240 G4double length); 177 241 178 // Access to cross section table 242 // Access to cross section table 179 G4double CrossSectionPerVolume(G4double kine 243 G4double CrossSectionPerVolume(G4double kineticEnergy, 180 const G4Mater << 244 const G4MaterialCutsCouple* couple); 181 G4double CrossSectionPerVolume(G4double kine << 182 const G4Mater << 183 G4double logK << 184 245 185 // access to cross section 246 // access to cross section 186 G4double MeanFreePath(const G4Track& track); 247 G4double MeanFreePath(const G4Track& track); 187 248 188 // access to step limit 249 // access to step limit 189 G4double ContinuousStepLimit(const G4Track& 250 G4double ContinuousStepLimit(const G4Track& track, 190 G4double previo << 251 G4double previousStepSize, 191 G4double curren << 252 G4double currentMinimumStep, 192 G4double& curre << 253 G4double& currentSafety); 193 254 194 protected: 255 protected: 195 256 196 // implementation of the pure virtual method 257 // implementation of the pure virtual method 197 G4double GetMeanFreePath(const G4Track& trac 258 G4double GetMeanFreePath(const G4Track& track, 198 G4double previousSt << 259 G4double previousStepSize, 199 G4ForceCondition* c << 260 G4ForceCondition* condition); 200 261 201 // implementation of the pure virtual method 262 // implementation of the pure virtual method 202 G4double GetContinuousStepLimit(const G4Trac 263 G4double GetContinuousStepLimit(const G4Track& track, 203 G4double pre << 264 G4double previousStepSize, 204 G4double cur << 265 G4double currentMinimumStep, 205 G4double& cu << 266 G4double& currentSafety); >> 267 >> 268 //------------------------------------------------------------------------ >> 269 // Run time method which may be also used by derived processes >> 270 //------------------------------------------------------------------------ 206 271 207 // creation of an empty vector for cross sec << 272 // creeation of an empty vector for cross section 208 G4PhysicsVector* LambdaPhysicsVector(const G 273 G4PhysicsVector* LambdaPhysicsVector(const G4MaterialCutsCouple*, 209 G4doubl << 274 G4double cut); >> 275 >> 276 inline size_t CurrentMaterialCutsCoupleIndex() const; 210 277 211 inline std::size_t CurrentMaterialCutsCouple << 278 inline G4double GetCurrentRange() const; 212 279 213 //------------------------------------------ 280 //------------------------------------------------------------------------ 214 // Specific methods to set, access, modify m 281 // Specific methods to set, access, modify models 215 //------------------------------------------ 282 //------------------------------------------------------------------------ 216 283 217 // Select model in run time 284 // Select model in run time 218 inline void SelectModel(G4double kinEnergy); 285 inline void SelectModel(G4double kinEnergy); 219 286 220 public: 287 public: 221 // Select model by energy and couple index << 288 // Select model by energy and region index 222 // Not for run time processing << 223 inline G4VEmModel* SelectModelForMaterial(G4 289 inline G4VEmModel* SelectModelForMaterial(G4double kinEnergy, 224 st << 290 size_t& idx) const; 225 291 226 // Add EM model coupled with fluctuation mod 292 // Add EM model coupled with fluctuation model for region, smaller value 227 // of order defines which pair of models wil 293 // of order defines which pair of models will be selected for a given 228 // energy interval 294 // energy interval 229 void AddEmModel(G4int, G4VEmModel*, 295 void AddEmModel(G4int, G4VEmModel*, 230 G4VEmFluctuationModel* fluc << 296 G4VEmFluctuationModel* fluc = 0, 231 const G4Region* region = nul << 297 const G4Region* region = 0); 232 298 233 // Assign a model to a process local list, t << 299 // Define new energy range for the model identified by the name 234 // the derived process should execute AddEmM << 300 void UpdateEmModel(const G4String&, G4double, G4double); 235 void SetEmModel(G4VEmModel*, G4int index=0); << 236 301 237 // Access to models << 302 // Assign a model to a process 238 inline std::size_t NumberOfModels() const; << 303 void SetEmModel(G4VEmModel*, G4int index=1); 239 304 240 // Return a model from the local list << 305 // return the assigned model 241 inline G4VEmModel* EmModel(std::size_t index << 306 G4VEmModel* EmModel(G4int index=1); 242 307 243 // Access to models from G4EmModelManager li << 308 // Access to models 244 inline G4VEmModel* GetModelByIndex(std::size << 309 G4VEmModel* GetModelByIndex(G4int idx = 0, G4bool ver = false); >> 310 >> 311 G4int NumberOfModels(); 245 312 246 // Assign a fluctuation model to a process 313 // Assign a fluctuation model to a process 247 inline void SetFluctModel(G4VEmFluctuationMo << 314 void SetFluctModel(G4VEmFluctuationModel*); 248 315 249 // Return the assigned fluctuation model << 316 // return the assigned fluctuation model 250 inline G4VEmFluctuationModel* FluctModel() c << 317 inline G4VEmFluctuationModel* FluctModel(); 251 318 252 //------------------------------------------ 319 //------------------------------------------------------------------------ 253 // Define and access particle type 320 // Define and access particle type 254 //------------------------------------------ 321 //------------------------------------------------------------------------ 255 322 256 protected: 323 protected: 257 inline void SetParticle(const G4ParticleDefi 324 inline void SetParticle(const G4ParticleDefinition* p); 258 inline void SetSecondaryParticle(const G4Par 325 inline void SetSecondaryParticle(const G4ParticleDefinition* p); 259 326 260 public: 327 public: 261 inline void SetBaseParticle(const G4Particle 328 inline void SetBaseParticle(const G4ParticleDefinition* p); 262 inline const G4ParticleDefinition* Particle( 329 inline const G4ParticleDefinition* Particle() const; 263 inline const G4ParticleDefinition* BaseParti 330 inline const G4ParticleDefinition* BaseParticle() const; 264 inline const G4ParticleDefinition* Secondary 331 inline const G4ParticleDefinition* SecondaryParticle() const; 265 332 266 // hide assignment operator << 267 G4VEnergyLossProcess(G4VEnergyLossProcess &) << 268 G4VEnergyLossProcess & operator=(const G4VEn << 269 << 270 //------------------------------------------ 333 //------------------------------------------------------------------------ 271 // Get/set parameters to configure the proce 334 // Get/set parameters to configure the process at initialisation time 272 //------------------------------------------ 335 //------------------------------------------------------------------------ 273 336 274 // Add subcut processor for the region << 337 // Add subcutoff process (bremsstrahlung) to sample secondary 275 void ActivateSubCutoff(const G4Region* regio << 338 // particle production in vicinity of the geometry boundary 276 << 339 void AddCollaborativeProcess(G4VEnergyLossProcess*); 277 // Activate biasing << 278 void SetCrossSectionBiasingFactor(G4double f << 279 << 280 void ActivateForcedInteraction(G4double leng << 281 const G4Strin << 282 G4bool flag = << 283 << 284 void ActivateSecondaryBiasing(const G4String << 285 G4double energ << 286 340 287 inline void SetLossFluctuations(G4bool val); 341 inline void SetLossFluctuations(G4bool val); >> 342 inline void SetRandomStep(G4bool val); 288 343 289 inline void SetSpline(G4bool val); << 344 inline void SetIntegral(G4bool val); 290 inline void SetCrossSectionType(G4CrossSecti << 345 inline G4bool IsIntegral() const; 291 inline G4CrossSectionType CrossSectionType() << 292 346 293 // Set/Get flag "isIonisation" 347 // Set/Get flag "isIonisation" 294 void SetIonisation(G4bool val); << 348 inline void SetIonisation(G4bool val); 295 inline G4bool IsIonisationProcess() const; 349 inline G4bool IsIonisationProcess() const; 296 350 297 // Redefine parameteters for stepping contro 351 // Redefine parameteters for stepping control 298 void SetLinearLossLimit(G4double val); << 352 // 299 void SetStepFunction(G4double v1, G4double v << 353 inline void SetLinearLossLimit(G4double val); 300 void SetLowestEnergyLimit(G4double); << 354 inline void SetMinSubRange(G4double val); >> 355 inline void SetLambdaFactor(G4double val); >> 356 inline void SetStepFunction(G4double v1, G4double v2); >> 357 inline void SetLowestEnergyLimit(G4double); 301 358 302 inline G4int NumberOfSubCutoffRegions() cons 359 inline G4int NumberOfSubCutoffRegions() const; >> 360 inline G4int NumberOfDERegions() const; 303 361 304 //------------------------------------------ 362 //------------------------------------------------------------------------ 305 // Specific methods to path Physics Tables t 363 // Specific methods to path Physics Tables to the process 306 //------------------------------------------ 364 //------------------------------------------------------------------------ 307 365 308 void SetDEDXTable(G4PhysicsTable* p, G4EmTab 366 void SetDEDXTable(G4PhysicsTable* p, G4EmTableType tType); 309 void SetCSDARangeTable(G4PhysicsTable* pRang 367 void SetCSDARangeTable(G4PhysicsTable* pRange); 310 void SetRangeTableForLoss(G4PhysicsTable* p) 368 void SetRangeTableForLoss(G4PhysicsTable* p); >> 369 void SetSecondaryRangeTable(G4PhysicsTable* p); 311 void SetInverseRangeTable(G4PhysicsTable* p) 370 void SetInverseRangeTable(G4PhysicsTable* p); 312 void SetLambdaTable(G4PhysicsTable* p); << 313 371 314 void SetTwoPeaksXS(std::vector<G4TwoPeaksXS* << 372 void SetLambdaTable(G4PhysicsTable* p); 315 void SetEnergyOfCrossSectionMax(std::vector< << 373 void SetSubLambdaTable(G4PhysicsTable* p); 316 374 317 //------------------------------------------ << 375 // Binning for dEdx, range, inverse range and labda tables 318 // Specific methods to define custom Physics << 376 inline void SetDEDXBinning(G4int nbins); 319 //------------------------------------------ << 377 inline void SetLambdaBinning(G4int nbins); 320 378 321 // Binning for dEdx, range, inverse range an << 379 // Binning for dEdx, range, and inverse range tables 322 void SetDEDXBinning(G4int nbins); << 380 inline void SetDEDXBinningForCSDARange(G4int nbins); 323 381 324 // Min kinetic energy for tables 382 // Min kinetic energy for tables 325 void SetMinKinEnergy(G4double e); << 383 inline void SetMinKinEnergy(G4double e); 326 inline G4double MinKinEnergy() const; 384 inline G4double MinKinEnergy() const; 327 385 328 // Max kinetic energy for tables 386 // Max kinetic energy for tables 329 void SetMaxKinEnergy(G4double e); << 387 inline void SetMaxKinEnergy(G4double e); 330 inline G4double MaxKinEnergy() const; 388 inline G4double MaxKinEnergy() const; 331 389 332 // Biasing parameters << 390 // Max kinetic energy for tables 333 inline G4double CrossSectionBiasingFactor() << 391 inline void SetMaxKinEnergyForCSDARange(G4double e); 334 392 335 // Return values for given G4MaterialCutsCou 393 // Return values for given G4MaterialCutsCouple 336 inline G4double GetDEDX(G4double kineticEner << 394 inline G4double GetDEDX(G4double& kineticEnergy, const G4MaterialCutsCouple*); 337 inline G4double GetCSDADEDX(G4double kinetic << 395 inline G4double GetDEDXForSubsec(G4double& kineticEnergy, 338 const G4Material << 396 const G4MaterialCutsCouple*); 339 inline G4double GetDEDX(G4double kineticEner << 397 inline G4double GetRange(G4double& kineticEnergy, const G4MaterialCutsCouple*); 340 G4double logKineticE << 398 inline G4double GetCSDARange(G4double& kineticEnergy, const G4MaterialCutsCouple*); 341 inline G4double GetRange(G4double kineticEne << 399 inline G4double GetRangeForLoss(G4double& kineticEnergy, const G4MaterialCutsCouple*); 342 inline G4double GetRange(G4double kineticEne << 400 inline G4double GetKineticEnergy(G4double& range, const G4MaterialCutsCouple*); 343 G4double logKinetic << 401 inline G4double GetLambda(G4double& kineticEnergy, const G4MaterialCutsCouple*); 344 inline G4double GetCSDARange(G4double kineti << 345 const G4Materia << 346 inline G4double GetKineticEnergy(G4double ra << 347 const G4Mat << 348 inline G4double GetLambda(G4double kineticEn << 349 inline G4double GetLambda(G4double kineticEn << 350 G4double logKineti << 351 402 352 inline G4bool TablesAreBuilt() const; 403 inline G4bool TablesAreBuilt() const; 353 404 354 // Access to specific tables 405 // Access to specific tables 355 inline G4PhysicsTable* DEDXTable() const; 406 inline G4PhysicsTable* DEDXTable() const; >> 407 inline G4PhysicsTable* DEDXTableForSubsec() const; 356 inline G4PhysicsTable* DEDXunRestrictedTable 408 inline G4PhysicsTable* DEDXunRestrictedTable() const; 357 inline G4PhysicsTable* IonisationTable() con 409 inline G4PhysicsTable* IonisationTable() const; >> 410 inline G4PhysicsTable* IonisationTableForSubsec() const; 358 inline G4PhysicsTable* CSDARangeTable() cons 411 inline G4PhysicsTable* CSDARangeTable() const; 359 inline G4PhysicsTable* RangeTableForLoss() c 412 inline G4PhysicsTable* RangeTableForLoss() const; 360 inline G4PhysicsTable* InverseRangeTable() c 413 inline G4PhysicsTable* InverseRangeTable() const; 361 inline G4PhysicsTable* LambdaTable() const; << 414 inline G4PhysicsTable* LambdaTable(); 362 inline std::vector<G4TwoPeaksXS*>* TwoPeaksX << 415 inline G4PhysicsTable* SubLambdaTable(); 363 inline std::vector<G4double>* EnergyOfCrossS << 364 << 365 inline G4bool UseBaseMaterial() const; << 366 416 367 //------------------------------------------ 417 //------------------------------------------------------------------------ 368 // Run time method for simulation of ionisat 418 // Run time method for simulation of ionisation 369 //------------------------------------------ 419 //------------------------------------------------------------------------ 370 420 371 // access atom on which interaction happens << 421 // sample range at the end of a step 372 const G4Element* GetCurrentElement() const; << 422 inline G4double SampleRange(); 373 423 374 // Set scaling parameters for ions is needed 424 // Set scaling parameters for ions is needed to G4EmCalculator 375 void SetDynamicMassCharge(G4double massratio << 425 inline void SetDynamicMassCharge(G4double massratio, G4double charge2ratio); 376 426 377 private: 427 private: 378 428 379 void FillSecondariesAlongStep(G4double weigh << 380 << 381 void PrintWarning(const G4String&, G4double << 382 << 383 // define material and indexes 429 // define material and indexes 384 inline void DefineMaterial(const G4MaterialC 430 inline void DefineMaterial(const G4MaterialCutsCouple* couple); 385 431 386 //------------------------------------------ 432 //------------------------------------------------------------------------ 387 // Compute values using scaling relation, ma 433 // Compute values using scaling relation, mass and charge of based particle 388 //------------------------------------------ 434 //------------------------------------------------------------------------ 389 inline G4double GetDEDXForScaledEnergy(G4dou << 390 inline G4double GetDEDXForScaledEnergy(G4dou << 391 G4dou << 392 inline G4double GetIonisationForScaledEnergy << 393 inline G4double GetScaledRangeForScaledEnerg << 394 inline G4double GetScaledRangeForScaledEnerg << 395 << 396 << 397 inline G4double GetLimitScaledRangeForScaled << 398 inline G4double GetLimitScaledRangeForScaled << 399 << 400 435 >> 436 inline G4double GetDEDXForScaledEnergy(G4double scaledKinEnergy); >> 437 inline G4double GetSubDEDXForScaledEnergy(G4double scaledKinEnergy); >> 438 inline G4double GetIonisationForScaledEnergy(G4double scaledKinEnergy); >> 439 inline G4double GetSubIonisationForScaledEnergy(G4double scaledKinEnergy); >> 440 inline G4double GetScaledRangeForScaledEnergy(G4double scaledKinEnergy); >> 441 inline G4double GetLimitScaledRangeForScaledEnergy(G4double scaledKinEnergy); 401 inline G4double ScaledKinEnergyForLoss(G4dou 442 inline G4double ScaledKinEnergyForLoss(G4double range); 402 inline G4double GetLambdaForScaledEnergy(G4d << 443 inline G4double GetLambdaForScaledEnergy(G4double scaledKinEnergy); 403 inline G4double GetLambdaForScaledEnergy(G4d << 444 inline void ComputeLambdaForScaledEnergy(G4double scaledKinEnergy); 404 G4d << 405 445 406 inline G4double LogScaledEkin(const G4Track& << 446 // hide assignment operator 407 << 447 G4VEnergyLossProcess(G4VEnergyLossProcess &); 408 void ComputeLambdaForScaledEnergy(G4double s << 448 G4VEnergyLossProcess & operator=(const G4VEnergyLossProcess &right); 409 const G4Tr << 410 449 411 G4bool IsRegionForCubcutProcessor(const G4Tr << 450 // ======== Parameters of the class fixed at construction ========= 412 451 413 protected: << 452 G4EmModelManager* modelManager; >> 453 G4SafetyHelper* safetyHelper; 414 454 415 G4ParticleChangeForLoss fParticleChange; << 455 const G4ParticleDefinition* secondaryParticle; 416 const G4Material* currentMaterial << 456 const G4ParticleDefinition* theElectron; 417 const G4MaterialCutsCouple* currentCouple = << 457 const G4ParticleDefinition* thePositron; >> 458 const G4ParticleDefinition* theGenericIon; >> 459 >> 460 G4PhysicsVector* vstrag; >> 461 >> 462 // ======== Parameters of the class fixed at initialisation ======= >> 463 >> 464 std::vector<G4VEmModel*> emModels; >> 465 G4VEmFluctuationModel* fluctModel; >> 466 std::vector<const G4Region*> scoffRegions; >> 467 std::vector<const G4Region*> deRegions; >> 468 G4int nSCoffRegions; >> 469 G4int nDERegions; >> 470 G4bool* idxSCoffRegions; >> 471 G4bool* idxDERegions; >> 472 >> 473 std::vector<G4VEnergyLossProcess*> scProcesses; >> 474 G4int nProcesses; >> 475 >> 476 // tables and vectors >> 477 G4PhysicsTable* theDEDXTable; >> 478 G4PhysicsTable* theDEDXSubTable; >> 479 G4PhysicsTable* theDEDXunRestrictedTable; >> 480 G4PhysicsTable* theIonisationTable; >> 481 G4PhysicsTable* theIonisationSubTable; >> 482 G4PhysicsTable* theRangeTableForLoss; >> 483 G4PhysicsTable* theCSDARangeTable; >> 484 G4PhysicsTable* theSecondaryRangeTable; >> 485 G4PhysicsTable* theInverseRangeTable; >> 486 G4PhysicsTable* theLambdaTable; >> 487 G4PhysicsTable* theSubLambdaTable; >> 488 G4double* theDEDXAtMaxEnergy; >> 489 G4double* theRangeAtMaxEnergy; >> 490 G4double* theEnergyOfCrossSectionMax; >> 491 G4double* theCrossSectionMax; 418 492 419 private: << 493 const G4DataVector* theCuts; >> 494 const G4DataVector* theSubCuts; 420 495 421 G4LossTableManager* lManager; << 496 const G4ParticleDefinition* baseParticle; 422 G4EmModelManager* modelManager; << 423 G4VEmModel* currentModel = n << 424 G4EmBiasingManager* biasManager = nu << 425 G4SafetyHelper* safetyHelper; << 426 G4EmParameters* theParameters; << 427 G4VEmFluctuationModel* fluctModel = nul << 428 G4VAtomDeexcitation* atomDeexcitation << 429 G4VSubCutProducer* subcutProducer = << 430 << 431 const G4ParticleDefinition* particle = nullp << 432 const G4ParticleDefinition* baseParticle = n << 433 const G4ParticleDefinition* secondaryParticl << 434 G4EmDataHandler* theData = nullptr; << 435 << 436 G4PhysicsTable* theDEDXTable = nullptr; << 437 G4PhysicsTable* theDEDXunRestrictedTable = n << 438 G4PhysicsTable* theIonisationTable = nullptr << 439 G4PhysicsTable* theRangeTableForLoss = nullp << 440 G4PhysicsTable* theCSDARangeTable = nullptr; << 441 G4PhysicsTable* theInverseRangeTable = nullp << 442 G4PhysicsTable* theLambdaTable = nullptr; << 443 << 444 std::vector<const G4Region*>* scoffRegions = << 445 std::vector<G4VEmModel*>* emModels = nul << 446 const std::vector<G4int>* theDensityIdx << 447 const std::vector<G4double>* theDensityFact << 448 const G4DataVector* theCuts = null << 449 497 450 std::vector<G4double>* theEnergyOfCrossSecti << 498 G4int nBins; 451 std::vector<G4TwoPeaksXS*>* fXSpeaks = nullp << 499 G4int nBinsCSDA; 452 500 453 G4double lowestKinEnergy; 501 G4double lowestKinEnergy; 454 G4double minKinEnergy; 502 G4double minKinEnergy; 455 G4double maxKinEnergy; 503 G4double maxKinEnergy; 456 G4double maxKinEnergyCSDA; 504 G4double maxKinEnergyCSDA; 457 505 458 G4double linLossLimit = 0.01; << 506 G4double linLossLimit; 459 G4double dRoverRange = 0.2; << 507 G4double minSubRange; >> 508 G4double dRoverRange; 460 G4double finalRange; 509 G4double finalRange; 461 G4double lambdaFactor = 0.8; << 510 G4double lambdaFactor; 462 G4double invLambdaFactor; << 511 463 G4double biasFactor = 1.0; << 512 G4bool lossFluctuationFlag; 464 << 513 G4bool rndmStepFlag; 465 G4double massRatio = 1.0; << 514 G4bool tablesAreBuilt; 466 G4double logMassRatio = 0.0; << 515 G4bool integral; 467 G4double fFactor = 1.0; << 516 G4bool isIon; 468 G4double reduceFactor = 1.0; << 517 G4bool isIonisation; 469 G4double chargeSqRatio = 1.0; << 518 G4bool useSubCutoff; 470 G4double fRange = 0.0; << 519 G4bool useDeexcitation; 471 G4double fRangeEnergy = 0.0; << 472 520 473 protected: 521 protected: 474 522 475 G4double preStepLambda = 0.0; << 523 G4ParticleChangeForLoss fParticleChange; 476 G4double preStepKinEnergy = 0.0; << 477 G4double preStepScaledEnergy = 0.0; << 478 G4double mfpKinEnergy = 0.0; << 479 524 480 std::size_t currentCoupleIndex = 0; << 525 // ======== Cashed values - may be state dependent ================ 481 526 482 private: 527 private: 483 528 484 G4int nBins; << 529 std::vector<G4DynamicParticle*> secParticles; 485 G4int nBinsCSDA; << 530 std::vector<G4Track*> scTracks; 486 G4int numberOfModels = 0; << 531 487 G4int nSCoffRegions = 0; << 532 const G4ParticleDefinition* particle; 488 G4int secID = _DeltaElectron; << 533 489 G4int tripletID = _TripletElectron; << 534 G4VEmModel* currentModel; 490 G4int biasID = _DeltaEBelowCut; << 535 const G4Material* currentMaterial; 491 G4int epixeID = _ePIXE; << 536 const G4MaterialCutsCouple* currentCouple; 492 G4int gpixeID = _GammaPIXE; << 537 size_t currentMaterialIndex; 493 G4int mainSecondaries = 1; << 538 494 << 539 G4int nWarnings; 495 std::size_t basedCoupleIndex = 0; << 540 496 std::size_t coupleIdxRange = 0; << 541 G4double massRatio; 497 std::size_t idxDEDX = 0; << 542 G4double reduceFactor; 498 std::size_t idxDEDXunRestricted = 0; << 543 G4double chargeSqRatio; 499 std::size_t idxIonisation = 0; << 544 500 std::size_t idxRange = 0; << 545 G4double preStepLambda; 501 std::size_t idxCSDA = 0; << 546 G4double fRange; 502 std::size_t idxSecRange = 0; << 547 G4double preStepKinEnergy; 503 std::size_t idxInverseRange = 0; << 548 G4double preStepScaledEnergy; 504 std::size_t idxLambda = 0; << 549 G4double mfpKinEnergy; 505 << 550 506 G4GPILSelection aGPILSelection; << 551 G4GPILSelection aGPILSelection; 507 G4CrossSectionType fXSType = fEmOnePeak; << 508 << 509 G4bool lossFluctuationFlag = true; << 510 G4bool useCutAsFinalRange = false; << 511 G4bool tablesAreBuilt = false; << 512 G4bool spline = true; << 513 G4bool isIon = false; << 514 G4bool isIonisation = false; << 515 G4bool useDeexcitation = false; << 516 G4bool biasFlag = false; << 517 G4bool weightFlag = false; << 518 G4bool isMaster = false; << 519 G4bool baseMat = false; << 520 G4bool actLinLossLimit = false; << 521 G4bool actLossFluc = false; << 522 G4bool actBinning = false; << 523 G4bool actMinKinEnergy = false; << 524 G4bool actMaxKinEnergy = false; << 525 552 526 std::vector<G4DynamicParticle*> secParticles << 527 std::vector<G4Track*> scTracks; << 528 }; 553 }; 529 554 530 // ======== Run time inline methods ========== 555 // ======== Run time inline methods ================ 531 556 532 inline std::size_t G4VEnergyLossProcess::Curre << 557 inline size_t G4VEnergyLossProcess::CurrentMaterialCutsCoupleIndex() const >> 558 { >> 559 return currentMaterialIndex; >> 560 } >> 561 >> 562 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 563 >> 564 inline G4double G4VEnergyLossProcess::GetCurrentRange() const 533 { 565 { 534 return currentCoupleIndex; << 566 return fRange; 535 } 567 } 536 568 537 //....oooOO0OOooo........oooOO0OOooo........oo 569 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 538 570 539 inline void G4VEnergyLossProcess::SelectModel( 571 inline void G4VEnergyLossProcess::SelectModel(G4double kinEnergy) 540 { 572 { 541 currentModel = modelManager->SelectModel(kin << 573 currentModel = modelManager->SelectModel(kinEnergy, currentMaterialIndex); 542 currentModel->SetCurrentCouple(currentCouple 574 currentModel->SetCurrentCouple(currentCouple); 543 } 575 } 544 576 545 //....oooOO0OOooo........oooOO0OOooo........oo 577 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 546 578 547 inline G4VEmModel* G4VEnergyLossProcess::Selec 579 inline G4VEmModel* G4VEnergyLossProcess::SelectModelForMaterial( 548 G4double kinEnergy, std::si << 580 G4double kinEnergy, size_t& idx) const 549 { 581 { 550 return modelManager->SelectModel(kinEnergy, 582 return modelManager->SelectModel(kinEnergy, idx); 551 } 583 } 552 584 553 //....oooOO0OOooo........oooOO0OOooo........oo 585 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 554 586 555 inline void 587 inline void 556 G4VEnergyLossProcess::DefineMaterial(const G4M 588 G4VEnergyLossProcess::DefineMaterial(const G4MaterialCutsCouple* couple) 557 { 589 { 558 if(couple != currentCouple) { 590 if(couple != currentCouple) { 559 currentCouple = couple; << 591 currentCouple = couple; 560 currentMaterial = couple->GetMaterial(); 592 currentMaterial = couple->GetMaterial(); 561 basedCoupleIndex = currentCoupleIndex = co << 593 currentMaterialIndex = couple->GetIndex(); 562 fFactor = chargeSqRatio*biasFactor; << 563 mfpKinEnergy = DBL_MAX; 594 mfpKinEnergy = DBL_MAX; 564 idxLambda = 0; << 565 if(baseMat) { << 566 basedCoupleIndex = (*theDensityIdx)[curr << 567 fFactor *= (*theDensityFactor)[currentCo << 568 } << 569 reduceFactor = 1.0/(fFactor*massRatio); << 570 } 595 } 571 } 596 } 572 597 573 //....oooOO0OOooo........oooOO0OOooo........oo 598 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 574 599 >> 600 inline void G4VEnergyLossProcess::SetDynamicMassCharge(G4double massratio, >> 601 G4double charge2ratio) >> 602 { >> 603 massRatio = massratio; >> 604 chargeSqRatio = charge2ratio; >> 605 reduceFactor = 1.0/(chargeSqRatio*massRatio); >> 606 } >> 607 >> 608 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 609 575 inline G4double G4VEnergyLossProcess::GetDEDXF 610 inline G4double G4VEnergyLossProcess::GetDEDXForScaledEnergy(G4double e) 576 { 611 { 577 /* << 612 G4double x = ((*theDEDXTable)[currentMaterialIndex]->Value(e))*chargeSqRatio; 578 G4cout << "G4VEnergyLossProcess::GetDEDX: Id << 579 << basedCoupleIndex << " E(MeV)= " << 580 << " Emin= " << minKinEnergy << " Fa << 581 << " " << theDEDXTable << G4endl; */ << 582 G4double x = fFactor*(*theDEDXTable)[basedCo << 583 if(e < minKinEnergy) { x *= std::sqrt(e/minK 613 if(e < minKinEnergy) { x *= std::sqrt(e/minKinEnergy); } 584 return x; 614 return x; 585 } 615 } 586 616 587 //....oooOO0OOooo........oooOO0OOooo........oo 617 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 588 618 589 inline << 619 inline G4double G4VEnergyLossProcess::GetSubDEDXForScaledEnergy(G4double e) 590 G4double G4VEnergyLossProcess::GetDEDXForScale << 591 { 620 { 592 /* << 621 G4double x = ((*theDEDXSubTable)[currentMaterialIndex]->Value(e))*chargeSqRatio; 593 G4cout << "G4VEnergyLossProcess::GetDEDX: Id << 594 << basedCoupleIndex << " E(MeV)= " << 595 << " Emin= " << minKinEnergy << " Fa << 596 << " " << theDEDXTable << G4endl; */ << 597 G4double x = fFactor*(*theDEDXTable)[basedCo << 598 if(e < minKinEnergy) { x *= std::sqrt(e/minK 622 if(e < minKinEnergy) { x *= std::sqrt(e/minKinEnergy); } 599 return x; 623 return x; 600 } 624 } 601 625 602 //....oooOO0OOooo........oooOO0OOooo........oo 626 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 603 627 604 inline G4double G4VEnergyLossProcess::GetIonis 628 inline G4double G4VEnergyLossProcess::GetIonisationForScaledEnergy(G4double e) 605 { 629 { 606 G4double x = << 630 //G4double x = 0.0; 607 fFactor*(*theIonisationTable)[basedCoupleI << 631 // if(theIonisationTable) { >> 632 G4double x = ((*theIonisationTable)[currentMaterialIndex]->Value(e))*chargeSqRatio; 608 if(e < minKinEnergy) { x *= std::sqrt(e/minK 633 if(e < minKinEnergy) { x *= std::sqrt(e/minKinEnergy); } >> 634 //} 609 return x; 635 return x; 610 } 636 } 611 637 612 //....oooOO0OOooo........oooOO0OOooo........oo 638 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 613 639 614 inline G4double G4VEnergyLossProcess::GetScale << 640 inline >> 641 G4double G4VEnergyLossProcess::GetSubIonisationForScaledEnergy(G4double e) 615 { 642 { 616 //G4cout << "G4VEnergyLossProcess::GetScaled << 643 // G4double x = 0.0; 617 // << basedCoupleIndex << " E(MeV)= << 644 //if(theIonisationSubTable) { 618 // << " lastIdx= " << lastIdx << " << 645 G4double x = ((*theIonisationSubTable)[currentMaterialIndex]->Value(e))*chargeSqRatio; 619 if(currentCoupleIndex != coupleIdxRange || f << 646 if(e < minKinEnergy) { x *= std::sqrt(e/minKinEnergy); } 620 coupleIdxRange = currentCoupleIndex; << 647 //} 621 fRangeEnergy = e; << 648 return x; 622 fRange = reduceFactor*((*theRangeTableForL << 623 if (fRange < 0.0) { fRange = 0.0; } << 624 else if (e < minKinEnergy) { fRange *= std << 625 } << 626 //G4cout << "G4VEnergyLossProcess::GetScaled << 627 // << basedCoupleIndex << " E(MeV)= << 628 // << " R= " << computedRange << " << 629 return fRange; << 630 } << 631 << 632 inline G4double << 633 G4VEnergyLossProcess::GetScaledRangeForScaledE << 634 { << 635 //G4cout << "G4VEnergyLossProcess::GetScaled << 636 // << basedCoupleIndex << " E(MeV)= << 637 // << " lastIdx= " << lastIdx << " << 638 if(currentCoupleIndex != coupleIdxRange || f << 639 coupleIdxRange = currentCoupleIndex; << 640 fRangeEnergy = e; << 641 fRange = reduceFactor*((*theRangeTableForL << 642 if (fRange < 0.0) { fRange = 0.0; } << 643 else if (e < minKinEnergy) { fRange *= std << 644 } << 645 //G4cout << "G4VEnergyLossProcess::GetScaled << 646 // << basedCoupleIndex << " E(MeV)= << 647 // << " R= " << fRange << " " << t << 648 return fRange; << 649 } 649 } 650 650 651 //....oooOO0OOooo........oooOO0OOooo........oo 651 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 652 652 653 inline G4double << 653 inline G4double G4VEnergyLossProcess::GetScaledRangeForScaledEnergy(G4double e) 654 G4VEnergyLossProcess::GetLimitScaledRangeForSc << 655 { 654 { 656 G4double x = ((*theCSDARangeTable)[basedCoup << 655 G4double x = ((*theRangeTableForLoss)[currentMaterialIndex])->Value(e); 657 if (x < 0.0) { x = 0.0; } << 656 if(e < minKinEnergy) { x *= std::sqrt(e/minKinEnergy); } 658 else if (e < minKinEnergy) { x *= std::sqrt( << 659 return x; 657 return x; 660 } 658 } 661 659 662 //....oooOO0OOooo........oooOO0OOooo........oo 660 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 663 661 664 inline G4double 662 inline G4double 665 G4VEnergyLossProcess::GetLimitScaledRangeForSc << 663 G4VEnergyLossProcess::GetLimitScaledRangeForScaledEnergy(G4double e) 666 << 667 { 664 { 668 G4double x = ((*theCSDARangeTable)[basedCoup << 665 G4double x; 669 if (x < 0.0) { x = 0.0; } << 666 670 else if (e < minKinEnergy) { x *= std::sqrt( << 667 if (e < maxKinEnergyCSDA) { >> 668 x = ((*theCSDARangeTable)[currentMaterialIndex])->Value(e); >> 669 if(e < minKinEnergy) x *= std::sqrt(e/minKinEnergy); >> 670 } else { >> 671 x = theRangeAtMaxEnergy[currentMaterialIndex] + >> 672 (e - maxKinEnergyCSDA)/theDEDXAtMaxEnergy[currentMaterialIndex]; >> 673 } 671 return x; 674 return x; 672 } 675 } 673 676 674 //....oooOO0OOooo........oooOO0OOooo........oo 677 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 675 678 676 inline G4double G4VEnergyLossProcess::ScaledKi 679 inline G4double G4VEnergyLossProcess::ScaledKinEnergyForLoss(G4double r) 677 { 680 { 678 //G4cout << "G4VEnergyLossProcess::GetEnergy << 681 G4PhysicsVector* v = (*theInverseRangeTable)[currentMaterialIndex]; 679 // << basedCoupleIndex << " R(mm)= " << 680 // << theInverseRangeTable << G4endl << 681 G4PhysicsVector* v = (*theInverseRangeTable) << 682 G4double rmin = v->Energy(0); 682 G4double rmin = v->Energy(0); 683 G4double e = 0.0; 683 G4double e = 0.0; 684 if(r >= rmin) { e = v->Value(r, idxInverseRa << 684 if(r >= rmin) { e = v->Value(r); } 685 else if(r > 0.0) { 685 else if(r > 0.0) { 686 G4double x = r/rmin; 686 G4double x = r/rmin; 687 e = minKinEnergy*x*x; 687 e = minKinEnergy*x*x; 688 } 688 } 689 return e; 689 return e; 690 } 690 } 691 691 692 //....oooOO0OOooo........oooOO0OOooo........oo 692 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 693 693 694 inline G4double G4VEnergyLossProcess::GetLambd 694 inline G4double G4VEnergyLossProcess::GetLambdaForScaledEnergy(G4double e) 695 { 695 { 696 return fFactor*((*theLambdaTable)[basedCoupl << 696 return chargeSqRatio*(((*theLambdaTable)[currentMaterialIndex])->Value(e)); 697 } 697 } 698 698 699 //....oooOO0OOooo........oooOO0OOooo........oo 699 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 700 700 701 inline G4double << 701 inline G4double 702 G4VEnergyLossProcess::GetLambdaForScaledEnergy << 702 G4VEnergyLossProcess::GetDEDX(G4double& kineticEnergy, 703 { << 703 const G4MaterialCutsCouple* couple) 704 return fFactor*((*theLambdaTable)[basedCoupl << 705 } << 706 << 707 //....oooOO0OOooo........oooOO0OOooo........oo << 708 << 709 inline G4double G4VEnergyLossProcess::LogScale << 710 { 704 { 711 return track.GetDynamicParticle()->GetLogKin << 705 DefineMaterial(couple); >> 706 return GetDEDXForScaledEnergy(kineticEnergy*massRatio); 712 } 707 } 713 708 714 //....oooOO0OOooo........oooOO0OOooo........oo 709 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 715 710 716 inline G4double 711 inline G4double 717 G4VEnergyLossProcess::GetDEDX(G4double kinEner << 712 G4VEnergyLossProcess::GetDEDXForSubsec(G4double& kineticEnergy, 718 const G4Material << 713 const G4MaterialCutsCouple* couple) 719 { 714 { 720 DefineMaterial(couple); 715 DefineMaterial(couple); 721 return GetDEDXForScaledEnergy(kinEnergy*mass << 716 return GetSubDEDXForScaledEnergy(kineticEnergy*massRatio); 722 } 717 } 723 718 724 //....oooOO0OOooo........oooOO0OOooo........oo 719 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 725 720 726 inline G4double 721 inline G4double 727 G4VEnergyLossProcess::GetDEDX(G4double kinEner << 722 G4VEnergyLossProcess::GetRange(G4double& kineticEnergy, 728 const G4Material << 723 const G4MaterialCutsCouple* couple) 729 G4double logKinE << 730 { 724 { 731 DefineMaterial(couple); << 725 G4double x = fRange; 732 return GetDEDXForScaledEnergy(kinEnergy*mass << 726 if(kineticEnergy != preStepKinEnergy || couple != currentCouple) { >> 727 DefineMaterial(couple); >> 728 if(theCSDARangeTable) >> 729 x = GetLimitScaledRangeForScaledEnergy(kineticEnergy*massRatio) >> 730 * reduceFactor; >> 731 else if(theRangeTableForLoss) >> 732 x = GetScaledRangeForScaledEnergy(kineticEnergy*massRatio)*reduceFactor; >> 733 } >> 734 return x; 733 } 735 } 734 736 735 //....oooOO0OOooo........oooOO0OOooo........oo 737 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 736 738 737 inline G4double 739 inline G4double 738 G4VEnergyLossProcess::GetRange(G4double kinEne << 740 G4VEnergyLossProcess::GetCSDARange(G4double& kineticEnergy, 739 const G4Materia << 741 const G4MaterialCutsCouple* couple) 740 { 742 { 741 DefineMaterial(couple); 743 DefineMaterial(couple); 742 return GetScaledRangeForScaledEnergy(kinEner << 744 G4double x = DBL_MAX; >> 745 if(theCSDARangeTable) >> 746 x = GetLimitScaledRangeForScaledEnergy(kineticEnergy*massRatio) >> 747 * reduceFactor; >> 748 return x; 743 } 749 } 744 750 745 //....oooOO0OOooo........oooOO0OOooo........oo 751 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 746 752 747 inline G4double 753 inline G4double 748 G4VEnergyLossProcess::GetRange(G4double kinEne << 754 G4VEnergyLossProcess::GetRangeForLoss(G4double& kineticEnergy, 749 const G4Materia << 755 const G4MaterialCutsCouple* couple) 750 G4double logKin << 751 { 756 { 752 DefineMaterial(couple); 757 DefineMaterial(couple); 753 return GetScaledRangeForScaledEnergy(kinEner << 758 G4double x = DBL_MAX; >> 759 if(theRangeTableForLoss) >> 760 x = GetScaledRangeForScaledEnergy(kineticEnergy*massRatio)*reduceFactor; >> 761 // G4cout << "Range from " << GetProcessName() >> 762 // << " e= " << kineticEnergy << " r= " << x << G4endl; >> 763 return x; 754 } 764 } 755 765 756 //....oooOO0OOooo........oooOO0OOooo........oo 766 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 757 767 758 inline G4double 768 inline G4double 759 G4VEnergyLossProcess::GetCSDARange(G4double ki << 769 G4VEnergyLossProcess::GetKineticEnergy(G4double& range, 760 const G4Mat << 770 const G4MaterialCutsCouple* couple) 761 { 771 { 762 DefineMaterial(couple); 772 DefineMaterial(couple); 763 return (nullptr == theCSDARangeTable) ? DBL_ << 773 G4double r = range/reduceFactor; 764 GetLimitScaledRangeForScaledEnergy(kinetic << 774 G4double e = ScaledKinEnergyForLoss(r)/massRatio; >> 775 return e; 765 } 776 } 766 777 767 //....oooOO0OOooo........oooOO0OOooo........oo 778 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 768 779 769 inline G4double 780 inline G4double 770 G4VEnergyLossProcess::GetKineticEnergy(G4doubl << 781 G4VEnergyLossProcess::GetLambda(G4double& kineticEnergy, 771 const G << 782 const G4MaterialCutsCouple* couple) 772 { 783 { 773 DefineMaterial(couple); 784 DefineMaterial(couple); 774 return ScaledKinEnergyForLoss(range/reduceFa << 785 G4double x = 0.0; >> 786 if(theLambdaTable) { x = GetLambdaForScaledEnergy(kineticEnergy*massRatio); } >> 787 return x; 775 } 788 } 776 789 777 //....oooOO0OOooo........oooOO0OOooo........oo 790 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 778 791 779 inline G4double << 792 inline void G4VEnergyLossProcess::ComputeLambdaForScaledEnergy(G4double e) 780 G4VEnergyLossProcess::GetLambda(G4double kinEn << 781 const G4Materi << 782 { 793 { 783 DefineMaterial(couple); << 794 mfpKinEnergy = theEnergyOfCrossSectionMax[currentMaterialIndex]; 784 return (nullptr != theLambdaTable) ? << 795 if (e <= mfpKinEnergy) { 785 GetLambdaForScaledEnergy(kinEnergy*massRat << 796 preStepLambda = GetLambdaForScaledEnergy(e); >> 797 >> 798 } else { >> 799 G4double e1 = e*lambdaFactor; >> 800 if(e1 > mfpKinEnergy) { >> 801 preStepLambda = GetLambdaForScaledEnergy(e); >> 802 G4double preStepLambda1 = GetLambdaForScaledEnergy(e1); >> 803 if(preStepLambda1 > preStepLambda) { >> 804 mfpKinEnergy = e1; >> 805 preStepLambda = preStepLambda1; >> 806 } >> 807 } else { >> 808 preStepLambda = chargeSqRatio*theCrossSectionMax[currentMaterialIndex]; >> 809 } >> 810 } 786 } 811 } 787 812 788 //....oooOO0OOooo........oooOO0OOooo........oo 813 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 789 814 790 inline G4double << 815 inline G4double G4VEnergyLossProcess::SampleRange() 791 G4VEnergyLossProcess::GetLambda(G4double kinEn << 792 const G4Materi << 793 G4double logKi << 794 { 816 { 795 DefineMaterial(couple); << 817 G4double e = amu_c2*preStepKinEnergy/particle->GetPDGMass(); 796 return (nullptr != theLambdaTable) ? << 818 G4double s = fRange*std::pow(10.,vstrag->Value(e)); 797 GetLambdaForScaledEnergy(kinEnergy*massRat << 819 G4double x = fRange + G4RandGauss::shoot(0.0,s); 798 : 0.0; << 820 if(x > 0.0) { fRange = x; } >> 821 return fRange; 799 } 822 } 800 823 801 // ======== Get/Set inline methods used at ini 824 // ======== Get/Set inline methods used at initialisation ================ 802 825 803 inline void G4VEnergyLossProcess::SetFluctMode 826 inline void G4VEnergyLossProcess::SetFluctModel(G4VEmFluctuationModel* p) 804 { 827 { 805 fluctModel = p; 828 fluctModel = p; 806 } 829 } 807 830 808 //....oooOO0OOooo........oooOO0OOooo........oo 831 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 809 832 810 inline G4VEmFluctuationModel* G4VEnergyLossPro << 833 inline G4VEmFluctuationModel* G4VEnergyLossProcess::FluctModel() 811 { 834 { 812 return fluctModel; 835 return fluctModel; 813 } 836 } 814 837 815 //....oooOO0OOooo........oooOO0OOooo........oo 838 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 816 839 817 inline void G4VEnergyLossProcess::SetParticle( 840 inline void G4VEnergyLossProcess::SetParticle(const G4ParticleDefinition* p) 818 { 841 { 819 particle = p; 842 particle = p; 820 } 843 } 821 844 822 //....oooOO0OOooo........oooOO0OOooo........oo 845 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 823 846 824 inline void << 847 inline void G4VEnergyLossProcess::SetSecondaryParticle(const G4ParticleDefinition* p) 825 G4VEnergyLossProcess::SetSecondaryParticle(con << 826 { 848 { 827 secondaryParticle = p; 849 secondaryParticle = p; 828 } 850 } 829 851 830 //....oooOO0OOooo........oooOO0OOooo........oo 852 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 831 853 832 inline void << 854 inline void G4VEnergyLossProcess::SetBaseParticle(const G4ParticleDefinition* p) 833 G4VEnergyLossProcess::SetBaseParticle(const G4 << 834 { 855 { 835 baseParticle = p; 856 baseParticle = p; 836 } 857 } 837 858 838 //....oooOO0OOooo........oooOO0OOooo........oo 859 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 839 860 840 inline const G4ParticleDefinition* G4VEnergyLo 861 inline const G4ParticleDefinition* G4VEnergyLossProcess::Particle() const 841 { 862 { 842 return particle; 863 return particle; 843 } 864 } 844 865 845 //....oooOO0OOooo........oooOO0OOooo........oo 866 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 846 867 847 inline const G4ParticleDefinition* G4VEnergyLo 868 inline const G4ParticleDefinition* G4VEnergyLossProcess::BaseParticle() const 848 { 869 { 849 return baseParticle; 870 return baseParticle; 850 } 871 } 851 872 852 //....oooOO0OOooo........oooOO0OOooo........oo 873 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 853 874 854 inline const G4ParticleDefinition* << 875 inline const G4ParticleDefinition* G4VEnergyLossProcess::SecondaryParticle() const 855 G4VEnergyLossProcess::SecondaryParticle() cons << 856 { 876 { 857 return secondaryParticle; 877 return secondaryParticle; 858 } 878 } 859 879 860 //....oooOO0OOooo........oooOO0OOooo........oo 880 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 861 881 862 inline void G4VEnergyLossProcess::SetLossFluct 882 inline void G4VEnergyLossProcess::SetLossFluctuations(G4bool val) 863 { 883 { 864 lossFluctuationFlag = val; 884 lossFluctuationFlag = val; 865 actLossFluc = true; << 866 } 885 } 867 886 868 //....oooOO0OOooo........oooOO0OOooo........oo 887 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 869 888 870 inline void G4VEnergyLossProcess::SetSpline(G4 << 889 inline void G4VEnergyLossProcess::SetRandomStep(G4bool val) 871 { 890 { 872 spline = val; << 891 rndmStepFlag = val; 873 } 892 } 874 893 875 //....oooOO0OOooo........oooOO0OOooo........oo 894 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 876 895 877 inline void G4VEnergyLossProcess::SetCrossSect << 896 inline void G4VEnergyLossProcess::SetIntegral(G4bool val) 878 { 897 { 879 fXSType = val; << 898 integral = val; 880 } 899 } 881 900 882 //....oooOO0OOooo........oooOO0OOooo........oo 901 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 883 902 884 inline G4CrossSectionType G4VEnergyLossProcess << 903 inline G4bool G4VEnergyLossProcess::IsIntegral() const >> 904 { >> 905 return integral; >> 906 } >> 907 >> 908 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 909 >> 910 inline void G4VEnergyLossProcess::SetIonisation(G4bool val) 885 { 911 { 886 return fXSType; << 912 isIonisation = val; >> 913 if(val) { aGPILSelection = CandidateForSelection; } >> 914 else { aGPILSelection = NotCandidateForSelection; } 887 } 915 } 888 916 889 //....oooOO0OOooo........oooOO0OOooo........oo 917 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 890 918 891 inline G4bool G4VEnergyLossProcess::IsIonisati 919 inline G4bool G4VEnergyLossProcess::IsIonisationProcess() const 892 { 920 { 893 return isIonisation; 921 return isIonisation; 894 } 922 } 895 923 896 //....oooOO0OOooo........oooOO0OOooo........oo 924 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 897 925 >> 926 inline void G4VEnergyLossProcess::SetLinearLossLimit(G4double val) >> 927 { >> 928 linLossLimit = val; >> 929 } >> 930 >> 931 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 932 >> 933 inline void G4VEnergyLossProcess::SetMinSubRange(G4double val) >> 934 { >> 935 minSubRange = val; >> 936 } >> 937 >> 938 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 939 >> 940 inline void G4VEnergyLossProcess::SetLambdaFactor(G4double val) >> 941 { >> 942 if(val > 0.0 && val <= 1.0) { lambdaFactor = val; } >> 943 } >> 944 >> 945 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 946 >> 947 void G4VEnergyLossProcess::SetStepFunction(G4double v1, G4double v2) >> 948 { >> 949 dRoverRange = v1; >> 950 finalRange = v2; >> 951 if (dRoverRange > 0.999) { dRoverRange = 1.0; } >> 952 currentCouple = 0; >> 953 mfpKinEnergy = DBL_MAX; >> 954 } >> 955 >> 956 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 957 >> 958 inline void G4VEnergyLossProcess::SetLowestEnergyLimit(G4double val) >> 959 { >> 960 lowestKinEnergy = val; >> 961 } >> 962 >> 963 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 964 898 inline G4int G4VEnergyLossProcess::NumberOfSub 965 inline G4int G4VEnergyLossProcess::NumberOfSubCutoffRegions() const 899 { 966 { 900 return nSCoffRegions; 967 return nSCoffRegions; 901 } 968 } 902 969 903 //....oooOO0OOooo........oooOO0OOooo........oo 970 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 904 971 905 inline G4double G4VEnergyLossProcess::MinKinEn << 972 inline G4int G4VEnergyLossProcess::NumberOfDERegions() const 906 { 973 { 907 return minKinEnergy; << 974 return nDERegions; 908 } 975 } 909 976 910 //....oooOO0OOooo........oooOO0OOooo........oo 977 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 911 978 912 inline G4double G4VEnergyLossProcess::MaxKinEn << 979 inline void G4VEnergyLossProcess::SetDEDXBinning(G4int nbins) 913 { 980 { 914 return maxKinEnergy; << 981 nBins = nbins; 915 } 982 } 916 983 917 //....oooOO0OOooo........oooOO0OOooo........oo 984 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 918 985 919 inline G4double G4VEnergyLossProcess::CrossSec << 986 inline void G4VEnergyLossProcess::SetLambdaBinning(G4int nbins) 920 { 987 { 921 return biasFactor; << 988 nBins = nbins; 922 } 989 } 923 990 924 //....oooOO0OOooo........oooOO0OOooo........oo 991 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 925 992 926 inline G4bool G4VEnergyLossProcess::TablesAreB << 993 inline void G4VEnergyLossProcess::SetDEDXBinningForCSDARange(G4int nbins) 927 { 994 { 928 return tablesAreBuilt; << 995 nBinsCSDA = nbins; 929 } 996 } 930 997 931 //....oooOO0OOooo........oooOO0OOooo........oo 998 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 932 999 933 inline G4PhysicsTable* G4VEnergyLossProcess::D << 1000 inline void G4VEnergyLossProcess::SetMinKinEnergy(G4double e) 934 { 1001 { 935 return theDEDXTable; << 1002 minKinEnergy = e; 936 } 1003 } 937 1004 938 //....oooOO0OOooo........oooOO0OOooo........oo 1005 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 939 1006 940 inline G4PhysicsTable* G4VEnergyLossProcess::D << 1007 inline G4double G4VEnergyLossProcess::MinKinEnergy() const 941 { 1008 { 942 return theDEDXunRestrictedTable; << 1009 return minKinEnergy; 943 } 1010 } 944 1011 945 //....oooOO0OOooo........oooOO0OOooo........oo 1012 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 946 1013 947 inline G4PhysicsTable* G4VEnergyLossProcess::I << 1014 inline void G4VEnergyLossProcess::SetMaxKinEnergy(G4double e) 948 { 1015 { 949 return theIonisationTable; << 1016 maxKinEnergy = e; >> 1017 if(e < maxKinEnergyCSDA) { maxKinEnergyCSDA = e; } 950 } 1018 } 951 1019 952 //....oooOO0OOooo........oooOO0OOooo........oo 1020 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 953 1021 954 inline G4PhysicsTable* G4VEnergyLossProcess::C << 1022 inline G4double G4VEnergyLossProcess::MaxKinEnergy() const 955 { 1023 { 956 return theCSDARangeTable; << 1024 return maxKinEnergy; 957 } 1025 } 958 1026 959 //....oooOO0OOooo........oooOO0OOooo........oo 1027 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 960 1028 961 inline G4PhysicsTable* G4VEnergyLossProcess::R << 1029 inline void G4VEnergyLossProcess::SetMaxKinEnergyForCSDARange(G4double e) 962 { 1030 { 963 return theRangeTableForLoss; << 1031 maxKinEnergyCSDA = e; 964 } 1032 } 965 1033 >> 1034 966 //....oooOO0OOooo........oooOO0OOooo........oo 1035 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 967 1036 968 inline G4PhysicsTable* G4VEnergyLossProcess::I << 1037 inline G4bool G4VEnergyLossProcess::TablesAreBuilt() const 969 { 1038 { 970 return theInverseRangeTable; << 1039 return tablesAreBuilt; 971 } 1040 } 972 1041 973 //....oooOO0OOooo........oooOO0OOooo........oo 1042 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 974 1043 975 inline G4PhysicsTable* G4VEnergyLossProcess::L << 1044 inline G4PhysicsTable* G4VEnergyLossProcess::DEDXTable() const 976 { 1045 { 977 return theLambdaTable; << 1046 return theDEDXTable; 978 } 1047 } 979 1048 980 //....oooOO0OOooo........oooOO0OOooo........oo 1049 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 981 1050 982 inline G4bool G4VEnergyLossProcess::UseBaseMat << 1051 inline G4PhysicsTable* G4VEnergyLossProcess::DEDXTableForSubsec() const 983 { 1052 { 984 return baseMat; << 1053 return theDEDXSubTable; 985 } 1054 } 986 1055 987 //....oooOO0OOooo........oooOO0OOooo........oo 1056 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 988 1057 989 inline std::vector<G4double>* << 1058 inline G4PhysicsTable* G4VEnergyLossProcess::DEDXunRestrictedTable() const 990 G4VEnergyLossProcess::EnergyOfCrossSectionMax( << 991 { 1059 { 992 return theEnergyOfCrossSectionMax; << 1060 return theDEDXunRestrictedTable; 993 } 1061 } 994 1062 995 //....oooOO0OOooo........oooOO0OOooo........oo 1063 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 996 1064 997 inline std::vector<G4TwoPeaksXS*>* G4VEnergyLo << 1065 inline G4PhysicsTable* G4VEnergyLossProcess::IonisationTable() const >> 1066 { >> 1067 G4PhysicsTable* t = theDEDXTable; >> 1068 if(theIonisationTable) { t = theIonisationTable; } >> 1069 return t; >> 1070 } >> 1071 >> 1072 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 1073 >> 1074 inline G4PhysicsTable* G4VEnergyLossProcess::IonisationTableForSubsec() const 998 { 1075 { 999 return fXSpeaks; << 1076 G4PhysicsTable* t = theDEDXSubTable; >> 1077 if(theIonisationSubTable) { t = theIonisationSubTable; } >> 1078 return t; 1000 } 1079 } 1001 1080 1002 //....oooOO0OOooo........oooOO0OOooo........o 1081 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1003 1082 1004 inline std::size_t G4VEnergyLossProcess::Numb << 1083 inline G4PhysicsTable* G4VEnergyLossProcess::CSDARangeTable() const 1005 { 1084 { 1006 return numberOfModels; << 1085 return theCSDARangeTable; 1007 } 1086 } 1008 1087 1009 //....oooOO0OOooo........oooOO0OOooo........o 1088 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1010 1089 1011 inline G4VEmModel* G4VEnergyLossProcess::EmMo << 1090 inline G4PhysicsTable* G4VEnergyLossProcess::RangeTableForLoss() const 1012 { 1091 { 1013 return (index < emModels->size()) ? (*emMod << 1092 return theRangeTableForLoss; >> 1093 } >> 1094 >> 1095 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 1096 >> 1097 inline G4PhysicsTable* G4VEnergyLossProcess::InverseRangeTable() const >> 1098 { >> 1099 return theInverseRangeTable; >> 1100 } >> 1101 >> 1102 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 1103 >> 1104 inline G4PhysicsTable* G4VEnergyLossProcess::LambdaTable() >> 1105 { >> 1106 return theLambdaTable; 1014 } 1107 } 1015 1108 1016 //....oooOO0OOooo........oooOO0OOooo........o 1109 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1017 1110 1018 inline G4VEmModel* << 1111 inline G4PhysicsTable* G4VEnergyLossProcess::SubLambdaTable() 1019 G4VEnergyLossProcess::GetModelByIndex(std::si << 1020 { 1112 { 1021 return modelManager->GetModel((G4int)idx, v << 1113 return theSubLambdaTable; 1022 } 1114 } 1023 1115 1024 //....oooOO0OOooo........oooOO0OOooo........o 1116 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 1025 1117 1026 #endif 1118 #endif 1027 1119