![]() |
MaCh3
2.4.2
Reference Guide
|
Allows you to smear contour. For example after performing sets of study one finds out that used sets of uncertainty doesn't fully cover analysis need. Then one can smear additionally contour. More...
Go to the source code of this file.
Functions | |
| void | SmearChain (const std::string &inputFile, const std::string &config) |
| Main function creating MCMCProcessor and calling Smear Chain. More... | |
| int | main (int argc, char *argv[]) |
Allows you to smear contour. For example after performing sets of study one finds out that used sets of uncertainty doesn't fully cover analysis need. Then one can smear additionally contour.
Definition in file SmearChain.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 32 of file SmearChain.cpp.
| void SmearChain | ( | const std::string & | inputFile, |
| const std::string & | config | ||
| ) |
Main function creating MCMCProcessor and calling Smear Chain.
| inputFile | MCMC Chain |
| config | Config file with settings |
Definition at line 12 of file SmearChain.cpp.