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 // >> 24 // $Id: G4AtomicTransitionManager.hh,v 1.2 ???? >> 25 // GEANT4 tag $Name: geant4-04-00 $ 27 // 26 // 28 // Authors: Elena Guardincerri (Elena.Guardinc 27 // Authors: Elena Guardincerri (Elena.Guardincerri@ge.infn.it) 29 // Alfonso Mantero (Alfonso.Mantero@g 28 // Alfonso Mantero (Alfonso.Mantero@ge.infn.it) 30 // 29 // 31 // History: 30 // History: 32 // ----------- 31 // ----------- 33 // 32 // 34 // 16 Sept 2001 EG Modified according to a d 33 // 16 Sept 2001 EG Modified according to a design iteration in the 35 // LowEnergy category 34 // LowEnergy category 36 // 35 // 37 // ------------------------------------------- 36 // ------------------------------------------------------------------- 38 37 39 // Class description: 38 // Class description: 40 // Low Energy Electromagnetic Physics: create << 39 // Low Energy Electromagnetic Physics, fills and manages G4AtomicShell 41 // G4FluoTransition, G4AugerTransition objects << 40 // and G4AtomicTransition objects >> 41 // Further documentation available from http://www.ge.infn.it/geant4/lowE >> 42 42 // ------------------------------------------- 43 // ------------------------------------------------------------------- 43 44 44 #ifndef G4AtomicTransitionManager_h 45 #ifndef G4AtomicTransitionManager_h 45 #define G4AtomicTransitionManager_h 1 46 #define G4AtomicTransitionManager_h 1 46 47 47 #include "G4ShellData.hh" 48 #include "G4ShellData.hh" 48 #include "G4FluoTransition.hh" << 49 #include "G4FluoData.hh" 49 #include "G4AugerTransition.hh" << 50 #include "G4AtomicTransition.hh" 50 #include "G4AtomicShell.hh" 51 #include "G4AtomicShell.hh" 51 #include <vector> << 52 #include "g4std/map" >> 53 #include "g4std/vector" 52 #include "globals.hh" 54 #include "globals.hh" 53 55 54 class G4AugerData; << 55 << 56 // This class is a singleton 56 // This class is a singleton 57 class G4AtomicTransitionManager { 57 class G4AtomicTransitionManager { 58 58 59 public: 59 public: 60 /// The only way to get an instance of this << 61 /// function Instance() << 62 static G4AtomicTransitionManager* Instance() << 63 60 64 /// needs to be called once from other code << 61 // The only way to get an instance of this class is to call the 65 void Initialise(); << 62 // function Instance() >> 63 static G4AtomicTransitionManager* Instance(); 66 64 67 /// Z is the atomic number of the element, s << 65 // Z is the atomic number of the element, shellIndex is the 68 /// index (in EADL) of the shell << 66 // index (in EADL) of the shell 69 G4AtomicShell* Shell(G4int Z, size_t shellIn << 67 const G4AtomicShell* Shell(G4int Z, size_t shellIndex); 70 68 71 /// Z is the atomic number of the element, s << 69 // Z is the atomic number of the element, shellIndex is the 72 /// index (in EADL) of the final shell for t << 70 // index (in EADL) of the final shell for the transition 73 /// This function gives, upon Z and the Inde << 71 const G4AtomicTransition* ReachableShell(G4int Z, size_t shellIndex); 74 /// the vacancy is, the radiative transition << 72 75 /// shell, energy, probability) << 73 // This function returns the number of shells of the element 76 const G4FluoTransition* ReachableShell(G4int << 74 // whose atomic number is Z 77 << 75 G4int NumberOfShells(G4int Z); 78 /// This function gives, upon Z and the Inde << 76 79 /// the vacancy is, the NON-radiative transi << 77 // This function returns the number of those shells of the element 80 /// originating shell for the transition, an << 78 // whose atomic number is Z which are reachable through a radiative 81 /// auger electrons emitted (originating vac << 79 // transition 82 const G4AugerTransition* ReachableAugerShell << 80 G4int NumberOfReachableShells(G4int Z); 83 << 81 84 /// This function returns the number of shel << 82 // Gives the sum of the probabilities of radiative transition towards the 85 /// whose atomic number is Z << 83 // shell whose index is shellIndex 86 G4int NumberOfShells(G4int Z) const; << 84 G4double TotalRadiativeTransitionProbability(G4int Z, size_t shellIndex); 87 << 88 /// This function returns the number of thos << 89 /// whose atomic number is Z which are reach << 90 /// transition << 91 G4int NumberOfReachableShells(G4int Z) const << 92 << 93 /// This function returns the number of poss << 94 /// for the atom with atomic number Z i.e. t << 95 /// a vacancy can be filled by a NON-radiati << 96 G4int NumberOfReachableAugerShells(G4int Z) << 97 << 98 /// Gives the sum of the probabilities of ra << 99 /// shell whose index is shellIndex << 100 G4double << 101 TotalRadiativeTransitionProbability(G4int Z, << 102 85 103 /// Gives the sum of the probabilities of no << 86 // Gives the sum of the probabilities of non radiative transition from the 104 /// shell whose index is shellIndex << 87 // shell whose index is shellIndex 105 G4double << 88 G4double TotalNonRadiativeTransitionProbability(G4int Z, size_t shellIndex); 106 TotalNonRadiativeTransitionProbability(G4int << 89 107 << 90 protected: 108 /// Verbosity control << 109 void SetVerboseLevel(G4int vl) {verboseLevel << 110 G4int GetVerboseLevel(){return verboseLevel; << 111 << 112 private: << 113 explicit G4AtomicTransitionManager(); << 114 91 >> 92 G4AtomicTransitionManager(G4int minZ = 1, G4int maxZ = 99, >> 93 G4int limitInfTable = 6, G4int limitSupTable=100 ); 115 ~G4AtomicTransitionManager(); 94 ~G4AtomicTransitionManager(); 116 95 117 // Hide copy constructor and assignment oper << 96 private: 118 G4AtomicTransitionManager& operator=(const G << 119 G4AtomicTransitionManager(const G4AtomicTran << 120 97 121 static G4AtomicTransitionManager* instance; 98 static G4AtomicTransitionManager* instance; 122 // since Augereffect data r stored as a tabl << 99 123 // here a pointer to an element of that clas << 124 G4AugerData* augerData; << 125 << 126 // the first element of the map is the atomi 100 // the first element of the map is the atomic number Z. 127 // the second element is a vector of G4Atomi 101 // the second element is a vector of G4AtomicShell*. 128 std::map<G4int,std::vector<G4AtomicShell*>,s << 102 G4std::map<G4int,G4std::vector<G4AtomicShell*>,G4std::less<G4int> > shellTable; 129 103 130 // the first element of the map is the atomi 104 // the first element of the map is the atomic number Z. 131 // the second element is a vector of G4Atomi 105 // the second element is a vector of G4AtomicTransition*. 132 std::map<G4int,std::vector<G4FluoTransition* << 106 G4std::map<G4int,G4std::vector<G4AtomicTransition*>,G4std::less<G4int> > transitionTable; 133 << 107 134 // Minimum and maximum Z in EADL table conta 108 // Minimum and maximum Z in EADL table containing identities and binding 135 // energies of shells 109 // energies of shells 136 G4int zMin = 1; << 110 G4int zMin; 137 G4int zMax = 104; << 111 G4int zMax; 138 112 139 // Minimum and maximum Z in EADL table conta 113 // Minimum and maximum Z in EADL table containing identities, transition 140 // energies and transition probabilities of 114 // energies and transition probabilities of shells 141 G4int infTableLimit = 6; << 115 G4int infTableLimit; 142 G4int supTableLimit = 104; << 116 G4int supTableLimit; 143 G4int verboseLevel; << 117 144 G4bool isInitialized; << 118 145 }; 119 }; 146 120 147 #endif 121 #endif 148 122