Analysis Software
Documentation for sPHENIX simulation software
|
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().
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().
const char* hist_name_prefix = "QAG4SimulationTpc" |