![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <delphes_EIC/blob/master/SimpleAnalysis/scripts/PlotFunctions.h>
Collaboration diagram for plot_config:Public Attributes | |
| TString | xtitle = "" |
| TString | ytitle = "" |
| TH1F * | htemplate = nullptr |
| std::vector< float > | xlimits |
| std::vector< float > | ylimits |
| bool | logy = kFALSE |
| bool | logx = kFALSE |
| TString | cuts = "" |
| int | markercolor = kBlack |
| int | markerstyle = kDot |
| int | linecolor = kBlack |
| int | linestyle = kSolid |
| int | linewidth = 3 |
| int | fillcolor = 0 |
| int | fillstyle = 0 |
Definition at line 38 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 38 of file PlotFunctions.h
| TString plot_config::cuts = "" |
Definition at line 46 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 46 of file PlotFunctions.h
Referenced by CharmTagPlots(), DifferentialTaggingEfficiency(), DifferentialTaggingYield(), and KaonIDStudy().
| int plot_config::fillcolor = 0 |
Definition at line 53 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 53 of file PlotFunctions.h
Referenced by GeneratePlot().
| int plot_config::fillstyle = 0 |
Definition at line 54 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 54 of file PlotFunctions.h
Referenced by GeneratePlot().
| TH1F* plot_config::htemplate = nullptr |
Definition at line 41 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 41 of file PlotFunctions.h
Referenced by CharmTagPlots(), DifferentialTaggingEfficiency(), DifferentialTaggingYield(), GeneratePlot(), KaonIDStudy(), and StrangeTagPlots().
| int plot_config::linecolor = kBlack |
Definition at line 50 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 50 of file PlotFunctions.h
Referenced by GeneratePlot(), and StrangeTagPlots().
| int plot_config::linestyle = kSolid |
Definition at line 51 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 51 of file PlotFunctions.h
Referenced by GeneratePlot(), and StrangeTagPlots().
| int plot_config::linewidth = 3 |
Definition at line 52 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 52 of file PlotFunctions.h
| bool plot_config::logx = kFALSE |
Definition at line 45 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 45 of file PlotFunctions.h
Referenced by CharmTagPlots(), and KaonIDStudy().
| bool plot_config::logy = kFALSE |
Definition at line 44 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 44 of file PlotFunctions.h
Referenced by CharmTagPlots(), and KaonIDStudy().
| int plot_config::markercolor = kBlack |
Definition at line 48 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 48 of file PlotFunctions.h
Referenced by GeneratePlot(), and StrangeTagPlots().
| int plot_config::markerstyle = kDot |
Definition at line 49 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 49 of file PlotFunctions.h
Referenced by GeneratePlot(), and StrangeTagPlots().
| std::vector<float> plot_config::xlimits |
Definition at line 42 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 42 of file PlotFunctions.h
Referenced by CharmTagPlots(), and DrawTagEfficiencyPlot().
| TString plot_config::xtitle = "" |
Definition at line 39 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 39 of file PlotFunctions.h
Referenced by CharmTagPlots(), GeneratePlot(), KaonIDStudy(), and StrangeTagPlots().
| std::vector<float> plot_config::ylimits |
Definition at line 43 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 43 of file PlotFunctions.h
Referenced by CharmTagPlots(), DrawTagEfficiencyPlot(), and KaonIDStudy().
| TString plot_config::ytitle = "" |
Definition at line 40 of file PlotFunctions.h.
View newest version in sPHENIX GitHub at line 40 of file PlotFunctions.h
Referenced by CharmTagPlots(), GeneratePlot(), KaonIDStudy(), and StrangeTagPlots().