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$ 26 // 27 // 27 //-------------------------------------------- 28 //----------------------------------------------------------------------------- 28 // 29 // 29 // GEANT4 Class header file 30 // GEANT4 Class header file 30 // 31 // 31 // File name: G4MuonMinusBoundDecay 32 // File name: G4MuonMinusBoundDecay 32 // 33 // 33 // Author: V.Ivanchenko (Vladimir.Ivant 34 // Author: V.Ivanchenko (Vladimir.Ivantchenko@cern.ch) 34 // 35 // 35 // Creation date: 24 April 2012 on base of G4M 36 // Creation date: 24 April 2012 on base of G4MuMinusCaptureAtRest 36 // 37 // 37 // Class Description: 38 // Class Description: 38 // 39 // 39 // Sample probabilities of mu- nuclear capture 40 // Sample probabilities of mu- nuclear capture of decay from K-shell orbit. 40 // In ApplyYourself method time of projectile 41 // In ApplyYourself method time of projectile is changed taking 41 // into account delay of decay or capture. 42 // into account delay of decay or capture. If decay is sampled 42 // primary state become stopAndKill, if not 43 // primary state become stopAndKill, if not - isAlive 43 // 44 // 44 // Based of reviews: 45 // Based of reviews: 45 // N.C.Mukhopadhyay Phy. Rep. 30 (1977) 1. 46 // N.C.Mukhopadhyay Phy. Rep. 30 (1977) 1. 46 // B.B.Balashov, G.Ya.Korenman, P.A.Eramgan, 47 // B.B.Balashov, G.Ya.Korenman, P.A.Eramgan, Atomizdat, 1978. 47 // 48 // 48 //-------------------------------------------- 49 //----------------------------------------------------------------------------- 49 // 50 // 50 // Modifications: 51 // Modifications: 51 // 23/04/2013 K.Genser Made GetMuonCaptur << 52 // GetMuonDecayRate p << 53 // 04/30/2013 K.Genser Added GetMuonZeff << 54 // << 55 // 10/08/2018 K.Genser Added nother GetMu << 56 // 52 // 57 //-------------------------------------------- 53 //----------------------------------------------------------------------------- 58 54 59 #ifndef G4MuonMinusBoundDecay_h 55 #ifndef G4MuonMinusBoundDecay_h 60 #define G4MuonMinusBoundDecay_h 1 56 #define G4MuonMinusBoundDecay_h 1 61 57 62 #include "globals.hh" 58 #include "globals.hh" 63 #include "G4Nucleus.hh" 59 #include "G4Nucleus.hh" 64 #include "G4Track.hh" 60 #include "G4Track.hh" 65 #include "G4HadProjectile.hh" 61 #include "G4HadProjectile.hh" 66 #include "G4HadSecondary.hh" 62 #include "G4HadSecondary.hh" 67 #include "G4HadFinalState.hh" 63 #include "G4HadFinalState.hh" 68 #include "G4HadronicInteraction.hh" 64 #include "G4HadronicInteraction.hh" 69 #include "G4DynamicParticle.hh" 65 #include "G4DynamicParticle.hh" 70 66 71 class G4MuonMinusBoundDecay : public G4Hadroni 67 class G4MuonMinusBoundDecay : public G4HadronicInteraction 72 { 68 { 73 public: 69 public: 74 70 75 G4MuonMinusBoundDecay(); 71 G4MuonMinusBoundDecay(); 76 72 77 ~G4MuonMinusBoundDecay(); 73 ~G4MuonMinusBoundDecay(); 78 74 79 G4HadFinalState* ApplyYourself(const G4HadPr 75 G4HadFinalState* ApplyYourself(const G4HadProjectile &aTrack, 80 G4Nucleus & targetNucleus ); 76 G4Nucleus & targetNucleus ); 81 77 82 void ModelDescription(std::ostream& outFile) 78 void ModelDescription(std::ostream& outFile) const; 83 79 84 static G4double GetMuonCaptureRate(G4int Z, << 80 private: 85 << 86 static G4double GetMuonDecayRate(G4int Z, G4 << 87 G4double mu << 88 G4double nu << 89 << 90 static G4double GetMuonDecayRate(G4int Z); / << 91 81 92 static G4double GetMuonZeff(G4int Z); << 82 G4double GetMuonCaptureRate(G4int Z, G4int A); 93 83 94 private: << 84 G4double GetMuonDecayRate(G4int Z); 95 85 96 inline void AddNewParticle(G4DynamicParticle 86 inline void AddNewParticle(G4DynamicParticle* dp, G4double time); 97 87 98 // hide assignment operator as private 88 // hide assignment operator as private 99 G4MuonMinusBoundDecay& operator=(const G4Muo 89 G4MuonMinusBoundDecay& operator=(const G4MuonMinusBoundDecay &right); 100 G4MuonMinusBoundDecay(const G4MuonMinusBound 90 G4MuonMinusBoundDecay(const G4MuonMinusBoundDecay& ); 101 91 102 G4HadFinalState result; 92 G4HadFinalState result; 103 G4double fMuMass; 93 G4double fMuMass; 104 94 105 }; 95 }; 106 96 107 //....oooOO0OOooo........oooOO0OOooo........oo 97 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 108 98 109 inline void 99 inline void 110 G4MuonMinusBoundDecay::AddNewParticle(G4Dynami 100 G4MuonMinusBoundDecay::AddNewParticle(G4DynamicParticle* dp, G4double time) 111 { 101 { 112 G4HadSecondary hs(dp); 102 G4HadSecondary hs(dp); 113 hs.SetTime(time); 103 hs.SetTime(time); 114 result.AddSecondary(hs); 104 result.AddSecondary(hs); 115 } 105 } 116 106 117 #endif 107 #endif 118 108 119 109 120 110