|
HighLAND
|
Public Member Functions | |
| ConfigTreeTools (const std::string &fileName) | |
| ConfigTreeTools (SystematicManager &syst, ConfigurationManager &conf) | |
| void | Initialize (const std::string &fileName) |
| void | Initialize (SystematicManager &syst, ConfigurationManager &conf) |
| Int_t | GetWeightIndex (const std::string &conf, const std::string &name) const |
| Int_t | GetWeightIndex (Int_t conf, Int_t weight) const |
| Float_t | GetVarValueF (const std::string &name) const |
| Get the value of a Float variable stored in the tree. | |
| Double_t | GetVarValueD (const std::string &name) const |
| Get the value of a Double variable stored in the tree. | |
| Int_t | GetVarValueI (const std::string &name) const |
| Get the value of a Int variable stored in the tree. | |
| std::string | GetVarValueC (const std::string &name) const |
| Get the value of a Char variable stored in the tree. | |
Protected Attributes | |
| SystematicManager * | _syst |
| ConfigurationManager * | _conf |
| std::string | _fileName |
| bool | _fromFile |
Definition at line 9 of file ConfigTreeTools.hxx.
| Int_t ConfigTreeTools::GetWeightIndex | ( | const std::string & | conf, |
| const std::string & | name | ||
| ) | const |
Get the Index of a given weight for a given configuration in the micro-trees. To compute that it uses the config tree
Definition at line 42 of file ConfigTreeTools.cxx.
1.8.13