![]() |
MaCh3 2.2.1
Reference Guide
|
Go to the source code of this file.
Functions | |
TH2D * | GetSubMatrix (TH2D *MatrixFull, const std::string &Title, const std::vector< std::string > &Params) |
void | SetupInfo (const std::string &Config, std::vector< std::string > &Title, std::vector< std::vector< std::string > > &Params) |
void | PlotMatrix (std::string Config, std::string File) |
void | CompareMatrices (std::string Config, std::string File1, std::string Title1, std::string File2, std::string Title2) |
int | main (int argc, char *argv[]) |
void CompareMatrices | ( | std::string | Config, |
std::string | File1, | ||
std::string | Title1, | ||
std::string | File2, | ||
std::string | Title2 | ||
) |
Definition at line 152 of file MatrixPlotter.cpp.
TH2D * GetSubMatrix | ( | TH2D * | MatrixFull, |
const std::string & | Title, | ||
const std::vector< std::string > & | Params | ||
) |
Definition at line 9 of file MatrixPlotter.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 225 of file MatrixPlotter.cpp.
void PlotMatrix | ( | std::string | Config, |
std::string | File | ||
) |
Definition at line 84 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 53 of file MatrixPlotter.cpp.