43#ifndef G4AugerTransition_h
44#define G4AugerTransition_h 1
56 const std::map<
G4int, std::vector<G4int>, std::less<G4int> >* idMap,
101 std::map<G4int,std::vector<G4int>,std::less<G4int> > augerOriginatingShellIdsMap;
102 std::map<G4int,G4DataVector,std::less<G4int> > augerTransitionEnergiesMap;
103 std::map<G4int,G4DataVector,std::less<G4int> > augerTransitionProbabilitiesMap;
104 std::vector<G4int> transitionOriginatingShellIds;
G4int AugerOriginatingShellId(G4int index, G4int startShellId) const
G4int FinalShellId() const
returns the id of the shell in wich the transition electron arrives
const std::vector< G4int > * AugerOriginatingShellIds(G4int startShellId) const
const G4DataVector * AugerTransitionEnergies(G4int startShellId) const
G4AugerTransition(G4int finalShell, std::vector< G4int > transIds, const std::map< G4int, std::vector< G4int >, std::less< G4int > > *idMap, const std::map< G4int, G4DataVector, std::less< G4int > > *energyMap, const std::map< G4int, G4DataVector, std::less< G4int > > *probabilityMap)
const G4DataVector * AugerTransitionProbabilities(G4int startShellId) const
G4double AugerTransitionEnergy(G4int index, G4int startShellId) const
const std::vector< G4int > * TransitionOriginatingShellIds() const
Returns the ids of the shells from wich an electron cuuld fill the vacancy in finalShellId.
G4double AugerTransitionProbability(G4int index, G4int startShellId) const
G4int TransitionOriginatingShellId(G4int index) const
Returns the id of the shell form wich the transition electron come from.