![]() |
GamR
0.0.0
GammaROOT
|
#include <Transition.hh>
Inheritance diagram for GamR::Nucleus::TransitionMap:
Collaboration diagram for GamR::Nucleus::TransitionMap:Public Member Functions | |
| TransitionMap () | |
| TransitionMap (const char *name) | |
| TransitionMap (const char *name, std::string asciimapfilename) | |
| Transition & | operator[] (std::string key) |
| std::map< std::string, Transition > * | GetMap () |
| void | ReadFile (std::string asciimapfilename) |
| void | WriteFile (std::string asciimapfilename) |
| void | ls (Option_t *option="") const |
Definition at line 46 of file Transition.hh.
|
inline |
Definition at line 50 of file Transition.hh.
|
inline |
Definition at line 51 of file Transition.hh.
| GamR::Nucleus::TransitionMap::TransitionMap | ( | const char * | name, |
| std::string | asciimapfilename ) |
Definition at line 17 of file Transition.cc.
References ReadFile().
Here is the call graph for this function:
|
inline |
Definition at line 54 of file Transition.hh.
Referenced by GamR::Efficiency::DataSet::SetData().
Here is the caller graph for this function:
|
inline |
Definition at line 57 of file Transition.hh.
|
inline |
Definition at line 53 of file Transition.hh.
| void GamR::Nucleus::TransitionMap::ReadFile | ( | std::string | asciimapfilename | ) |
Definition at line 21 of file Transition.cc.
Referenced by TransitionMap().
Here is the caller graph for this function:| void GamR::Nucleus::TransitionMap::WriteFile | ( | std::string | asciimapfilename | ) |
Definition at line 37 of file Transition.cc.