![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Nested binning struct for booking plots. More...
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Helpers.hpp>
Collaboration diagram for ActsExamples::PlotHelpers::Binning:Public Member Functions | |
| Binning () | |
| Binning (std::string bTitle, int bins, float bMin, float bMax) | |
Public Attributes | |
| std::string | title |
| title to be displayed | |
| int | nBins |
| number of bins | |
| float | min |
| minimum value | |
| float | max |
| maximum value | |
Nested binning struct for booking plots.
Definition at line 25 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 25 of file Helpers.hpp
|
inline |
Definition at line 26 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 26 of file Helpers.hpp
|
inline |
Definition at line 28 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 28 of file Helpers.hpp
| float ActsExamples::PlotHelpers::Binning::max |
maximum value
Definition at line 34 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 34 of file Helpers.hpp
Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().
| float ActsExamples::PlotHelpers::Binning::min |
minimum value
Definition at line 33 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 33 of file Helpers.hpp
Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().
| int ActsExamples::PlotHelpers::Binning::nBins |
number of bins
Definition at line 32 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 32 of file Helpers.hpp
Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), ActsExamples::PlotHelpers::bookProf(), and ActsExamples::ResPlotTool::refinement().
| std::string ActsExamples::PlotHelpers::Binning::title |
title to be displayed
Definition at line 29 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 29 of file Helpers.hpp
Referenced by ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().