![]() |
MaCh3
2.4.2
Reference Guide
|
Structure to hold reweight configuration. More...
Public Attributes | |
| std::string | key |
| std::string | name |
| std::string | type |
| int | dimension |
| std::vector< std::string > | paramNames |
| std::vector< std::vector< double > > | priorValues |
| std::string | weightBranchName |
| bool | enabled |
| std::string | fileName |
| std::string | graphName |
| std::unique_ptr< TGraph > | graph_1D |
| std::string | hierarchyType |
| std::unique_ptr< TGraph2D > | graph_NO |
| std::unique_ptr< TGraph2D > | graph_IO |
Structure to hold reweight configuration.
Definition at line 31 of file ReweightMCMC.cpp.
| int ReweightConfig::dimension |
Definition at line 35 of file ReweightMCMC.cpp.
| bool ReweightConfig::enabled |
Definition at line 39 of file ReweightMCMC.cpp.
| std::string ReweightConfig::fileName |
Definition at line 42 of file ReweightMCMC.cpp.
| std::unique_ptr<TGraph> ReweightConfig::graph_1D |
Definition at line 46 of file ReweightMCMC.cpp.
| std::unique_ptr<TGraph2D> ReweightConfig::graph_IO |
Definition at line 51 of file ReweightMCMC.cpp.
| std::unique_ptr<TGraph2D> ReweightConfig::graph_NO |
Definition at line 50 of file ReweightMCMC.cpp.
| std::string ReweightConfig::graphName |
Definition at line 43 of file ReweightMCMC.cpp.
| std::string ReweightConfig::hierarchyType |
Definition at line 49 of file ReweightMCMC.cpp.
| std::string ReweightConfig::key |
Definition at line 32 of file ReweightMCMC.cpp.
| std::string ReweightConfig::name |
Definition at line 33 of file ReweightMCMC.cpp.
| std::vector<std::string> ReweightConfig::paramNames |
Definition at line 36 of file ReweightMCMC.cpp.
| std::vector<std::vector<double> > ReweightConfig::priorValues |
Definition at line 37 of file ReweightMCMC.cpp.
| std::string ReweightConfig::type |
Definition at line 34 of file ReweightMCMC.cpp.
| std::string ReweightConfig::weightBranchName |
Definition at line 38 of file ReweightMCMC.cpp.