Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer << 3 // * DISCLAIMER * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th << 5 // * The following disclaimer summarizes all the specific disclaimers * 6 // * the Geant4 Collaboration. It is provided << 6 // * of contributors to this software. The specific disclaimers,which * 7 // * conditions of the Geant4 Software License << 7 // * govern, are listed with their locations in: * 8 // * LICENSE and available at http://cern.ch/ << 8 // * http://cern.ch/geant4/license * 9 // * include a list of copyright holders. << 10 // * 9 // * * 11 // * Neither the authors of this software syst 10 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 11 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 12 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 13 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file << 14 // * use. * 16 // * for the full disclaimer and the limitatio << 17 // * 15 // * * 18 // * This code implementation is the result << 16 // * This code implementation is the intellectual property of the * 19 // * technical work of the GEANT4 collaboratio << 17 // * GEANT4 collaboration. * 20 // * By using, copying, modifying or distri << 18 // * By copying, distributing or modifying the Program (or any work * 21 // * any work based on the software) you ag << 19 // * based on the Program) you indicate your acceptance of this * 22 // * use in resulting scientific publicati << 20 // * statement, and all its terms. * 23 // * acceptance of all terms of the Geant4 Sof << 24 // ******************************************* 21 // ******************************************************************** 25 // 22 // 26 // 23 // 27 // ------------------------------------------- 24 // ------------------------------------------------------------------- 28 // 25 // 29 // GEANT4 Class file 26 // GEANT4 Class file 30 // 27 // 31 // 28 // 32 // File name: IonChuFluctuationModel 29 // File name: IonChuFluctuationModel 33 // 30 // 34 // Author: V.Ivanchenko (Vladimir.Ivanc 31 // Author: V.Ivanchenko (Vladimir.Ivanchenko@cern.ch) 35 // 32 // 36 // Creation date: 18 August 2000 33 // Creation date: 18 August 2000 37 // 34 // 38 // Modifications: 35 // Modifications: 39 // 18/08/2000 V.Ivanchenko First implementati 36 // 18/08/2000 V.Ivanchenko First implementation 40 // 37 // 41 // Class description: 38 // Class description: 42 // 39 // 43 // The aproximation of additional ion energy l 40 // The aproximation of additional ion energy loss fluctuations 44 // W.K.Chu, In: Ion Beam Handbook for Material 41 // W.K.Chu, In: Ion Beam Handbook for Material Analysis. 45 // eds. J.W. Mayer and E. Rimini (Academic Pre 42 // eds. J.W. Mayer and E. Rimini (Academic Press, New York, 1977). 46 // Q.Yang et al., NIM B61(1991)149-155. 43 // Q.Yang et al., NIM B61(1991)149-155. 47 // Further documentation available from http:/ 44 // Further documentation available from http://www.ge.infn.it/geant4/lowE 48 // and Physics Reference Manual 45 // and Physics Reference Manual 49 46 50 // ------------------------------------------- 47 // ------------------------------------------------------------------- 51 48 52 49 53 #ifndef G4IonChuFluctuationModel_h 50 #ifndef G4IonChuFluctuationModel_h 54 #define G4IonChuFluctuationModel_h 1 51 #define G4IonChuFluctuationModel_h 1 55 52 56 #include "G4VLowEnergyModel.hh" 53 #include "G4VLowEnergyModel.hh" 57 54 58 class G4IonChuFluctuationModel : public G4VLow 55 class G4IonChuFluctuationModel : public G4VLowEnergyModel 59 { 56 { >> 57 60 public: // With description 58 public: // With description 61 59 62 explicit G4IonChuFluctuationModel(const G4St << 60 G4IonChuFluctuationModel(const G4String& name); >> 61 63 ~G4IonChuFluctuationModel(); 62 ~G4IonChuFluctuationModel(); 64 63 65 G4double TheValue(const G4DynamicParticle* p 64 G4double TheValue(const G4DynamicParticle* particle, 66 const G4Material* material << 65 const G4Material* material); 67 66 68 G4double TheValue(const G4ParticleDefinition 67 G4double TheValue(const G4ParticleDefinition* aParticle, 69 const G4Material* material 68 const G4Material* material, 70 G4double kinet << 69 G4double kineticEnergy); 71 70 72 G4double HighEnergyLimit(const G4ParticleDef 71 G4double HighEnergyLimit(const G4ParticleDefinition* aParticle, 73 const G4Material* m << 72 const G4Material* material) const; 74 73 75 G4double LowEnergyLimit(const G4ParticleDefi 74 G4double LowEnergyLimit(const G4ParticleDefinition* aParticle, 76 const G4Material* ma << 75 const G4Material* material) const; 77 76 78 G4double HighEnergyLimit(const G4ParticleDef << 77 G4double HighEnergyLimit(const G4ParticleDefinition* aParticle) const; 79 78 80 G4double LowEnergyLimit(const G4ParticleDefi << 79 G4double LowEnergyLimit(const G4ParticleDefinition* aParticle) const; 81 80 82 G4bool IsInCharge(const G4DynamicParticle* p 81 G4bool IsInCharge(const G4DynamicParticle* particle, 83 const G4Material* material) const over << 82 const G4Material* material) const; 84 83 85 G4bool IsInCharge(const G4ParticleDefinition 84 G4bool IsInCharge(const G4ParticleDefinition* aParticle, 86 const G4Material* material) const over << 85 const G4Material* material) const; >> 86 >> 87 protected: 87 88 88 private: 89 private: >> 90 89 G4double ChuFluctuationModel(const G4Materia 91 G4double ChuFluctuationModel(const G4Material* material, 90 G4double 92 G4double kineticEnergy, 91 G4double 93 G4double particleMass) const; 92 94 93 }; 95 }; 94 96 95 #endif 97 #endif 96 98