Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FluoTransition.hh>
Public Member Functions | |
G4FluoTransition (G4int, const std::vector< G4int > &, const G4DataVector &, const G4DataVector &) | |
~G4FluoTransition () | |
const std::vector< G4int > & | OriginatingShellIds () const |
Returns the identities of the originating shells for the transitions. | |
const G4DataVector & | TransitionEnergies () const |
Return the energies of the transitions. | |
const G4DataVector & | TransitionProbabilities () const |
Return the probabilities of the transitions. | |
G4int | FinalShellId () const |
Return the identity if the vacancy. | |
G4int | OriginatingShellId (G4int index) const |
Given the index of the originating shells returns its identity. | |
G4double | TransitionEnergy (G4int index) const |
G4double | TransitionProbability (G4int index) const |
Definition at line 50 of file G4FluoTransition.hh.
|
explicit |
Definition at line 40 of file G4FluoTransition.cc.
|
inline |
Definition at line 57 of file G4FluoTransition.hh.
G4int G4FluoTransition::FinalShellId | ( | ) | const |
Return the identity if the vacancy.
Definition at line 69 of file G4FluoTransition.cc.
Given the index of the originating shells returns its identity.
Definition at line 75 of file G4FluoTransition.cc.
const std::vector< G4int > & G4FluoTransition::OriginatingShellIds | ( | ) | const |
Returns the identities of the originating shells for the transitions.
All the data stored and provided by this class are relative to a given vacancy, whose identity is provided by the FinalShellId() method, in an atom of a given material
Definition at line 51 of file G4FluoTransition.cc.
const G4DataVector & G4FluoTransition::TransitionEnergies | ( | ) | const |
Return the energies of the transitions.
Definition at line 57 of file G4FluoTransition.cc.
Given the index of the originating shells returns the energy of the transition starting from it
Definition at line 81 of file G4FluoTransition.cc.
const G4DataVector & G4FluoTransition::TransitionProbabilities | ( | ) | const |
Return the probabilities of the transitions.
Definition at line 63 of file G4FluoTransition.cc.
Referenced by G4AtomicTransitionManager::TotalRadiativeTransitionProbability().
Given the index of the originating shells returns the probability of the transition starting from it
Definition at line 87 of file G4FluoTransition.cc.