![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Include dependency graph for TpcQA.C:Go to the source code of this file.
Functions | |
| TCanvas * | Draw (TFile *qa_file_new, TFile *qa_file_ref, const TString &hist_name_prefix, const TString &tag) |
| TCanvas * | Draw_eff (TFile *qa_file_new, TFile *qa_file_ref, const TString &hist_name_prefix, const TString &tag) |
| void | TpcQA (std::string reffile, std::string newfile, std::string outfile) |
Variables | |
| const char * | hist_name_prefix = "QAG4SimulationTpc" |
| static constexpr int | nregions_tpc = 3 |
| TCanvas* Draw | ( | TFile * | qa_file_new, |
| TFile * | qa_file_ref, | ||
| const TString & | hist_name_prefix, | ||
| const TString & | tag | ||
| ) |
| TCanvas * Draw_eff | ( | TFile * | qa_file_new, |
| TFile * | qa_file_ref, | ||
| const TString & | hist_name_prefix, | ||
| const TString & | tag | ||
| ) |
Definition at line 81 of file TpcQA.C.
View newest version in sPHENIX GitHub at line 81 of file TpcQA.C
References DrawReference(), HorizontalLine(), and line.
Referenced by TpcQA().
Here is the call graph for this function:
Here is the caller graph for this function:| void TpcQA | ( | std::string | reffile, |
| std::string | newfile, | ||
| std::string | outfile | ||
| ) |
Definition at line 10 of file TpcQA.C.
View newest version in sPHENIX GitHub at line 10 of file TpcQA.C
References c2, Draw(), Draw_eff(), hist_name_prefix, and SetsPhenixStyle().
Here is the call graph for this function:| const char* hist_name_prefix = "QAG4SimulationTpc" |