ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Nested Cache struct. More...
#include <acts/blob/master/Examples/Framework/include/ACTFW/Validation/ResPlotTool.hpp>
Public Attributes | |
std::map< std::string, TH1F * > | res |
Residual distribution. | |
std::map< std::string, TH2F * > | res_vs_eta |
Residual vs eta scatter plot. | |
std::map< std::string, TH1F * > | resmean_vs_eta |
Residual mean vs eta distribution. | |
std::map< std::string, TH1F * > | reswidth_vs_eta |
Residual width vs eta distribution. | |
std::map< std::string, TH2F * > | res_vs_pT |
Residual vs pT scatter plot. | |
std::map< std::string, TH1F * > | resmean_vs_pT |
Residual mean vs pT distribution. | |
std::map< std::string, TH1F * > | reswidth_vs_pT |
Residual width vs pT distribution. | |
std::map< std::string, TH1F * > | pull |
Pull distribution. | |
std::map< std::string, TH2F * > | pull_vs_eta |
Pull vs eta scatter plot. | |
std::map< std::string, TH1F * > | pullmean_vs_eta |
Pull mean vs eta distribution. | |
std::map< std::string, TH1F * > | pullwidth_vs_eta |
Pull width vs eta distribution. | |
std::map< std::string, TH2F * > | pull_vs_pT |
Pull vs pT scatter plot. | |
std::map< std::string, TH1F * > | pullmean_vs_pT |
Pull mean vs pT distribution. | |
std::map< std::string, TH1F * > | pullwidth_vs_pT |
Pull width vs pT distribution. | |
Nested Cache struct.
Definition at line 53 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 53 of file ResPlotTool.hpp
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::pull |
Pull distribution.
Definition at line 66 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 66 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), and FW::ResPlotTool::write().
std::map<std::string, TH2F*> FW::ResPlotTool::ResPlotCache::pull_vs_eta |
Pull vs eta scatter plot.
Definition at line 67 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 67 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH2F*> FW::ResPlotTool::ResPlotCache::pull_vs_pT |
Pull vs pT scatter plot.
Definition at line 72 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 72 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::pullmean_vs_eta |
Pull mean vs eta distribution.
Definition at line 69 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 69 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::pullmean_vs_pT |
Pull mean vs pT distribution.
Definition at line 74 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 74 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::pullwidth_vs_eta |
Pull width vs eta distribution.
Definition at line 71 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 71 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::pullwidth_vs_pT |
Pull width vs pT distribution.
Definition at line 76 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 76 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::res |
Residual distribution.
Definition at line 54 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 54 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), and FW::ResPlotTool::write().
std::map<std::string, TH2F*> FW::ResPlotTool::ResPlotCache::res_vs_eta |
Residual vs eta scatter plot.
Definition at line 55 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 55 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH2F*> FW::ResPlotTool::ResPlotCache::res_vs_pT |
Residual vs pT scatter plot.
Definition at line 60 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 60 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::fill(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::resmean_vs_eta |
Residual mean vs eta distribution.
Definition at line 57 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 57 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::resmean_vs_pT |
Residual mean vs pT distribution.
Definition at line 62 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 62 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::reswidth_vs_eta |
Residual width vs eta distribution.
Definition at line 59 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 59 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().
std::map<std::string, TH1F*> FW::ResPlotTool::ResPlotCache::reswidth_vs_pT |
Residual width vs pT distribution.
Definition at line 64 of file ResPlotTool.hpp.
View newest version in sPHENIX GitHub at line 64 of file ResPlotTool.hpp
Referenced by FW::ResPlotTool::book(), FW::ResPlotTool::clear(), FW::ResPlotTool::refinement(), and FW::ResPlotTool::write().