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;}
126 std::vector<G4int>::const_iterator
pos = ids->begin();
139 if (index < (
G4int) energies->size()) {
140 G4DataVector::const_iterator
pos = energies->begin();
141 energy = *(pos+index);
153 G4DataVector::const_iterator
pos = probabilities->begin();
156 probability = *(pos+index);