|
FairRoot
|
#include <FairParamList.h>
Classes | |
| class | FairParamTFile |
Public Member Functions | |
| FairParamList () | |
| ~FairParamList () | |
| void | add (FairParamObj &) |
| void | add (const Text_t *, const Text_t *) |
| void | add (const Text_t *, Int_t) |
| void | add (const Text_t *, Bool_t) |
| void | add (const Text_t *, UInt_t) |
| void | add (const Text_t *, Float_t) |
| void | add (const Text_t *, Double_t) |
| void | add (const Text_t *, TArrayI &) |
| void | add (const Text_t *, TArrayC &) |
| void | add (const Text_t *, TArrayF &) |
| void | add (const Text_t *, TArrayD &) |
| void | add (const Text_t *, const UChar_t *, const Int_t) |
| void | add (const Text_t *, const Int_t *, const Int_t) |
| void | add (const Text_t *, const Float_t *, const Int_t) |
| void | add (const Text_t *, const Double_t *, const Int_t) |
| void | addObject (const Text_t *, TObject *) |
| Bool_t | fill (const Text_t *, Text_t *, const Int_t) |
| Bool_t | fill (const Text_t *, Int_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, Bool_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, UInt_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, Float_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, Double_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, UChar_t *, const Int_t nValues=1) |
| Bool_t | fill (const Text_t *, TArrayI *) |
| Bool_t | fill (const Text_t *, TArrayC *) |
| Bool_t | fill (const Text_t *, TArrayF *) |
| Bool_t | fill (const Text_t *, TArrayD *) |
| Bool_t | fillObject (const Text_t *, TObject *) |
| void | print () |
| FairParamObj * | find (const Text_t *name) |
| THashTable * | getList () |
Protected Attributes | |
| THashTable | paramList |
Definition at line 81 of file FairParamList.h.
| FairParamList::FairParamList | ( | ) |
Definition at line 473 of file FairParamList.cxx.
| FairParamList::~FairParamList | ( | ) |
Definition at line 477 of file FairParamList.cxx.
| void FairParamList::add | ( | FairParamObj & | p | ) |
Definition at line 482 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| const Text_t * | value | ||
| ) |
Definition at line 488 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| Int_t | value | ||
| ) |
Definition at line 496 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| Bool_t | value | ||
| ) |
Definition at line 502 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| UInt_t | value | ||
| ) |
Definition at line 508 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| Float_t | value | ||
| ) |
Definition at line 514 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| Double_t | value | ||
| ) |
Definition at line 520 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| TArrayI & | value | ||
| ) |
Definition at line 526 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| TArrayC & | value | ||
| ) |
Definition at line 532 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| TArrayF & | value | ||
| ) |
Definition at line 538 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| TArrayD & | value | ||
| ) |
Definition at line 544 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| const UChar_t * | values, | ||
| const Int_t | nValues | ||
| ) |
Definition at line 550 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| const Int_t * | values, | ||
| const Int_t | nValues | ||
| ) |
Definition at line 556 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| const Float_t * | values, | ||
| const Int_t | nValues | ||
| ) |
Definition at line 562 of file FairParamList.cxx.
| void FairParamList::add | ( | const Text_t * | name, |
| const Double_t * | values, | ||
| const Int_t | nValues | ||
| ) |
Definition at line 568 of file FairParamList.cxx.
| void FairParamList::addObject | ( | const Text_t * | name, |
| TObject * | obj | ||
| ) |
Definition at line 574 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| Text_t * | value, | ||
| const Int_t | length | ||
| ) |
Definition at line 643 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| Int_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 691 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| Bool_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 717 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| UInt_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 743 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| Float_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 769 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| Double_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 795 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| UChar_t * | values, | ||
| const Int_t | nValues = 1 |
||
| ) |
Definition at line 666 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| TArrayI * | value | ||
| ) |
Definition at line 821 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| TArrayC * | value | ||
| ) |
Definition at line 843 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| TArrayF * | value | ||
| ) |
Definition at line 864 of file FairParamList.cxx.
| Bool_t FairParamList::fill | ( | const Text_t * | name, |
| TArrayD * | value | ||
| ) |
Definition at line 886 of file FairParamList.cxx.
| Bool_t FairParamList::fillObject | ( | const Text_t * | name, |
| TObject * | obj | ||
| ) |
Definition at line 908 of file FairParamList.cxx.
|
inline |
Definition at line 136 of file FairParamList.h.
|
inline |
Definition at line 137 of file FairParamList.h.
| void FairParamList::print | ( | ) |
Definition at line 633 of file FairParamList.cxx.
|
protected |
Definition at line 84 of file FairParamList.h.