![]() |
MaCh3
2.4.2
Reference Guide
|
#include "PlottingUtils/PlottingUtils.h"#include "PlottingUtils/PlottingManager.h"Go to the source code of this file.
Functions | |
| std::unique_ptr< TH2D > | GetSubMatrix (TH2D *MatrixFull, const std::string &Title, const std::vector< std::string > &Params, const std::unique_ptr< MaCh3Plotting::PlottingManager > &man) |
| Grab large Matrix only only extract submatrix based on label naming. More... | |
| void | DynamicLabelSize (TH2D *Hist) |
| void | SetupInfo (const std::string &Config, std::vector< std::string > &Title, std::vector< std::vector< std::string >> &Params) |
| void | PlotMatrix (const std::unique_ptr< MaCh3Plotting::PlottingManager > &man, const std::string &Config, const std::string &File) |
| void | CompareMatrices (const std::unique_ptr< MaCh3Plotting::PlottingManager > &man, const std::string &Config, const std::string &File1, const std::string &Title1, const std::string &File2, const std::string &Title2) |
| int | main (int argc, char *argv[]) |
Definition in file MatrixPlotter.cpp.
| void CompareMatrices | ( | const std::unique_ptr< MaCh3Plotting::PlottingManager > & | man, |
| const std::string & | Config, | ||
| const std::string & | File1, | ||
| const std::string & | Title1, | ||
| const std::string & | File2, | ||
| const std::string & | Title2 | ||
| ) |
Definition at line 174 of file MatrixPlotter.cpp.
| void DynamicLabelSize | ( | TH2D * | Hist | ) |
Definition at line 62 of file MatrixPlotter.cpp.
| std::unique_ptr<TH2D> GetSubMatrix | ( | TH2D * | MatrixFull, |
| const std::string & | Title, | ||
| const std::vector< std::string > & | Params, | ||
| const std::unique_ptr< MaCh3Plotting::PlottingManager > & | man | ||
| ) |
Grab large Matrix only only extract submatrix based on label naming.
Definition at line 14 of file MatrixPlotter.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 247 of file MatrixPlotter.cpp.
| void PlotMatrix | ( | const std::unique_ptr< MaCh3Plotting::PlottingManager > & | man, |
| const std::string & | Config, | ||
| const std::string & | File | ||
| ) |
Definition at line 105 of file MatrixPlotter.cpp.
| void SetupInfo | ( | const std::string & | Config, |
| std::vector< std::string > & | Title, | ||
| std::vector< std::vector< std::string >> & | Params | ||
| ) |
Definition at line 74 of file MatrixPlotter.cpp.