#include <NdbMTReacDesc.h>
Inheritance diagram for NdbMTReacDesc:
Public Member Functions | |
NdbMTReacDesc () | |
Comments on reaction. | |
NdbMTReacDesc (const char *filename) | |
~NdbMTReacDesc () | |
void | Init (const char *filename) |
Int_t | GetSize () const |
Int_t | MT (Int_t i) |
Int_t | FindMT (Int_t MT) |
char * | GetShort (Int_t MT) |
char * | GetDescription (Int_t MT) |
char * | GetComment (Int_t MT) |
Protected Attributes | |
TArrayI | mt |
char ** | shrt |
char ** | desc |
Short description (n,f). | |
char ** | comment |
Long description. |
Definition at line 15 of file NdbMTReacDesc.h.
NdbMTReacDesc::NdbMTReacDesc | ( | ) | [inline] |
NdbMTReacDesc::NdbMTReacDesc | ( | const char * | filename | ) |
NdbMTReacDesc::~NdbMTReacDesc | ( | ) |
Definition at line 16 of file NdbMTReacDesc.cxx.
References comment, desc, free(), TArray::GetSize(), i, mt, and shrt.
void NdbMTReacDesc::Init | ( | const char * | filename | ) |
Int_t NdbMTReacDesc::GetSize | ( | ) | const [inline] |
Definition at line 107 of file NdbMTReacDesc.cxx.
References TArray::GetSize(), i, mt, and shrt.
Referenced by GetComment(), GetDescription(), and GetShort().
char * NdbMTReacDesc::GetShort | ( | Int_t | MT | ) |
Definition at line 122 of file NdbMTReacDesc.cxx.
References FindMT(), NULL, and shrt.
Referenced by XSReactionDlg::ExecCommand(), and XSReactionDlg::UpdateReactions().
char * NdbMTReacDesc::GetDescription | ( | Int_t | MT | ) |
char * NdbMTReacDesc::GetComment | ( | Int_t | MT | ) |
TArrayI NdbMTReacDesc::mt [protected] |
Definition at line 18 of file NdbMTReacDesc.h.
Referenced by FindMT(), GetSize(), Init(), MT(), and ~NdbMTReacDesc().
char** NdbMTReacDesc::shrt [protected] |
Definition at line 19 of file NdbMTReacDesc.h.
Referenced by FindMT(), GetShort(), Init(), NdbMTReacDesc(), and ~NdbMTReacDesc().
char** NdbMTReacDesc::desc [protected] |
Short description (n,f).
Definition at line 20 of file NdbMTReacDesc.h.
Referenced by GetDescription(), Init(), NdbMTReacDesc(), and ~NdbMTReacDesc().
char** NdbMTReacDesc::comment [protected] |
Long description.
Definition at line 21 of file NdbMTReacDesc.h.
Referenced by GetComment(), Init(), NdbMTReacDesc(), and ~NdbMTReacDesc().