Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::ResPlotTool::ResPlotCache Struct Reference

Nested Cache struct. More...

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Validation/ResPlotTool.hpp>

+ Collaboration diagram for ActsExamples::ResPlotTool::ResPlotCache:

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.
 

Detailed Description

Nested Cache struct.

Definition at line 59 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 59 of file ResPlotTool.hpp

Member Data Documentation

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::pull

Pull distribution.

Definition at line 72 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 72 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::fill(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH2F*> ActsExamples::ResPlotTool::ResPlotCache::pull_vs_eta

Pull vs eta scatter plot.

Definition at line 73 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 73 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::fill(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH2F*> ActsExamples::ResPlotTool::ResPlotCache::pull_vs_pT

Pull vs pT scatter plot.

Definition at line 78 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 78 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::fill(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::pullMean_vs_eta

Pull mean vs eta distribution.

Definition at line 75 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 75 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::pullMean_vs_pT

Pull mean vs pT distribution.

Definition at line 80 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 80 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::pullWidth_vs_eta

Pull width vs eta distribution.

Definition at line 77 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 77 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::pullWidth_vs_pT

Pull width vs pT distribution.

Definition at line 82 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 82 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::res
std::map<std::string, TH2F*> ActsExamples::ResPlotTool::ResPlotCache::res_vs_eta

Residual vs eta scatter plot.

Definition at line 61 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 61 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::fill(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH2F*> ActsExamples::ResPlotTool::ResPlotCache::res_vs_pT

Residual vs pT scatter plot.

Definition at line 66 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 66 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::fill(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::resMean_vs_eta

Residual mean vs eta distribution.

Definition at line 63 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 63 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::resMean_vs_pT

Residual mean vs pT distribution.

Definition at line 68 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 68 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::resWidth_vs_eta

Residual width vs eta distribution.

Definition at line 65 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 65 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().

std::map<std::string, TH1F*> ActsExamples::ResPlotTool::ResPlotCache::resWidth_vs_pT

Residual width vs pT distribution.

Definition at line 70 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 70 of file ResPlotTool.hpp

Referenced by ActsExamples::ResPlotTool::book(), ActsExamples::ResPlotTool::clear(), ActsExamples::ResPlotTool::refinement(), and ActsExamples::ResPlotTool::write().


The documentation for this struct was generated from the following file: