Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/eRosita/physics/src/G4RDAugerTransition.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/advanced/eRosita/physics/src/G4RDAugerTransition.cc (Version 11.3.0) and /examples/advanced/eRosita/physics/src/G4RDAugerTransition.cc (Version 4.1)


  1 //                                                  1 
  2 // *******************************************    
  3 // * License and Disclaimer                       
  4 // *                                              
  5 // * The  Geant4 software  is  copyright of th    
  6 // * the Geant4 Collaboration.  It is provided    
  7 // * conditions of the Geant4 Software License    
  8 // * LICENSE and available at  http://cern.ch/    
  9 // * include a list of copyright holders.         
 10 // *                                              
 11 // * Neither the authors of this software syst    
 12 // * institutes,nor the agencies providing fin    
 13 // * work  make  any representation or  warran    
 14 // * regarding  this  software system or assum    
 15 // * use.  Please see the license in the file     
 16 // * for the full disclaimer and the limitatio    
 17 // *                                              
 18 // * This  code  implementation is the result     
 19 // * technical work of the GEANT4 collaboratio    
 20 // * By using,  copying,  modifying or  distri    
 21 // * any work based  on the software)  you  ag    
 22 // * use  in  resulting  scientific  publicati    
 23 // * acceptance of all terms of the Geant4 Sof    
 24 // *******************************************    
 25 //                                                
 26 //                                                
 27 //                                                
 28 // Based on G4AtomicTransition.cc by              
 29 // Elena Guardincerri (Elena.Guardincerri@ge.i    
 30 //                                                
 31 // Author: Alfonso Mantero (Alfonso.Mantero@ge    
 32 //                                                
 33 // History:                                       
 34 // -----------                                    
 35 // 4 Mar 2002: first implementation               
 36 //                                                
 37 // -------------------------------------------    
 38                                                   
 39 #include "G4RDAugerTransition.hh"                 
 40                                                   
 41 // the final shell in wich the electron goes i    
 42 // (i.e. originating shell id, electron energy    
 43                                                   
 44 G4RDAugerTransition::G4RDAugerTransition(G4int    
 45              const std::map<G4int,std::vector<    
 46              const std::map<G4int,G4DataVector    
 47              const std::map<G4int,G4DataVector    
 48 {                                                 
 49   finalShellId = finalShell;                      
 50   augerOriginatingShellIdsMap = *idMap;           
 51   augerTransitionEnergiesMap = *energyMap;        
 52   augerTransitionProbabilitiesMap = *probabili    
 53   transitionOriginatingShellIds = transIds;       
 54                                                   
 55                                                   
 56 }                                                 
 57                                                   
 58 G4RDAugerTransition::~G4RDAugerTransition()       
 59 {                                                 
 60                                                   
 61 }                                                 
 62                                                   
 63 // Returns the ids of the shells from wich an     
 64 // from wich the transition electron cames fro    
 65                                                   
 66 const std::vector<G4int>* G4RDAugerTransition:    
 67 {                                                 
 68   std::map<G4int,std::vector<G4int>,std::less<    
 69                                                   
 70   const std::vector<G4int>* dataSet = &(*shell    
 71   //const std::vector<G4int>* dataOut = 0;        
 72                                                   
 73   if (dataSet->size() == 0) {G4cout << "Error:    
 74   else {                                          
 75                                                   
 76     // dataOut = &dataSet;                        
 77                                                   
 78   }                                               
 79                                                   
 80   return dataSet;                                 
 81 }                                                 
 82                                                   
 83 // Returns the ids of the shells from wich an     
 84                                                   
 85 const std::vector<G4int>* G4RDAugerTransition:    
 86 {                                                 
 87                                                   
 88   const std::vector<G4int>* dataSet = &transit    
 89   return dataSet;                                 
 90 }                                                 
 91                                                   
 92 // Returns the energiess of the possible auger    
 93 // from wich the transition electron cames fro    
 94                                                   
 95 const G4DataVector* G4RDAugerTransition::Auger    
 96 {                                                 
 97   std::map<G4int,G4DataVector,std::less<G4int>    
 98   const G4DataVector* dataSet = &(*shellId).se    
 99                                                   
100                                                   
101   return dataSet;                                 
102 }                                                 
103                                                   
104 // Returns the emission probabilities of the a    
105 // from wich the transition electron cames fro    
106                                                   
107 const G4DataVector* G4RDAugerTransition::Auger    
108 {                                                 
109   std::map<G4int,G4DataVector,std::less<G4int>    
110   const G4DataVector* dataSet = &(*shellId).se    
111   return dataSet;                                 
112 }                                                 
113                                                   
114 G4int G4RDAugerTransition::FinalShellId() cons    
115 {                                                 
116   return finalShellId;                            
117 }                                                 
118                                                   
119 // Returns the id of the shell from wich come     
120 // from wich the transition electron cames fro    
121                                                   
122 G4int G4RDAugerTransition::AugerOriginatingShe    
123 {                                                 
124   const std::vector<G4int>* ids = AugerOrigina    
125   // G4int i =                                    
126   std::vector<G4int>::const_iterator pos = ids    
127   G4int n = 0;                                    
128   n = *(pos+index);                               
129   return n;                                       
130 }                                                 
131                                                   
132 // Returns the energy of the auger electron, g    
133 // from wich the transition electron cames fro    
134                                                   
135 G4double G4RDAugerTransition::AugerTransitionE    
136 {                                                 
137   const G4DataVector* energies = AugerTransiti    
138     G4double energy = 0;                          
139   if (index < (G4int) energies->size()) {         
140     G4DataVector::const_iterator pos = energie    
141     energy = *(pos+index);                        
142   }                                               
143   return energy;                                  
144 }                                                 
145                                                   
146 // Returns the probability of the auger emissi    
147 // from wich the transition electron cames fro    
148                                                   
149 G4double G4RDAugerTransition::AugerTransitionP    
150 {                                                 
151                                                   
152   const G4DataVector *probabilities = AugerTra    
153   G4DataVector::const_iterator pos = probabili    
154                                                   
155   G4double probability = 0;                       
156   probability = *(pos+index);                     
157                                                   
158   return  probability;                            
159                                                   
160 }                                                 
161                                                   
162 G4int G4RDAugerTransition::TransitionOriginati    
163 {                                                 
164   return  transitionOriginatingShellIds[index]    
165 }                                                 
166                                                   
167                                                   
168                                                   
169                                                   
170                                                   
171                                                   
172                                                   
173                                                   
174                                                   
175                                                   
176                                                   
177                                                   
178                                                   
179                                                   
180                                                   
181                                                   
182                                                   
183                                                   
184                                                   
185                                                   
186                                                   
187