45 const std::map<
G4int,std::vector<G4int>,std::less<G4int> >* idMap,
70 const std::vector<G4int>* dataSet = &(*shellId).second;
73 if (dataSet->size() == 0) {
G4cout <<
"Error: no auger Id found"<<
G4endl;}
101 G4Exception(
"G4AugerTransition::AugerTransitionEnergies()",
"de0002",
JustWarning,
"corresponding map element not found, energy deposited locally");
125 G4Exception(
"G4AugerTransition::AugerTransitionProbabilities()",
"de0002",
JustWarning,
"corresponding map element not found, energy deposited locally");
151 std::vector<G4int>::const_iterator
pos = ids->begin();
164 if (index < (
G4int) energies->size()) {
165 G4DataVector::const_iterator
pos = energies->begin();
166 energy = *(pos+index);
178 G4DataVector::const_iterator
pos = probabilities->begin();
181 probability = *(pos+index);