![]() |
MaCh3
2.4.2
Reference Guide
|
#include "PlottingUtils/PlottingUtils.h"#include "PlottingUtils/PlottingManager.h"Go to the source code of this file.
Functions | |
| std::vector< std::string > | FindSamples (const std::string &File) |
| std::vector< int > | FindDimensions (const std::string &File, const std::vector< std::string > &Samples) |
| double | GetPValue (const TH2D *hist) |
| void | PrintPosteriorPValue (const YAML::Node &Settings, const std::vector< TFile * > &InputFiles, const std::vector< std::string > &SampleNames) |
| void | OverlayViolin (const YAML::Node &Settings, const std::vector< TFile * > &InputFiles, const std::vector< std::string > &SampleNames, const std::vector< int > &SampleDimension, const std::unique_ptr< TCanvas > &canv) |
| void | OverlayPredicitve (const YAML::Node &Settings, const std::vector< TFile * > &InputFiles, const std::vector< std::string > &SampleNames, const std::unique_ptr< TCanvas > &canv) |
| void | PredictivePlotting (const std::string &ConfigName, const std::vector< std::string > &FileNames) |
| int | main (int argc, char **argv) |
Variables | |
| MaCh3Plotting::PlottingManager * | PlotMan |
Definition in file PredictivePlotting.cpp.
| std::vector<int> FindDimensions | ( | const std::string & | File, |
| const std::vector< std::string > & | Samples | ||
| ) |
Definition at line 47 of file PredictivePlotting.cpp.
| std::vector<std::string> FindSamples | ( | const std::string & | File | ) |
Definition at line 16 of file PredictivePlotting.cpp.
| double GetPValue | ( | const TH2D * | hist | ) |
Definition at line 81 of file PredictivePlotting.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 418 of file PredictivePlotting.cpp.
| void OverlayPredicitve | ( | const YAML::Node & | Settings, |
| const std::vector< TFile * > & | InputFiles, | ||
| const std::vector< std::string > & | SampleNames, | ||
| const std::unique_ptr< TCanvas > & | canv | ||
| ) |
Definition at line 218 of file PredictivePlotting.cpp.
| void OverlayViolin | ( | const YAML::Node & | Settings, |
| const std::vector< TFile * > & | InputFiles, | ||
| const std::vector< std::string > & | SampleNames, | ||
| const std::vector< int > & | SampleDimension, | ||
| const std::unique_ptr< TCanvas > & | canv | ||
| ) |
Definition at line 160 of file PredictivePlotting.cpp.
| void PredictivePlotting | ( | const std::string & | ConfigName, |
| const std::vector< std::string > & | FileNames | ||
| ) |
Definition at line 367 of file PredictivePlotting.cpp.
| void PrintPosteriorPValue | ( | const YAML::Node & | Settings, |
| const std::vector< TFile * > & | InputFiles, | ||
| const std::vector< std::string > & | SampleNames | ||
| ) |
Definition at line 93 of file PredictivePlotting.cpp.
| MaCh3Plotting::PlottingManager* PlotMan |
Definition at line 14 of file PredictivePlotting.cpp.