EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::ResPlotTool::Config Struct Reference

Nested configuration struct. More...

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

+ Collaboration diagram for ActsExamples::ResPlotTool::Config:

Public Attributes

std::vector< std::string > paramNames
 parameter sets to do plots
 
std::map< std::string,
PlotHelpers::Binning
varBinning
 Binning info for variables.
 

Detailed Description

Nested configuration struct.

Definition at line 29 of file ResPlotTool.hpp.

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

Member Data Documentation

std::vector<std::string> ActsExamples::ResPlotTool::Config::paramNames
Initial value:
= {"d0", "z0", "phi",
"theta", "qop", "t"}

parameter sets to do plots

Definition at line 31 of file ResPlotTool.hpp.

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

std::map<std::string, PlotHelpers::Binning> ActsExamples::ResPlotTool::Config::varBinning
Initial value:
= {
{"Eta", PlotHelpers::Binning("#eta", 40, -4, 4)},
{"Pt", PlotHelpers::Binning("pT [GeV/c]", 40, 0, 100)},
{"Pull", PlotHelpers::Binning("pull", 100, -5, 5)},
{"Residual_d0", PlotHelpers::Binning("r_{d0} [mm]", 100, -0.5, 0.5)},
{"Residual_z0", PlotHelpers::Binning("r_{z0} [mm]", 100, -0.5, 0.5)},
{"Residual_phi",
PlotHelpers::Binning("r_{#phi} [rad]", 100, -0.01, 0.01)},
{"Residual_theta",
PlotHelpers::Binning("r_{#theta} [rad]", 100, -0.01, 0.01)},
{"Residual_qop",
PlotHelpers::Binning("r_{q/p} [c/GeV]", 100, -0.1, 0.1)},
{"Residual_t", PlotHelpers::Binning("r_{t} [s]", 100, -1000, 1000)}}

Binning info for variables.

Definition at line 35 of file ResPlotTool.hpp.

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


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