EIC 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 51 of file ResPlotTool.hpp.

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

Member Data Documentation

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

Pull distribution.

Definition at line 64 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 64 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 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::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 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::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 67 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 67 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 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::refinement(), and ActsExamples::ResPlotTool::write().

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

Pull width 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 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 74 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 74 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

Residual distribution.

Definition at line 52 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 52 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::res_vs_eta

Residual vs eta scatter plot.

Definition at line 53 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 53 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 58 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 58 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 55 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 55 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 60 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 60 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 57 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 57 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 62 of file ResPlotTool.hpp.

View newest version in sPHENIX GitHub at line 62 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: