#include <NdbMF.h>
Inheritance diagram for NdbMF:
Public Member Functions | |
NdbMF (Int_t aMF, const char *aDesc) | |
~NdbMF () | |
virtual Int_t | Compare (const TObject *o) const |
Int_t | MF () const |
TString | Description () const |
NdbMT * | Section (Int_t id) |
NdbMT * | Section (const char *name) |
void | Add (NdbMT &sec) |
Int_t | EnumerateENDFType (Int_t sec) |
void | LocateType () |
Protected Attributes | |
Int_t | iMF |
TString | sDescription |
TObjArray | aSection |
Definition at line 14 of file NdbMF.h.
NdbMF::NdbMF | ( | Int_t | aMF, | |
const char * | aDesc | |||
) | [inline] |
TString NdbMF::Description | ( | ) | const [inline] |
NdbMT * NdbMF::Section | ( | const char * | name | ) |
Definition at line 22 of file NdbMF.cxx.
References aSection, TString::CompareTo(), NdbMT::Description(), TObjArrayIter::Next(), and NULL.
Int_t NdbMF::iMF [protected] |
TString NdbMF::sDescription [protected] |
TObjArray NdbMF::aSection [protected] |