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: G4VMultipleScattering.hh,v 1.54 2008/07/31 13:01:26 vnivanch Exp $ >> 27 // GEANT4 tag $Name: geant4-09-02-patch-04 $ 26 // 28 // 27 // ------------------------------------------- 29 // ------------------------------------------------------------------- 28 // 30 // 29 // GEANT4 Class header file 31 // GEANT4 Class header file 30 // 32 // 31 // 33 // 32 // File name: G4VMultipleScattering 34 // File name: G4VMultipleScattering 33 // 35 // 34 // Author: Vladimir Ivanchenko on base 36 // Author: Vladimir Ivanchenko on base of Laszlo Urban code 35 // 37 // 36 // Creation date: 12.03.2002 38 // Creation date: 12.03.2002 37 // 39 // 38 // Modifications: 40 // Modifications: 39 // 41 // 40 // 16-07-03 Update GetRange interface (V.Ivanc 42 // 16-07-03 Update GetRange interface (V.Ivanchenko) >> 43 // >> 44 // >> 45 // Class Description: >> 46 // >> 47 // It is the generic process of multiple scattering it includes common >> 48 // part of calculations for all charged particles >> 49 // 41 // 26-11-03 bugfix in AlongStepDoIt (L.Urban) 50 // 26-11-03 bugfix in AlongStepDoIt (L.Urban) 42 // 25-05-04 add protection against case when r 51 // 25-05-04 add protection against case when range is less than steplimit (VI) >> 52 // 30-06-04 make destructor virtual (V.Ivanchenko) 43 // 27-08-04 Add InitialiseForRun method (V.Iva 53 // 27-08-04 Add InitialiseForRun method (V.Ivanchneko) 44 // 08-11-04 Migration to new interface of Stor 54 // 08-11-04 Migration to new interface of Store/Retrieve tables (V.Ivanchenko) >> 55 // 15-04-05 optimize internal interfaces (V.Ivanchenko) 45 // 15-04-05 remove boundary flag (V.Ivanchenko 56 // 15-04-05 remove boundary flag (V.Ivanchenko) 46 // 07-10-05 error in a protection in GetContin 57 // 07-10-05 error in a protection in GetContinuousStepLimit corrected (L.Urban) 47 // 27-10-05 introduce virtual function MscStep 58 // 27-10-05 introduce virtual function MscStepLimitation() (V.Ivanchenko) 48 // 26-01-06 Rename GetRange -> GetRangeFromRes 59 // 26-01-06 Rename GetRange -> GetRangeFromRestricteDEDX (V.Ivanchenko) 49 // 17-02-06 Save table of transport cross sect 60 // 17-02-06 Save table of transport cross sections not mfp (V.Ivanchenko) 50 // 07-03-06 Move step limit calculation to mod 61 // 07-03-06 Move step limit calculation to model (V.Ivanchenko) 51 // 13-05-06 Add method to access model by inde 62 // 13-05-06 Add method to access model by index (V.Ivanchenko) 52 // 12-02-07 Add get/set skin (V.Ivanchenko) 63 // 12-02-07 Add get/set skin (V.Ivanchenko) 53 // 27-10-07 Virtual functions moved to source 64 // 27-10-07 Virtual functions moved to source (V.Ivanchenko) 54 // 15-07-08 Reorder class members for further 65 // 15-07-08 Reorder class members for further multi-thread development (VI) 55 // 07-04-09 Moved msc methods from G4VEmModel << 56 // << 57 // Class Description: << 58 // 66 // 59 // It is the generic process of multiple scatt << 60 // part of calculations for all charged partic << 61 67 62 // ------------------------------------------- 68 // ------------------------------------------------------------------- 63 // 69 // 64 70 65 #ifndef G4VMultipleScattering_h 71 #ifndef G4VMultipleScattering_h 66 #define G4VMultipleScattering_h 1 72 #define G4VMultipleScattering_h 1 67 73 68 #include "G4VContinuousDiscreteProcess.hh" 74 #include "G4VContinuousDiscreteProcess.hh" 69 #include "globals.hh" 75 #include "globals.hh" 70 #include "G4Material.hh" 76 #include "G4Material.hh" >> 77 #include "G4MaterialCutsCouple.hh" 71 #include "G4ParticleChangeForMSC.hh" 78 #include "G4ParticleChangeForMSC.hh" 72 #include "G4Track.hh" 79 #include "G4Track.hh" 73 #include "G4Step.hh" 80 #include "G4Step.hh" 74 #include "G4EmModelManager.hh" 81 #include "G4EmModelManager.hh" 75 #include "G4VMscModel.hh" << 82 #include "G4VEmModel.hh" 76 #include "G4EmParameters.hh" << 77 #include "G4MscStepLimitType.hh" 83 #include "G4MscStepLimitType.hh" 78 84 79 class G4ParticleDefinition; 85 class G4ParticleDefinition; 80 class G4VEnergyLossProcess; << 86 class G4DataVector; 81 class G4LossTableManager; << 87 class G4PhysicsTable; 82 class G4SafetyHelper; << 88 class G4PhysicsVector; 83 89 84 //....oooOO0OOooo........oooOO0OOooo........oo 90 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 85 91 86 class G4VMultipleScattering : public G4VContin 92 class G4VMultipleScattering : public G4VContinuousDiscreteProcess 87 { 93 { 88 public: 94 public: 89 95 90 explicit G4VMultipleScattering(const G4Strin << 96 G4VMultipleScattering(const G4String& name = "msc", 91 G4ProcessType << 97 G4ProcessType type = fElectromagnetic); 92 98 93 ~G4VMultipleScattering() override; << 99 virtual ~G4VMultipleScattering(); 94 100 95 //------------------------------------------ 101 //------------------------------------------------------------------------ 96 // Virtual methods to be implemented for the 102 // Virtual methods to be implemented for the concrete model 97 //------------------------------------------ 103 //------------------------------------------------------------------------ 98 104 99 void ProcessDescription(std::ostream& outFil << 105 virtual G4bool IsApplicable(const G4ParticleDefinition& p) = 0; 100 106 101 virtual void InitialiseProcess(const G4Parti << 107 virtual void PrintInfo() = 0; 102 << 103 // Print out of generic class parameters << 104 void StreamInfo(std::ostream& outFile, const << 105 G4bool rst = false) const; << 106 108 107 protected: 109 protected: 108 110 109 virtual void StreamProcessInfo(std::ostream& << 111 virtual void InitialiseProcess(const G4ParticleDefinition*) = 0; 110 112 111 public: 113 public: 112 114 113 //------------------------------------------ 115 //------------------------------------------------------------------------ 114 // Generic methods common to all ContinuousD 116 // Generic methods common to all ContinuousDiscrete processes 115 //------------------------------------------ 117 //------------------------------------------------------------------------ 116 118 117 // Initialise for build of tables 119 // Initialise for build of tables 118 void PreparePhysicsTable(const G4ParticleDef << 120 void PreparePhysicsTable(const G4ParticleDefinition&); 119 << 121 120 // Build physics table during initialisation 122 // Build physics table during initialisation 121 void BuildPhysicsTable(const G4ParticleDefin << 123 void BuildPhysicsTable(const G4ParticleDefinition&); >> 124 >> 125 // Print out of generic class parameters >> 126 void PrintInfoDefinition(); >> 127 >> 128 G4VParticleChange* AlongStepDoIt(const G4Track&, const G4Step&); >> 129 >> 130 G4VParticleChange* PostStepDoIt(const G4Track&, const G4Step&); 122 131 123 // Store PhysicsTable in a file. 132 // Store PhysicsTable in a file. 124 // Return false in case of failure at I/O 133 // Return false in case of failure at I/O 125 G4bool StorePhysicsTable(const G4ParticleDef 134 G4bool StorePhysicsTable(const G4ParticleDefinition*, 126 const G4String& dir 135 const G4String& directory, 127 G4bool ascii = fals << 136 G4bool ascii = false); 128 137 129 // Retrieve Physics from a file. 138 // Retrieve Physics from a file. 130 // (return true if the Physics Table can be 139 // (return true if the Physics Table can be build by using file) 131 // (return false if the process has no funct 140 // (return false if the process has no functionality or in case of failure) 132 // File name should is constructed as proces 141 // File name should is constructed as processName+particleName and the 133 // should be placed under the directory spec << 142 // should be placed under the directory specifed by the argument. 134 G4bool RetrievePhysicsTable(const G4Particle 143 G4bool RetrievePhysicsTable(const G4ParticleDefinition*, 135 const G4String& 144 const G4String& directory, 136 G4bool ascii) ov << 145 G4bool ascii); 137 146 138 // This is called in the beginning of tracki << 147 //------------------------------------------------------------------------ 139 void StartTracking(G4Track*) override; << 148 // Specific methods for msc processes >> 149 //------------------------------------------------------------------------ 140 150 141 // The function overloads the corresponding 151 // The function overloads the corresponding function of the base 142 // class.It limits the step near to boundari 152 // class.It limits the step near to boundaries only 143 // and invokes the method GetMscContinuousSt 153 // and invokes the method GetMscContinuousStepLimit at every step. 144 G4double AlongStepGetPhysicalInteractionLeng << 154 virtual G4double AlongStepGetPhysicalInteractionLength( 145 const << 155 const G4Track&, 146 G4doub << 156 G4double previousStepSize, 147 G4doub << 157 G4double currentMinimalStep, 148 G4doub << 158 G4double& currentSafety, 149 G4GPIL << 159 G4GPILSelection* selection); 150 160 151 // The function overloads the corresponding 161 // The function overloads the corresponding function of the base 152 // class. 162 // class. 153 G4double PostStepGetPhysicalInteractionLengt 163 G4double PostStepGetPhysicalInteractionLength( 154 const G4 << 164 const G4Track&, 155 G4double << 165 G4double previousStepSize, 156 G4ForceC << 166 G4ForceCondition* condition); 157 << 158 // Along step actions << 159 G4VParticleChange* AlongStepDoIt(const G4Tra << 160 167 161 // This method does not used for tracking, i 168 // This method does not used for tracking, it is intended only for tests 162 G4double ContinuousStepLimit(const G4Track& << 169 inline G4double ContinuousStepLimit(const G4Track& track, 163 G4double previo << 170 G4double previousStepSize, 164 G4double curren << 171 G4double currentMinimalStep, 165 G4double& curre << 172 G4double& currentSafety); 166 << 167 // hide assignment operator << 168 G4VMultipleScattering(G4VMultipleScattering << 169 G4VMultipleScattering & operator=(const G4VM << 170 173 171 //------------------------------------------ 174 //------------------------------------------------------------------------ 172 // Specific methods to set, access, modify m << 175 // Specific methods to build and access Physics Tables 173 //------------------------------------------ 176 //------------------------------------------------------------------------ 174 177 175 // Select model in run time << 178 // Build empty Physics Vector 176 inline G4VEmModel* SelectModel(G4double kinE << 179 G4PhysicsVector* PhysicsVector(const G4MaterialCutsCouple*); 177 180 178 public: << 181 inline void SetBinning(G4int nbins); >> 182 inline G4int Binning() const; 179 183 180 // Add model for region, smaller value of or << 184 inline void SetMinKinEnergy(G4double e); 181 // model will be selected for a given energy << 185 inline G4double MinKinEnergy() const; 182 void AddEmModel(G4int order, G4VMscModel*, c << 183 << 184 // Assign a model to a process local list, t << 185 // the derived process should execute AddEmM << 186 void SetEmModel(G4VMscModel*, G4int idx = 0) << 187 << 188 // return a model from the local list << 189 inline G4VMscModel* EmModel(size_t index = 0 << 190 186 191 // Access to run time models << 187 inline void SetMaxKinEnergy(G4double e); 192 inline G4int NumberOfModels() const; << 188 inline G4double MaxKinEnergy() const; 193 189 194 inline G4VMscModel* GetModelByIndex(G4int id << 190 inline void SetBuildLambdaTable(G4bool val); >> 191 >> 192 inline G4PhysicsTable* LambdaTable() const; 195 193 196 //------------------------------------------ 194 //------------------------------------------------------------------------ 197 // Get/Set parameters for simulation of mult << 195 // Define and access particle type 198 //------------------------------------------ 196 //------------------------------------------------------------------------ 199 197 200 inline G4bool LateralDisplasmentFlag() const << 198 inline const G4ParticleDefinition* Particle() const; 201 << 199 inline void SetParticle(const G4ParticleDefinition*); 202 inline G4double Skin() const; << 203 << 204 inline G4double RangeFactor() const; << 205 << 206 inline G4double GeomFactor() const; << 207 << 208 inline G4double PolarAngleLimit() const; << 209 200 210 inline G4bool UseBaseMaterial() const; << 201 //------------------------------------------------------------------------ 211 << 202 // Specific methods to set, access, modify models 212 inline G4MscStepLimitType StepLimitType() co << 203 //------------------------------------------------------------------------ 213 inline void SetStepLimitType(G4MscStepLimitT << 204 >> 205 inline void AddEmModel(G4int, G4VEmModel*, const G4Region* region = 0); 214 206 215 inline G4double LowestKinEnergy() const; << 207 inline G4VEmModel* SelectModelForMaterial(G4double kinEnergy, 216 inline void SetLowestKinEnergy(G4double val) << 208 size_t& idxRegion) const; 217 209 218 inline const G4ParticleDefinition* FirstPart << 210 // Access to models >> 211 inline G4VEmModel* GetModelByIndex(G4int idx = 0, G4bool ver = false); 219 212 220 //------------------------------------------ 213 //------------------------------------------------------------------------ 221 // Run time methods << 214 // Set parameters for simulation of multiple scattering 222 //------------------------------------------ 215 //------------------------------------------------------------------------ 223 216 >> 217 inline void SetLateralDisplasmentFlag(G4bool val); >> 218 >> 219 inline void SetSkin(G4double val); >> 220 >> 221 inline void SetRangeFactor(G4double val); >> 222 >> 223 inline void SetGeomFactor(G4double val); >> 224 >> 225 inline void SetPolarAngleLimit(G4double val); >> 226 >> 227 inline void SetStepLimitType(G4MscStepLimitType val); >> 228 224 protected: 229 protected: 225 230 226 // This method is not used for tracking, it << 231 // This method is used for tracking, it returns mean free path value 227 G4double GetMeanFreePath(const G4Track& trac 232 G4double GetMeanFreePath(const G4Track& track, 228 G4double, << 233 G4double, 229 G4ForceCondition* c << 234 G4ForceCondition* condition); >> 235 >> 236 //------------------------------------------------------------------------ >> 237 // Run time methods >> 238 //------------------------------------------------------------------------ 230 239 231 // This method is not used for tracking, it 240 // This method is not used for tracking, it returns step limit 232 G4double GetContinuousStepLimit(const G4Trac 241 G4double GetContinuousStepLimit(const G4Track& track, 233 G4double pre << 242 G4double previousStepSize, 234 G4double cur << 243 G4double currentMinimalStep, 235 G4double& cu << 244 G4double& currentSafety); >> 245 >> 246 inline G4double GetLambda(const G4ParticleDefinition* p, >> 247 G4double& kineticEnergy); >> 248 >> 249 // This method is used for tracking, it returns step limit >> 250 inline G4double GetMscContinuousStepLimit(const G4Track& track, >> 251 G4double scaledKinEnergy, >> 252 G4double currentMinimalStep, >> 253 G4double& currentSafety); >> 254 >> 255 inline G4VEmModel* SelectModel(G4double kinEnergy); >> 256 // Select concrete model >> 257 >> 258 inline const G4MaterialCutsCouple* CurrentMaterialCutsCouple() const; >> 259 >> 260 // define current material >> 261 inline void DefineMaterial(const G4MaterialCutsCouple* couple); >> 262 >> 263 //------------------------------------------------------------------------ >> 264 // Access parameters of multiple scattering >> 265 //------------------------------------------------------------------------ >> 266 >> 267 inline G4ParticleChangeForMSC* GetParticleChange(); >> 268 >> 269 inline G4double Skin() const; >> 270 >> 271 inline G4double RangeFactor() const; >> 272 >> 273 inline G4double GeomFactor() const; >> 274 >> 275 inline G4double PolarAngleLimit() const; >> 276 >> 277 inline G4MscStepLimitType StepLimitType() const; >> 278 >> 279 inline G4bool LateralDisplasmentFlag() const; 236 280 237 private: 281 private: 238 282 >> 283 // hide assignment operator >> 284 >> 285 G4VMultipleScattering(G4VMultipleScattering &); >> 286 G4VMultipleScattering & operator=(const G4VMultipleScattering &right); >> 287 239 // ======== Parameters of the class fixed at 288 // ======== Parameters of the class fixed at construction ========= 240 289 241 G4EmModelManager* modelManager; 290 G4EmModelManager* modelManager; 242 G4LossTableManager* emManager; << 291 G4bool buildLambdaTable; 243 G4EmParameters* theParameters; << 244 292 245 // ======== Parameters of the class fixed at 293 // ======== Parameters of the class fixed at initialisation ======= 246 294 247 G4SafetyHelper* safetyHelper = n << 295 G4PhysicsTable* theLambdaTable; 248 const G4ParticleDefinition* firstParticle = << 296 const G4ParticleDefinition* firstParticle; 249 const G4ParticleDefinition* currParticle = n << 297 250 << 298 G4MscStepLimitType stepLimit; 251 std::vector<G4VMscModel*> mscModels; << 299 >> 300 G4double minKinEnergy; >> 301 G4double maxKinEnergy; >> 302 G4double skin; >> 303 G4double facrange; >> 304 G4double facgeom; >> 305 G4double polarAngleLimit; >> 306 >> 307 G4int nBins; 252 308 253 G4double facrange = 0.04; << 309 G4bool latDisplasment; 254 G4double lowestKinEnergy; << 255 310 256 // ======== Cached values - may be state dep << 311 // ======== Cashed values - may be state dependent ================ 257 312 258 protected: 313 protected: 259 314 >> 315 G4GPILSelection valueGPILSelectionMSC; 260 G4ParticleChangeForMSC fParticleChange; 316 G4ParticleChangeForMSC fParticleChange; 261 317 262 private: 318 private: 263 319 264 G4ThreeVector fNewPosition; << 320 G4VEmModel* currentModel; 265 G4ThreeVector fNewDirection; << 266 321 267 G4VMscModel* currentModel = n << 322 // cache 268 G4VEnergyLossProcess* fIonisation = nu << 323 const G4ParticleDefinition* currentParticle; >> 324 const G4MaterialCutsCouple* currentCouple; >> 325 size_t currentMaterialIndex; 269 326 270 G4double geomMin; << 271 G4double minDisplacement2 << 272 G4double physStepLimit = << 273 G4double tPathLength = 0. << 274 G4double gPathLength = 0. << 275 << 276 G4MscStepLimitType stepLimit = fUse << 277 G4int numberOfModels = << 278 << 279 G4bool latDisplacement << 280 G4bool isIon = false; << 281 G4bool fPositionChanged << 282 G4bool isActive = false << 283 G4bool baseMat = false; << 284 }; 327 }; 285 328 286 // ======== Run time inline methods ========== << 329 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 330 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 331 >> 332 inline >> 333 void G4VMultipleScattering::DefineMaterial(const G4MaterialCutsCouple* couple) >> 334 { >> 335 if(couple != currentCouple) { >> 336 currentCouple = couple; >> 337 currentMaterialIndex = couple->GetIndex(); >> 338 } >> 339 } 287 340 288 //....oooOO0OOooo........oooOO0OOooo........oo 341 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 289 342 290 inline G4VEmModel* << 343 inline G4double G4VMultipleScattering::GetMscContinuousStepLimit( 291 G4VMultipleScattering::SelectModel(G4double ki << 344 const G4Track& track, >> 345 G4double scaledKinEnergy, >> 346 G4double currentMinimalStep, >> 347 G4double&) 292 { 348 { 293 return modelManager->SelectModel(kinEnergy, << 349 G4double x = currentMinimalStep; >> 350 DefineMaterial(track.GetMaterialCutsCouple()); >> 351 currentModel = SelectModel(scaledKinEnergy); >> 352 if(x > 0.0 && scaledKinEnergy > 0.0) { >> 353 G4double tPathLength = >> 354 currentModel->ComputeTruePathLengthLimit(track, theLambdaTable, x); >> 355 if (tPathLength < x) valueGPILSelectionMSC = CandidateForSelection; >> 356 x = currentModel->ComputeGeomPathLength(tPathLength); >> 357 // G4cout << "tPathLength= " << tPathLength >> 358 // << " stepLimit= " << x >> 359 // << " currentMinimalStep= " << currentMinimalStep<< G4endl; >> 360 } >> 361 return x; >> 362 } >> 363 >> 364 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 365 >> 366 inline G4double G4VMultipleScattering::ContinuousStepLimit( >> 367 const G4Track& track, >> 368 G4double previousStepSize, >> 369 G4double currentMinimalStep, >> 370 G4double& currentSafety) >> 371 { >> 372 return GetMscContinuousStepLimit(track,previousStepSize,currentMinimalStep, >> 373 currentSafety); >> 374 } >> 375 >> 376 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 377 >> 378 inline >> 379 G4double G4VMultipleScattering::GetLambda(const G4ParticleDefinition* p, >> 380 G4double& e) >> 381 { >> 382 G4double x; >> 383 if(theLambdaTable) { >> 384 G4bool b; >> 385 x = ((*theLambdaTable)[currentMaterialIndex])->GetValue(e, b); >> 386 } else { >> 387 x = currentModel->CrossSection(currentCouple,p,e); >> 388 } >> 389 if(x > DBL_MIN) x = 1./x; >> 390 else x = DBL_MAX; >> 391 return x; >> 392 } >> 393 >> 394 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 395 >> 396 inline G4VEmModel* G4VMultipleScattering::SelectModel(G4double kinEnergy) >> 397 { >> 398 return modelManager->SelectModel(kinEnergy, currentMaterialIndex); >> 399 } >> 400 >> 401 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 402 >> 403 inline G4VEmModel* G4VMultipleScattering::SelectModelForMaterial( >> 404 G4double kinEnergy, size_t& idxRegion) const >> 405 { >> 406 return modelManager->SelectModel(kinEnergy, idxRegion); >> 407 } >> 408 >> 409 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 410 >> 411 inline void G4VMultipleScattering::SetBinning(G4int nbins) >> 412 { >> 413 nBins = nbins; >> 414 } >> 415 >> 416 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 417 >> 418 inline G4int G4VMultipleScattering::Binning() const >> 419 { >> 420 return nBins; >> 421 } >> 422 >> 423 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 424 >> 425 inline void G4VMultipleScattering::SetMinKinEnergy(G4double e) >> 426 { >> 427 minKinEnergy = e; >> 428 } >> 429 >> 430 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 431 >> 432 inline G4double G4VMultipleScattering::MinKinEnergy() const >> 433 { >> 434 return minKinEnergy; >> 435 } >> 436 >> 437 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 438 >> 439 inline void G4VMultipleScattering::SetMaxKinEnergy(G4double e) >> 440 { >> 441 maxKinEnergy = e; >> 442 } >> 443 >> 444 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 445 >> 446 inline G4double G4VMultipleScattering::MaxKinEnergy() const >> 447 { >> 448 return maxKinEnergy; 294 } 449 } 295 450 296 //....oooOO0OOooo........oooOO0OOooo........oo 451 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 297 452 298 inline G4bool G4VMultipleScattering::LateralD 453 inline G4bool G4VMultipleScattering::LateralDisplasmentFlag() const 299 { 454 { 300 return latDisplacement; << 455 return latDisplasment; >> 456 } >> 457 >> 458 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 459 >> 460 inline void G4VMultipleScattering::SetLateralDisplasmentFlag(G4bool val) >> 461 { >> 462 latDisplasment = val; >> 463 } >> 464 >> 465 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 466 >> 467 inline G4ParticleChangeForMSC* G4VMultipleScattering::GetParticleChange() >> 468 { >> 469 return &fParticleChange; 301 } 470 } 302 471 303 //....oooOO0OOooo........oooOO0OOooo........oo 472 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 304 473 305 inline G4double G4VMultipleScattering::Skin() 474 inline G4double G4VMultipleScattering::Skin() const 306 { 475 { 307 return theParameters->MscSkin(); << 476 return skin; >> 477 } >> 478 >> 479 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 480 >> 481 inline void G4VMultipleScattering::SetSkin(G4double val) >> 482 { >> 483 if(val < 1.0) skin = 0.0; >> 484 else skin = val; 308 } 485 } 309 486 310 //....oooOO0OOooo........oooOO0OOooo........oo 487 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 311 488 312 inline G4double G4VMultipleScattering::RangeF 489 inline G4double G4VMultipleScattering::RangeFactor() const 313 { 490 { 314 return facrange; 491 return facrange; 315 } 492 } 316 493 317 //....oooOO0OOooo........oooOO0OOooo........oo 494 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 318 495 >> 496 inline void G4VMultipleScattering::SetRangeFactor(G4double val) >> 497 { >> 498 if(val > 0.0) facrange = val; >> 499 } >> 500 >> 501 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 502 319 inline G4double G4VMultipleScattering::GeomFa 503 inline G4double G4VMultipleScattering::GeomFactor() const 320 { 504 { 321 return theParameters->MscGeomFactor(); << 505 return facgeom; 322 } 506 } 323 507 324 //....oooOO0OOooo........oooOO0OOooo........oo 508 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 325 509 326 inline G4double G4VMultipleScattering::PolarA << 510 inline void G4VMultipleScattering::SetGeomFactor(G4double val) 327 { 511 { 328 return theParameters->MscThetaLimit(); << 512 if(val > 0.0) facgeom = val; 329 } 513 } 330 514 331 //....oooOO0OOooo........oooOO0OOooo........oo 515 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 332 516 333 inline G4MscStepLimitType G4VMultipleScatterin << 517 inline G4double G4VMultipleScattering::PolarAngleLimit() const 334 { 518 { 335 return stepLimit; << 519 return polarAngleLimit; 336 } 520 } 337 521 338 //....oooOO0OOooo........oooOO0OOooo........oo 522 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 339 523 340 inline void G4VMultipleScattering::SetStepLimi << 524 inline void G4VMultipleScattering::SetPolarAngleLimit(G4double val) 341 { 525 { 342 theParameters->SetMscStepLimitType(val); << 526 if(val < 0.0) polarAngleLimit = 0.0; >> 527 else if(val > pi) polarAngleLimit = pi; >> 528 else polarAngleLimit = val; 343 } 529 } 344 530 345 //....oooOO0OOooo........oooOO0OOooo........oo 531 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 346 532 347 inline G4double G4VMultipleScattering::LowestK << 533 inline G4MscStepLimitType G4VMultipleScattering::StepLimitType() const 348 { 534 { 349 return lowestKinEnergy; << 535 return stepLimit; 350 } 536 } 351 537 352 //....oooOO0OOooo........oooOO0OOooo........oo 538 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 353 539 354 inline void G4VMultipleScattering::SetLowestKi << 540 inline void G4VMultipleScattering::SetStepLimitType(G4MscStepLimitType val) 355 { 541 { 356 lowestKinEnergy = val; << 542 stepLimit = val; >> 543 if(val == fMinimal) facrange = 0.2; 357 } 544 } 358 545 359 //....oooOO0OOooo........oooOO0OOooo........oo 546 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 360 547 361 inline const G4ParticleDefinition* G4VMultiple << 548 inline void G4VMultipleScattering::SetBuildLambdaTable(G4bool val) 362 { 549 { 363 return firstParticle; << 550 buildLambdaTable = val; 364 } 551 } 365 552 366 //....oooOO0OOooo........oooOO0OOooo........oo 553 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 367 554 368 inline G4VMscModel* G4VMultipleScattering::EmM << 555 inline const G4ParticleDefinition* G4VMultipleScattering::Particle() const 369 { 556 { 370 return (index < mscModels.size()) ? mscModel << 557 return currentParticle; 371 } 558 } 372 559 373 //....oooOO0OOooo........oooOO0OOooo........oo 560 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 374 561 375 inline G4int G4VMultipleScattering::NumberOfMo << 562 inline G4PhysicsTable* G4VMultipleScattering::LambdaTable() const 376 { 563 { 377 return numberOfModels; << 564 return theLambdaTable; 378 } 565 } 379 566 380 //....oooOO0OOooo........oooOO0OOooo........oo 567 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 381 568 382 inline G4VMscModel* << 569 inline 383 G4VMultipleScattering::GetModelByIndex(G4int i << 570 const G4MaterialCutsCouple* G4VMultipleScattering::CurrentMaterialCutsCouple() const >> 571 { >> 572 return currentCouple; >> 573 } >> 574 >> 575 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 576 >> 577 inline void G4VMultipleScattering::AddEmModel(G4int order, G4VEmModel* p, >> 578 const G4Region* region) 384 { 579 { 385 // static cast is possible inside this class << 580 G4VEmFluctuationModel* fm = 0; 386 return static_cast<G4VMscModel*>(modelManage << 581 modelManager->AddEmModel(order, p, fm, region); >> 582 if(p) p->SetParticleChange(pParticleChange); 387 } 583 } 388 584 389 //....oooOO0OOooo........oooOO0OOooo........oo 585 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 390 586 391 inline G4bool G4VMultipleScattering::UseBaseMa << 587 inline >> 588 G4VEmModel* G4VMultipleScattering::GetModelByIndex(G4int idx, G4bool ver) 392 { 589 { 393 return baseMat; << 590 return modelManager->GetModel(idx, ver); 394 } 591 } 395 592 396 //....oooOO0OOooo........oooOO0OOooo........oo 593 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 397 594 398 #endif 595 #endif 399 596