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

The nested configuration struct. More...

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

+ Collaboration diagram for ActsExamples::EffPlotTool::Config:

Public Attributes

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

Detailed Description

The nested configuration struct.

Definition at line 27 of file EffPlotTool.hpp.

View newest version in sPHENIX GitHub at line 27 of file EffPlotTool.hpp

Member Data Documentation

std::map<std::string, PlotHelpers::Binning> ActsExamples::EffPlotTool::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]", 40, 0, 100)}}

Definition at line 28 of file EffPlotTool.hpp.

View newest version in sPHENIX GitHub at line 28 of file EffPlotTool.hpp


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