MaCh3  2.4.2
Reference Guide
Public Attributes | List of all members
ReweightConfig Struct Reference

Structure to hold reweight configuration. More...

Collaboration diagram for ReweightConfig:
[legend]

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
 

Detailed Description

Structure to hold reweight configuration.

Definition at line 31 of file ReweightMCMC.cpp.

Member Data Documentation

◆ dimension

int ReweightConfig::dimension

Definition at line 35 of file ReweightMCMC.cpp.

◆ enabled

bool ReweightConfig::enabled

Definition at line 39 of file ReweightMCMC.cpp.

◆ fileName

std::string ReweightConfig::fileName

Definition at line 42 of file ReweightMCMC.cpp.

◆ graph_1D

std::unique_ptr<TGraph> ReweightConfig::graph_1D

Definition at line 46 of file ReweightMCMC.cpp.

◆ graph_IO

std::unique_ptr<TGraph2D> ReweightConfig::graph_IO

Definition at line 51 of file ReweightMCMC.cpp.

◆ graph_NO

std::unique_ptr<TGraph2D> ReweightConfig::graph_NO

Definition at line 50 of file ReweightMCMC.cpp.

◆ graphName

std::string ReweightConfig::graphName

Definition at line 43 of file ReweightMCMC.cpp.

◆ hierarchyType

std::string ReweightConfig::hierarchyType

Definition at line 49 of file ReweightMCMC.cpp.

◆ key

std::string ReweightConfig::key

Definition at line 32 of file ReweightMCMC.cpp.

◆ name

std::string ReweightConfig::name

Definition at line 33 of file ReweightMCMC.cpp.

◆ paramNames

std::vector<std::string> ReweightConfig::paramNames

Definition at line 36 of file ReweightMCMC.cpp.

◆ priorValues

std::vector<std::vector<double> > ReweightConfig::priorValues

Definition at line 37 of file ReweightMCMC.cpp.

◆ type

std::string ReweightConfig::type

Definition at line 34 of file ReweightMCMC.cpp.

◆ weightBranchName

std::string ReweightConfig::weightBranchName

Definition at line 38 of file ReweightMCMC.cpp.


The documentation for this struct was generated from the following file: