![]() |
GamR
0.0.0
GammaROOT
|
#include <CoulexCalculation.hh>
Collaboration diagram for GamR::Coulex::Level:Public Member Functions | |
| Level (std::string name, float energy, float spin, bool parity, int kband) | |
| bool | operator< (const Level &rhs) const |
| std::string | PrintSP () |
Public Attributes | |
| int | fIndex |
| std::string | fName |
| float | fEnergy |
| float | fSpin |
| bool | fParity |
| int | fKBand |
| float | fCrossSection |
| GamR::AngDist::StatTensor * | fStatTensor |
Definition at line 52 of file CoulexCalculation.hh.
|
inline |
Definition at line 63 of file CoulexCalculation.hh.
References fCrossSection, fEnergy, fIndex, fKBand, fName, fParity, fSpin, and fStatTensor.
Referenced by operator<().
Here is the caller graph for this function:
|
inline |
Definition at line 75 of file CoulexCalculation.hh.
References Level(), and fEnergy.
Here is the call graph for this function:| std::string GamR::Coulex::Level::PrintSP | ( | ) |
Format spin and parity nicely
Definition at line 74 of file CoulexCalculation.cc.
References fParity, and fSpin.
Referenced by GamR::Coulex::LevelScheme::PrintLevels(), and GamR::Coulex::CoulexCalculation::SaveToFile().
Here is the caller graph for this function:| float GamR::Coulex::Level::fCrossSection |
Definition at line 60 of file CoulexCalculation.hh.
Referenced by Level().
| float GamR::Coulex::Level::fEnergy |
Definition at line 56 of file CoulexCalculation.hh.
Referenced by Level(), operator<(), GamR::Coulex::LevelScheme::PrintLevels(), GamR::Coulex::CoulexCalculation::SaveToFile(), and GamR::Coulex::CoulexCalculation::SetLevelScheme().
| int GamR::Coulex::Level::fIndex |
Definition at line 54 of file CoulexCalculation.hh.
Referenced by Level(), GamR::Coulex::LevelScheme::PrintLevels(), GamR::Coulex::LevelScheme::PrintTransitions(), GamR::Coulex::CoulexCalculation::SaveToFile(), and GamR::Coulex::CoulexCalculation::SetLevelScheme().
| int GamR::Coulex::Level::fKBand |
Definition at line 59 of file CoulexCalculation.hh.
Referenced by Level().
| std::string GamR::Coulex::Level::fName |
Definition at line 55 of file CoulexCalculation.hh.
Referenced by Level(), and GamR::Coulex::CoulexCalculation::SetLevelScheme().
| bool GamR::Coulex::Level::fParity |
Definition at line 58 of file CoulexCalculation.hh.
Referenced by Level(), PrintSP(), and GamR::Coulex::CoulexCalculation::SetLevelScheme().
| float GamR::Coulex::Level::fSpin |
Definition at line 57 of file CoulexCalculation.hh.
Referenced by Level(), PrintSP(), and GamR::Coulex::CoulexCalculation::SetLevelScheme().
| GamR::AngDist::StatTensor* GamR::Coulex::Level::fStatTensor |
Definition at line 61 of file CoulexCalculation.hh.
Referenced by Level().