ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::TrackSummaryPlotTool::Config Struct Reference

The nested configuration struct. More...

#include <acts/blob/master/Examples/Framework/include/ACTFW/Validation/TrackSummaryPlotTool.hpp>

+ Collaboration diagram for FW::TrackSummaryPlotTool::Config:

Public Attributes

std::map< std::string,
PlotHelpers::Binning
varBinning
 

Detailed Description

The nested configuration struct.

Definition at line 25 of file TrackSummaryPlotTool.hpp.

View newest version in sPHENIX GitHub at line 25 of file TrackSummaryPlotTool.hpp

Member Data Documentation

std::map<std::string, PlotHelpers::Binning> FW::TrackSummaryPlotTool::Config::varBinning
Initial value:
= {
{"Eta", PlotHelpers::Binning("#eta", 40, -4, 4)},
{"Phi", PlotHelpers::Binning("#phi", 100, -3.15, 3.15)},
{"Pt", PlotHelpers::Binning("pT [GeV/c]", 20, 0, 100)},
{"Num", PlotHelpers::Binning("N", 30, -0.5, 29.5)}}

Definition at line 26 of file TrackSummaryPlotTool.hpp.

View newest version in sPHENIX GitHub at line 26 of file TrackSummaryPlotTool.hpp


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